https://issues.apache.org/bugzilla/show_bug.cgi?id=45976
--- Comment #4 from Sebb <[EMAIL PROTECTED]> 2008-10-10 13:26:56 PST --- Further investigation shows that test is finising normally, but the file is being closed too early. [Also, the same problem can occur in GUI tests.] The files are written by the ResultCollector class. Its testEnded() method checks the Set of hosts to see if there are any other tests running. However this check is faulty, because the Set of hosts is local to the class instance, and there will be one instance per remote server. == A work-round in the meantime is to ensure that there is a pause at the end of the test plan. The pause must be long enough to ensure that the last sample reaches the client before the first test completes. The Test Action sampler can be used for this as it does not generate a sample. If there is only one Thread Group in the test plan, then add a second thread group with one thread containing the Test Action sampler, and set the thread groups to run consecutively. The bug only affects tests which run on multiple hosts at once. -- 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]