You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jmeter-dev@jakarta.apache.org by bu...@apache.org on 2009/03/25 22:34:40 UTC

DO NOT REPLY [Bug 46912] New: csv file corrupted

https://issues.apache.org/bugzilla/show_bug.cgi?id=46912

           Summary: csv file corrupted
           Product: JMeter
           Version: 2.3.2
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P2
         Component: Main
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: vsuvorov@geolearning.com


I am using configuration consisting of 'driver' and two remote 'slaves'. The
data are captured to the csv file by 'View Results in the Table' listener. The
listener is attached directly to the test plan node. The file name is generated
from 
${__property(user.dir)}/Results/B00332-${__time(YMDHMS)}.csv

When I am running in GUI mode, I am starting 'slaves' manually, and two
separate files are generated (which is OK).

When I am using non-GUI mode, both slaves start simultaneously, and only one
file is formed. Which is also OK. But the file is *corrupted*: there are \0
chars (quite a few), partial records... 

I tried to add __machineName to file name (in hope that it will make a
workaround), but the file is generated on 'driver', so it is one file formed
again.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 46912] csv file corrupted

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46912





--- Comment #1 from Gregg <ka...@yahoo.com>  2009-06-19 14:48:15 PST ---
Just to clarify, this issue doesn't have anything to do with CSV other than the
fact that, in the example, the filename's extension is CSV, right?  The "View
Results in Table" listener writes XML, correct?

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 46912] csv file corrupted

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46912

Sebb <se...@apache.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |FIXED

--- Comment #3 from Sebb <se...@apache.org> 2010-02-07 16:00:56 UTC ---
I think this has been fixed in JMeter 2.3.4.

If not, please re-open with further details (i.e. test case, and sample section
of corrupted output file)

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org


DO NOT REPLY [Bug 46912] csv file corrupted

Posted by bu...@apache.org.
https://issues.apache.org/bugzilla/show_bug.cgi?id=46912





--- Comment #2 from vadim <vs...@geolearning.com>  2009-06-20 15:45:00 PST ---
Incorrect.

Listeners can write results in CSV or XML formats. We are using CSV, as lighter
(less resource consuming).

There is configure button for most listeners (next to file). The first checkbox
is "Save as XML". We have it unchecked.

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

---------------------------------------------------------------------
To unsubscribe, e-mail: jmeter-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jmeter-dev-help@jakarta.apache.org