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

Integration tests intermittently fail when building a tunnel between clusters using a proxy #1659

Closed
russjones opened this issue Feb 6, 2018 · 1 comment · Fixed by #1672
Assignees

Comments

@russjones
Copy link
Contributor

Problem

----------------------------------------------------------------------
FAIL: integration_test.go:769: IntSuite.TestTwoClustersProxy

integration_test.go:804:
    c.Fatalf("two sites do not see each other: tunnels are not working")
... Error: two sites do not see each other: tunnels are not working

OOPS: 0 passed, 1 FAILED
--- FAIL: TestIntegrations (11.31s)
FAIL
exit status 1
@russjones russjones added this to the 2.4.1 "Chicago" milestone Feb 6, 2018
@russjones russjones self-assigned this Feb 6, 2018
@russjones
Copy link
Contributor Author

russjones commented Feb 6, 2018

Looks like the root of the problem may actually that the proxy is mangling results:

WARN [PROXY:AGE] Failed to create remote tunnel: ssh: handshake failed: ssh: overflow
reading version string, conn: <nil>. target:localhost:20195 reversetunnel/agent.go:501

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant