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

x/net/internal/quic/cmd/interop: TestTransfer failures #65616

Open
gopherbot opened this issue Feb 8, 2024 · 2 comments
Open

x/net/internal/quic/cmd/interop: TestTransfer failures #65616

gopherbot opened this issue Feb 8, 2024 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Milestone

Comments

@gopherbot
Copy link

#!watchflakes
default <- pkg == "golang.org/x/net/internal/quic/cmd/interop" && test == "TestTransfer"

Issue created automatically to collect these failures.

Example (log):

--- FAIL: TestTransfer (10.04s)
    main_test.go:66: run server: [-listen localhost:0 -cert /tmp/workdir/tmp/TestTransfer3219762341/003/cert.pem -key /tmp/workdir/tmp/TestTransfer3219762341/003/key.pem -root /tmp/workdir/tmp/TestTransfer3219762341/001]
    main_test.go:81: server: 2024/02/08 18:27:03 listening on 127.0.0.1:26879
    main_test.go:66: run client: [-output /tmp/workdir/tmp/TestTransfer3219762341/002 https://localhost:26879/source]
    main_test.go:81: client: 2024/02/08 18:27:03 listening on [::]:26879
    main_test.go:81: client: 2024/02/08 18:27:13 localhost:26879: closed connection: CONNECTION_REFUSED: "handshake timeout"
    main_test.go:90: client done
    main_test.go:143: reading downloaded file: open /tmp/workdir/tmp/TestTransfer3219762341/002/source: no such file or directory
    main_test.go:90: server done

watchflakes

@gopherbot gopherbot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Feb 8, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/internal/quic/cmd/interop" && test == "TestTransfer"
2024-02-08 18:20 freebsd-386-13_0 net@5a444b4f go@b214108e x/net/internal/quic/cmd/interop.TestTransfer (log)
--- FAIL: TestTransfer (10.04s)
    main_test.go:66: run server: [-listen localhost:0 -cert /tmp/workdir/tmp/TestTransfer3219762341/003/cert.pem -key /tmp/workdir/tmp/TestTransfer3219762341/003/key.pem -root /tmp/workdir/tmp/TestTransfer3219762341/001]
    main_test.go:81: server: 2024/02/08 18:27:03 listening on 127.0.0.1:26879
    main_test.go:66: run client: [-output /tmp/workdir/tmp/TestTransfer3219762341/002 https://localhost:26879/source]
    main_test.go:81: client: 2024/02/08 18:27:03 listening on [::]:26879
    main_test.go:81: client: 2024/02/08 18:27:13 localhost:26879: closed connection: CONNECTION_REFUSED: "handshake timeout"
    main_test.go:90: client done
    main_test.go:143: reading downloaded file: open /tmp/workdir/tmp/TestTransfer3219762341/002/source: no such file or directory
    main_test.go:90: server done

watchflakes

@gopherbot gopherbot added this to the Unreleased milestone Feb 8, 2024
@gopherbot
Copy link
Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "golang.org/x/net/internal/quic/cmd/interop" && test == "TestTransfer"
2024-02-27 18:30 darwin-arm64-12 net@fa114279 go@6cbe522f x/net/internal/quic/cmd/interop.TestTransfer (log)
--- FAIL: TestTransfer (10.04s)
    main_test.go:66: run server: [-listen localhost:0 -cert /tmp/buildlet/tmp/TestTransfer3792689761/003/cert.pem -key /tmp/buildlet/tmp/TestTransfer3792689761/003/key.pem -root /tmp/buildlet/tmp/TestTransfer3792689761/001]
    main_test.go:81: server: 2024/02/27 13:33:31 listening on 127.0.0.1:51178
    main_test.go:66: run client: [-output /tmp/buildlet/tmp/TestTransfer3792689761/002 https://localhost:51178/source]
    main_test.go:81: client: 2024/02/27 13:33:31 listening on [::]:56691
    main_test.go:81: client: 2024/02/27 13:33:41 localhost:51178: closed connection: CONNECTION_REFUSED: "handshake timeout"
    main_test.go:90: client done
    main_test.go:143: reading downloaded file: open /tmp/buildlet/tmp/TestTransfer3792689761/002/source: no such file or directory
    main_test.go:90: server done

watchflakes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.
Projects
Status: No status
Development

No branches or pull requests

1 participant