Skip to content

os/signal: TestNohup/uncaught/1 failures #73740

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 · 1 comment
Open

os/signal: TestNohup/uncaught/1 failures #73740

gopherbot opened this issue May 16, 2025 · 1 comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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 == "os/signal" && test == "TestNohup/uncaught/1"

Issue created automatically to collect these failures.

Example (log):

=== RUN   TestNohup/uncaught/1
=== PAUSE TestNohup/uncaught/1
=== CONT  TestNohup/uncaught/1
    signal_test.go:460: ran test with -send_uncaught_sighup=1 and it succeeded: expected failure.
        Output:
        === RUN   TestStop
        === RUN   TestStop/window_size_changes
        === PAUSE TestStop/window_size_changes
        === RUN   TestStop/hangup
        === PAUSE TestStop/hangup
        === RUN   TestStop/user_defined_signal_1
        === PAUSE TestStop/user_defined_signal_1
        === CONT  TestStop/window_size_changes
        === CONT  TestStop/user_defined_signal_1
        === CONT  TestStop/hangup
        --- PASS: TestStop (0.00s)
            --- PASS: TestStop/hangup (0.24s)
            --- PASS: TestStop/user_defined_signal_1 (0.45s)
            --- PASS: TestStop/window_size_changes (0.42s)
        PASS
--- FAIL: TestNohup/uncaught/1 (0.64s)

watchflakes

@gopherbot
Copy link
Contributor Author

Found new dashboard test flakes for:

#!watchflakes
default <- pkg == "os/signal" && test == "TestNohup/uncaught/1"
2025-05-15 22:21 gotip-darwin-amd64_13 go@d6812707 os/signal.TestNohup/uncaught/1 (log)
=== RUN   TestNohup/uncaught/1
=== PAUSE TestNohup/uncaught/1
=== CONT  TestNohup/uncaught/1
    signal_test.go:460: ran test with -send_uncaught_sighup=1 and it succeeded: expected failure.
        Output:
        === RUN   TestStop
        === RUN   TestStop/window_size_changes
        === PAUSE TestStop/window_size_changes
        === RUN   TestStop/hangup
        === PAUSE TestStop/hangup
        === RUN   TestStop/user_defined_signal_1
        === PAUSE TestStop/user_defined_signal_1
        === CONT  TestStop/window_size_changes
        === CONT  TestStop/user_defined_signal_1
        === CONT  TestStop/hangup
        --- PASS: TestStop (0.00s)
            --- PASS: TestStop/hangup (0.24s)
            --- PASS: TestStop/user_defined_signal_1 (0.45s)
            --- PASS: TestStop/window_size_changes (0.42s)
        PASS
--- FAIL: TestNohup/uncaught/1 (0.64s)

watchflakes

@gopherbot gopherbot added NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. compiler/runtime Issues related to the Go compiler and/or runtime. labels May 16, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compiler/runtime Issues related to the Go compiler and/or runtime. 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