Skip to content

testing: TestTRun/output_with_chatty failures #73739

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

Open
gopherbot opened this issue May 16, 2025 · 2 comments
Open

testing: TestTRun/output_with_chatty failures #73739

gopherbot opened this issue May 16, 2025 · 2 comments
Labels
NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one.

Comments

@gopherbot
Copy link
Contributor

#!watchflakes
default <- pkg == "testing" && test == "TestTRun/output_with_chatty"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestTRun/output_with_chatty
    sub_test.go:632: output with chatty:output:
        got:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.02s)
            --- PASS: output with chatty/#00 (0.02s)
        want:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.00s)
            --- PASS: output with chatty/#00 (0.00s)
--- FAIL: TestTRun/output_with_chatty (0.02s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "testing" && test == "TestTRun/output_with_chatty"
2025-05-15 21:06 gotip-linux-riscv64 go@19f05770 testing.TestTRun/output_with_chatty (log)
=== RUN   TestTRun/output_with_chatty
    sub_test.go:632: output with chatty:output:
        got:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.02s)
            --- PASS: output with chatty/#00 (0.02s)
        want:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.00s)
            --- PASS: output with chatty/#00 (0.00s)
--- FAIL: TestTRun/output_with_chatty (0.02s)

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 May 16, 2025
@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "testing" && test == "TestTRun/output_with_chatty"
2025-05-15 22:21 gotip-wasip1-wasm_wasmtime go@d6812707 testing.TestTRun/output_with_chatty (log)
=== RUN   TestTRun/output_with_chatty
    sub_test.go:632: output with chatty:output:
        got:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.02s)
            --- PASS: output with chatty/#00 (0.00s)
        want:
        === RUN   output with chatty
        === RUN   output with chatty/#00
            a
            b
        --- PASS: output with chatty (0.00s)
            --- PASS: output with chatty/#00 (0.00s)
--- FAIL: TestTRun/output_with_chatty (0.02s)

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