Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Fix race in connection state test #111

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open

Fix race in connection state test #111

wants to merge 1 commit into from

Conversation

petercolberg
Copy link
Contributor

=== RUN   TestGracefulForwardsConnState
--- FAIL: TestGracefulForwardsConnState (0.25s)
	graceful_test.go:328: Incorrect connection state tracking.
		  actual: map[new:8 active:8]
		expected: map[new:8 active:8 closed:8]

This resolves a build failure on Debian unstable with Go 1.10.4.

@coveralls
Copy link

coveralls commented Nov 18, 2018

Coverage Status

Coverage decreased (-15.9%) to 51.558% when pulling 7bd8e05 on petercolberg:connstate into d72b015 on tylerb:master.

=== RUN   TestGracefulForwardsConnState
--- FAIL: TestGracefulForwardsConnState (0.25s)
	graceful_test.go:328: Incorrect connection state tracking.
		  actual: map[new:8 active:8]
		expected: map[new:8 active:8 closed:8]
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants