-
Notifications
You must be signed in to change notification settings - Fork 7
Closed
Description
Trying to build on el9 and I get this error from test 13. But, it runs?
$ prove -lv t/13-multiworker-signal.t
t/13-multiworker-signal.t .. The signatures feature is experimental at t/13-multiworker-signal.t line 22.
# Seeded srand with seed '20251210' from local date.
127.0.0.1 - - [11/Dec/2025:02:33:36 +0000] "GET /" 200 0.001s
ok 1 - Multi-worker terminates on SIGINT {
ok 1 - Server is responding before signal
ok 2 - Server terminated on SIGINT within timeout
1..2
}
127.0.0.1 - - [11/Dec/2025:02:33:39 +0000] "GET /" 200 0.001s
ok 2 - Multi-worker terminates on SIGTERM {
ok 1 - Server is responding before signal
ok 2 - Server terminated on SIGTERM within timeout
1..2
}
not ok 3 - No zombie worker processes after shutdown {
not ok 1 - Processes found listening on port before shutdown (found 0)
ok 2 - No processes left on port after shutdown (found 0)
1..2
}
1..3
# Failed test 'Processes found listening on port before shutdown (found 0)'
# at t/13-multiworker-signal.t line 209.
# Failed test 'No zombie worker processes after shutdown'
# at t/13-multiworker-signal.t line 235.
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/3 subtests
Test Summary Report
-------------------
t/13-multiworker-signal.t (Wstat: 256 Tests: 3 Failed: 1)
Failed test: 3
Non-zero exit status: 1
Files=1, Tests=3, 10 wallclock secs ( 0.02 usr 0.01 sys + 0.33 cusr 0.11 csys = 0.47 CPU)
Result: FAIL
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels