Skip to content
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

DuplexTest fails #24

Closed
eed3si9n opened this issue Jun 26, 2022 · 0 comments · Fixed by #25
Closed

DuplexTest fails #24

eed3si9n opened this issue Jun 26, 2022 · 0 comments · Fixed by #25

Comments

@eed3si9n
Copy link
Member

CI failed immediately upon merge:

https://github.com/sbt/ipcsocket/runs/7058379356?check_suite_focus=true

[client] got a message: hello12
java.lang.InterruptedException: sleep interrupted
	at java.lang.Thread.sleep(Native Method)
	at org.scalasbt.ipcsocket.duplex.Receiver.run(Receiver.java:28)
	at java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1149)
	at java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:624)
	at java.lang.Thread.run(Thread.java:748)
[server] sending msg: 13
[server] sending msg: 14
[error] Test org.scalasbt.ipcsocket.duplex.DuplexTest.testDuplexCommunication failed: expected:<15> but was:<13>, took 18.014 sec

Originally posted by @eed3si9n in #19 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant