We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 52.403 sec <<< FAILURE! - in com.lambdaworks.redis.LettucePerformanceTest testPerformance(com.lambdaworks.redis.LettucePerformanceTest) Time elapsed: 51.952 sec <<< ERROR! java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space at java.util.concurrent.FutureTask.report(FutureTask.java:122) at java.util.concurrent.FutureTask.get(FutureTask.java:192) at com.lambdaworks.redis.LettucePerformanceTest.testPerformance(LettucePerformanceTest.java:60) Caused by: java.lang.OutOfMemoryError: Java heap space
The text was updated successfully, but these errors were encountered:
Allow to disable log capturing during tests #84
5abd96f
Reason is the log capturing while test run. Disabled for performance tests.
Sorry, something went wrong.
No branches or pull requests
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 52.403 sec <<< FAILURE! - in com.lambdaworks.redis.LettucePerformanceTest
testPerformance(com.lambdaworks.redis.LettucePerformanceTest) Time elapsed: 51.952 sec <<< ERROR!
java.util.concurrent.ExecutionException: java.lang.OutOfMemoryError: Java heap space
at java.util.concurrent.FutureTask.report(FutureTask.java:122)
at java.util.concurrent.FutureTask.get(FutureTask.java:192)
at com.lambdaworks.redis.LettucePerformanceTest.testPerformance(LettucePerformanceTest.java:60)
Caused by: java.lang.OutOfMemoryError: Java heap space
The text was updated successfully, but these errors were encountered: