|
Re: [junitperf] wrong test finished warning
On Apr 20, 2004, at 10:34 AM, ddchili wrote:
> Hi all,
>
> I'm running my httpunit test as a client and I'm using junitperf to
> do some basic load testing. I'm getting warnings stating the wrong
> test finished, but from what I can tell it's the first test started,
> and the first to stop. I added a synchronized static int to the test
> name to see test that the first test started was the first test to
> stop. I can get this problem if I run more than 1 LoadTest users
> (threads) and set my LoadTest timer (delay) to 0 milliseconds or a
> value under the time needed for the first test to complete. Here's
> the warning with running 5 users:
The "Wrong test finished" warning isn't being issued by JUnitPerf.
Perhaps it's originating in HttpUnit.
Can you share other details that might help diagnose the problem?
Mike
|