-
Notifications
You must be signed in to change notification settings - Fork 19
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TRACE c.g.n.j.statements.EvaluationTask - Warmup error #109
Comments
This is just a trace log indicating that there was a failure in the test Errors during the warmup phase are logged at TRACE level but do not count toward your test error count (see definition of warmUpMs here) |
I have used just `@JUnitPerfTest(totalExecutions = 10)' however junit reports show everything as passed.. but above asserts are shown in console output.. How is this possible.. |
The only way this is possible is if an error is thrown after the parallel evaluation completes If this is the case, it would mean the test ran successfully 10 times and then failed on the call to proceed. If you can consistently produce this error with a sample code block i would be able to debug further. |
for the code with
@JUnitPerfTest(totalExecutions = 1000, rampUpPeriodMs=10000, threads = 20, warmUpMs = 1000)
The text was updated successfully, but these errors were encountered: