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

           Summary: remote testing is leading to incomplete result file
           Product: JMeter
           Version: 2.3.2
          Platform: Sun
        OS/Version: Solaris
            Status: NEW
          Severity: normal
          Priority: P2
         Component: HTTP
        AssignedTo: jmeter-dev@jakarta.apache.org
        ReportedBy: [EMAIL PROTECTED]


Created an attachment (id=22702)
 --> (https://issues.apache.org/bugzilla/attachment.cgi?id=22702)
logs from example runs

running a test with a couple of http-requests on e.g. 3 remote hosts ends up in
a csv-result file that contains not all entries for the requests. The results
from the host which finished first are complete, but all following results are
lost.

To prove my assertion I did 2 runs (5 and 10 threads) of a test plan with
9-http-requests and inspected the logs (client-log, server-log and result-files
are attached).

1st run:
9 requests x 5 user/threads = 45 samples per remote host expected
start/end from client-log:
jmeter.JMeter: Started remote host:  server-3 (1223557140659)
jmeter.JMeter: Started remote host:  server-2 (1223557140672)
jmeter.JMeter: Started remote host:  server-1 (1223557140719)
jmeter.JMeter: Finished remote host: server-1 (1223557162864)
jmeter.JMeter: Finished remote host: server-3 (1223557163090)
jmeter.JMeter: Finished remote host: server-2 (1223557163128)
csv contains 45 samples from server-1, 41 from server-2 and 41 from server-3

2nd run:
9 requests x 10 user/threads = 90 samples per remote host expected
jmeter.JMeter: Started remote host:  server-2 (1223558448230)
jmeter.JMeter: Started remote host:  server-3 (1223558448236)
jmeter.JMeter: Started remote host:  server-1 (1223558448243)
jmeter.JMeter: Finished remote host: server-3 (1223558491281)
jmeter.JMeter: Finished remote host: server-1 (1223558491458)
jmeter.JMeter: Finished remote host: server-2 (1223558491598)
csv contains 90 samples from server-3, 84 from server-1 and 86 from server-2


-- 
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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to