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

tstest/integration/integration_test.go#TestNATPing seems flakey #12169

Open
irbekrm opened this issue May 17, 2024 · 1 comment
Open

tstest/integration/integration_test.go#TestNATPing seems flakey #12169

irbekrm opened this issue May 17, 2024 · 1 comment
Labels
bug Bug

Comments

@irbekrm
Copy link
Contributor

irbekrm commented May 17, 2024

What is the issue?

TestNATPing errored on an unrelated PR

ok	tailscale.com/wgengine/magicsock
=== RUN   TestNATPing
=== PAUSE TestNATPing
=== CONT  TestNATPing
    integration_test.go:1164: DERP httpsrv listener: 127.0.0.1:42215
    integration_test.go:1196: control URL: http://127.0.0.1:43163/
    integration_test.go:853: Running /tmp/3888925650/tailscale --socket=/tmp/TestNATPing2115165917/001/tailscale.sock up --login-server=http://127.0.0.1:43163/ --reset ...
    integration_test.go:853: Running /tmp/3888925650/tailscale --socket=/tmp/TestNATPing2115165917/006/tailscale.sock up --login-server=http://127.0.0.1:43163/ --reset ...
=== RUN   TestNATPing/v6=false/no_nat
--- PASS: TestNATPing/v6=false/no_nat (0.07s)
=== RUN   TestNATPing/v6=false/n1_has_external_ip
--- PASS: TestNATPing/v6=false/n1_has_external_ip (0.10s)
=== RUN   TestNATPing/v6=false/n2_has_external_ip
--- PASS: TestNATPing/v6=false/n2_has_external_ip (0.06s)
=== RUN   TestNATPing/v6=false/both_have_external_ips
--- PASS: TestNATPing/v6=false/both_have_external_ips (0.04s)
    integration_test.go:1164: DERP httpsrv listener: 127.0.0.1:36809
    integration_test.go:1196: control URL: http://127.0.0.1:42857/
    integration_test.go:853: Running /tmp/3888925650/tailscale --socket=/tmp/TestNATPing2115165917/037/tailscale.sock up --login-server=http://127.0.0.1:42857/ --reset ...
    integration_test.go:853: Running /tmp/3888925650/tailscale --socket=/tmp/TestNATPing2115165917/042/tailscale.sock up --login-server=http://127.0.0.1:42857/ --reset ...
=== RUN   TestNATPing/v6=true/no_nat
    integration_test.go:953: exit status 1
--- FAIL: TestNATPing/v6=true/no_nat (10.03s)
=== RUN   TestNATPing/v6=true/n1_has_external_ip
    integration_test.go:953: exit status 1
--- FAIL: TestNATPing/v6=true/n1_has_external_ip (10.03s)
=== RUN   TestNATPing/v6=true/n2_has_external_ip
    integration_test.go:953: exit status 1
--- FAIL: TestNATPing/v6=true/n2_has_external_ip (10.03s)
=== RUN   TestNATPing/v6=true/both_have_external_ips
    integration_test.go:953: exit status 1
--- FAIL: TestNATPing/v6=true/both_have_external_ips (10.03s)
    stuntest.go:63: STUN server shutdown
    stuntest.go:63: STUN server shutdown
--- FAIL: TestNATPing (45.15s)
FAIL	tailscale.com/tstest/integration
ok	tailscale.com/prober
@agottardo
Copy link
Contributor

I have also noticed this.

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

No branches or pull requests

2 participants