rcmgr: flaky resource manager TestEcho
@vyzo is already working on this.
Since Apr 16, 2022.
- Dominant language
- Go
- Stars
- 6.9k
- Forks
- 1.3k
- Avg merge
- 13d 21h
- Merged PRs (30d)
- 1
Description
```
=== RUN TestEcho
echo_test.go:68:
Error Trace: echo_test.go:53
echo_test.go:68
Error: Not equal:
expected: itest.EchoStatus{StreamsIn:1, EchosIn:1, EchosOut:1, IOErrors:0, ResourceServiceErrors:0, ResourceReservationErrors:0}
actual : itest.EchoStatus{StreamsIn:1, EchosIn:1, EchosOut:0, IOErrors:0, ResourceServiceErrors:0, ResourceReservationErrors:0}
Diff:
--- Expected
+++ Actual
@@ -3,3 +3,3 @@
EchosIn: (int) 1,
- EchosOut: (int) 1,
+ EchosOut: (int) 0,
IOErrors: (int) 0,
Test: TestEcho
--- FAIL: TestEcho (3.[97](https://github.com/libp2p/go-libp2p/runs/6048928426?check_suite_focus=true#step:9:97)s)
Contributor guide
No contributing guide indexed for this repository
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.