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
This is a loose end from #515, where we decided to merge without dealing with this failure:
$ go test --- FAIL: TestDuplicateBootstrap (0.12s) level0_test.go:1391: Error Trace: /home/isd/src/go-wk/go-capnp/rpc/level0_test.go:1391 Error: Should be true Test: TestDuplicateBootstrap level0_test.go:2254: conn error: rpc: remote abort: connection closed FAIL exit status 1 FAIL capnproto.org/go/capnp/v3/rpc 0.491s
The text was updated successfully, but these errors were encountered:
Mark TestDuplicateBootstrap as flaky.
2372b53
Per capnproto#523, this is currently failing frequently. Mark it as flaky until we're ready to actually deal with it.
No branches or pull requests
This is a loose end from #515, where we decided to merge without dealing with this failure:
The text was updated successfully, but these errors were encountered: