libp2p / libp2p/go-libp2p

rcmgr: flaky resource manager TestEcho

Open
#1,402 0 comments 0 reactions 1 assignee View on GitHub

@vyzo is already working on this.

Since Apr 16, 2022.

kind/bug
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

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.