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

t0180-p2p is racy #4282

Closed
Stebalien opened this issue Oct 5, 2017 · 1 comment · Fixed by #4310
Closed

t0180-p2p is racy #4282

Stebalien opened this issue Oct 5, 2017 · 1 comment · Fixed by #4310
Assignees
Labels
help wanted Seeking public contribution on this issue topic/test failure Topic test failure

Comments

@Stebalien
Copy link
Member

Specifically:

test_expect_success 'Test server to client communications' '
  ma-pipe-unidir --listen --pidFile=listener.pid send /ip4/127.0.0.1/tcp/10101 < test0.bin &

  go-sleep 500ms && # GRR...
  kill -0 $(cat listener.pid) &&
@Stebalien
Copy link
Member Author

#4411 😭

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
help wanted Seeking public contribution on this issue topic/test failure Topic test failure
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants