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
Description CI reports
Error: CloseRelpFrameServerRXConsumerTest.testSendMessage:130 expected: <true> but was: <false>
this is likely to be due to async closing of the FrameProcessorPool
The text was updated successfully, but these errors were encountered:
I wasn't able to reproduce it locally without edits but it is 100% trigger rate with this edit
--- a/src/test/java/com/teragrep/rlp_03/CloseRelpFrameServerRXConsumerTest.java +++ b/src/test/java/com/teragrep/rlp_03/CloseRelpFrameServerRXConsumerTest.java @@ -80,6 +80,7 @@ public class CloseRelpFrameServerRXConsumerTest { @Override public void close() throws Exception { + Thread.sleep(1000); closed.set(true); } }
Sorry, something went wrong.
No branches or pull requests
Description
CI reports
this is likely to be due to async closing of the FrameProcessorPool
The text was updated successfully, but these errors were encountered: