rcmgr: flaky TestResourceManagerServicePeerInbound
@vyzo is already working on this.
Since Apr 14, 2022.
- Dominant language
- Go
- Stars
- 6.9k
- Forks
- 1.3k
- Avg merge
- 13d 21h
- Merged PRs (30d)
- 1
Description
```
=== RUN TestResourceManagerServicePeerInbound
rcmgr_test.go:[223](https://github.com/libp2p/go-libp2p/runs/6027804093?check_suite_focus=true#step:7:223): stream reset
rcmgr_test.go:223: stream reset
rcmgr_test.go:233:
Error Trace: echo_test.go:53
rcmgr_test.go:233
Error: Not equal:
expected: itest.EchoStatus{StreamsIn:7, EchosIn:6, EchosOut:6, IOErrors:0, ResourceServiceErrors:1, ResourceReservationErrors:0}
actual : itest.EchoStatus{StreamsIn:7, EchosIn:5, EchosOut:5, IOErrors:0, ResourceServiceErrors:2, ResourceReservationErrors:0}
Diff:
--- Expected
+++ Actual
@@ -2,6 +2,6 @@
StreamsIn: (int) 7,
- EchosIn: (int) 6,
- EchosOut: (int) 6,
+ EchosIn: (int) 5,
+ EchosOut: (int) 5,
IOErrors: (int) 0,
- ResourceServiceErrors: (int) 1,
+ ResourceServiceErrors: (int) 2,
ResourceReservationErrors: (int) 0
Test: TestResourceManagerServicePeerInbound
--- FAIL: TestResourceManagerServicePeerInbound (2.08s)
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.