Re: [Track-help] -1 in report table
Brought to you by:
tbear
|
From: Antonio M. M. <amu...@gm...> - 2009-06-03 17:05:23
|
Hello Travis.
This is a patch that solves the issue.
Antonio.
2009/6/3 Antonio Manuel Muñiz <amu...@gm...>
> I have found the error:
>
> The numbers in out files contains ',' instead of '.'
> 123,45 should be 123.45
>
> It could be solved in ReportRow.java (using String.replace()).
>
> Thanks for all.
> Antonio.
>
> 2009/6/3 Antonio Manuel Muñiz <amu...@gm...>
>
> Only for information, I have been look up the error and I think the problem
>> is NumberFormatException. In some setters of ReportRow.java I see:
>>
>> public void setErrors(String errors) {
>>
>> try {
>> this.errors = Double.parseDouble(errors);
>>
>> } catch (NumberFormatException nfe) {
>> this.errors = -1;
>>
>> }
>>
>> If NumberFormatException is throwed then -1 is the result in html. But I
>> don know why NumberFormatException is throwed...
>>
>> 2009/6/3 Travis Bear <tra...@ya...>
>>
>> Antonio,
>>>
>>> Thanks for following up! I've recently switched jobs, which has taken a
>>> lot of my attention. I'm not sure when I'll be able to look at this.
>>> Hopefully this weekend, we'll see.
>>>
>>> -Travis
>>>
>>>
>>>
>>>
>>> ------------------------------
>>> *From:* Antonio Manuel Muñiz <amu...@gm...>
>>> *To:* Travis Bear <tra...@ya...>
>>> *Sent:* Tuesday, June 2, 2009 3:16:40 PM
>>> *Subject:* Re: [Track-help] -1 in report table
>>>
>>> Hello Travis,
>>>
>>> Any notice on this?
>>>
>>> Antonio.
>>>
>>> 2009/5/18 Antonio Manuel Muñiz <amu...@gm...>
>>>
>>>> Files attached:
>>>> * data.zip: data files
>>>> * out.zip: out files
>>>> * grinderReport.zip: report
>>>>
>>>> 2009/5/14 Travis Bear <tra...@ya...>
>>>>
>>>>> Antonio,
>>>>>
>>>>>
>>>>> I assume this is the 'bytes per second' column you are talking about?
>>>>> If you look in the summary table at the end of your out* log file(s), is
>>>>> there useful data in the 'Response bytes per second' column? If it's broken
>>>>> there, then there's not much I can do, since that's a Grinder bug. If you
>>>>> have good numeric data in that column and it's still broken in the Grinder
>>>>> Analyzer, then send me your logs and I'll take a look.
>>>>>
>>>>> Thanks!
>>>>>
>>>>>
>>>>> -Travis
>>>>>
>>>>>
>>>>>
>>>>> ------------------------------
>>>>> *From:* Antonio Manuel Muñiz <amu...@gm...>
>>>>> *To:* tra...@li...
>>>>> *Sent:* Thursday, May 14, 2009 5:25:21 AM
>>>>> *Subject:* [Track-help] -1 in report table
>>>>>
>>>>> Hello.
>>>>>
>>>>> I have the same problem described in [1].
>>>>> Is there a solution?
>>>>> In The Grinder log files the data is correct (distinct of -1).
>>>>>
>>>>> I can provide all files for test the behaviour.
>>>>>
>>>>> Thanks,
>>>>> Antonio.
>>>>>
>>>>> [1]
>>>>> https://sourceforge.net/mailarchive/message.php?msg_name=772258.97018.qm%40web51304.mail.re2.yahoo.com
>>>>>
>>>>> --
>>>>> * Antonio Manuel Muñiz
>>>>> * amunizmartin.wordpress.com
>>>>> * amu...@gm...
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> * Antonio Manuel Muñiz
>>>> * amunizmartin.wordpress.com
>>>> * amu...@gm...
>>>>
>>>
>>>
>>>
>>> --
>>> * Antonio Manuel Muñiz
>>> * amunizmartin.wordpress.com
>>> * amu...@gm...
>>>
>>>
>>
>>
>> --
>> * Antonio Manuel Muñiz
>> * amunizmartin.wordpress.com
>> * amu...@gm...
>>
>
>
>
> --
> * Antonio Manuel Muñiz
> * amunizmartin.wordpress.com
> * amu...@gm...
>
--
* Antonio Manuel Muñiz
* amunizmartin.wordpress.com
* amu...@gm...
|