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

flaky TestResourceManagerServicePeerInbound test #1311

Closed
marten-seemann opened this issue Feb 6, 2022 · 0 comments · Fixed by #1315
Closed

flaky TestResourceManagerServicePeerInbound test #1311

marten-seemann opened this issue Feb 6, 2022 · 0 comments · Fixed by #1315
Assignees
Labels
kind/bug A bug in existing code (including security flaws)

Comments

@marten-seemann
Copy link
Contributor

=== RUN   TestResourceManagerServicePeerInbound
      rcmgr_test.go:205: stream reset
      rcmgr_test.go:205: stream reset
      rcmgr_test.go:214: 
          	Error Trace:	echo_test.go:53
          	            				rcmgr_test.go:214
          	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.01s)
@marten-seemann marten-seemann added the kind/bug A bug in existing code (including security flaws) label Feb 6, 2022
@vyzo vyzo closed this as completed in #1315 Feb 6, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/bug A bug in existing code (including security flaws)
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants