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
Coming from #1834 (comment)
REPRODUCE WITH: ./gradlew ':plugins:transport-nio:test' --tests "org.opensearch.http.nio.NioHttpServerTransportTests.testLargeCompressedResponse" -Dtests.seed=EA1764D9DE4EEADD -Dtests.security.manager=true -Dtests.jvm.argline="-XX:TieredStopAtLevel=1 -XX:ReservedCodeCacheSize=64m" -Dtests.locale=no -Dtests.timezone=America/Maceio -Druntime.java=15 org.opensearch.http.nio.NioHttpServerTransportTests > testLargeCompressedResponse FAILED com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=183, name=opensearch[transport_worker][T#1], state=RUNNABLE, group=TGRP-NioHttpServerTransportTests] Caused by: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([EA1764D9DE4EEADD]:0) at org.opensearch.http.nio.NioHttpServerTransportTests$3.dispatchRequest(NioHttpServerTransportTests.java:351) com.carrotsearch.randomizedtesting.UncaughtExceptionError: Captured an uncaught exception in thread: Thread[id=184, name=opensearch[transport_worker][T#2], state=RUNNABLE, group=TGRP-NioHttpServerTransportTests] Caused by: java.lang.AssertionError at __randomizedtesting.SeedInfo.seed([EA1764D9DE4EEADD]:0) at org.opensearch.http.nio.NioHttpServerTransportTests$3.dispatchRequest(NioHttpServerTransportTests.java:351)
The text was updated successfully, but these errors were encountered:
Not able to reproduce this locally
Sorry, something went wrong.
No branches or pull requests
Coming from #1834 (comment)
The text was updated successfully, but these errors were encountered: