Actions
action #127532
closedCI checks failing on os-autoinst master size:M
Description
Observation¶
https://github.com/os-autoinst/os-autoinst#os-autoinst-- shows "ci failing". https://github.com/os-autoinst/os-autoinst/actions?query=branch%3Amaster shows failed results. Latest result at time of writing:
https://github.com/os-autoinst/os-autoinst/actions/runs/4599640678/jobs/8125256383 failing with
7: # No tests run!
7:
7: # Failed test 'No tests run for subtest "stop grabbing"'
7: # at ./t/29-backend-generalhw.t line 171.
7: # Looks like you failed 1 test of 2.
7:
7: # Failed test 'serial grab'
7: # at ./t/29-backend-generalhw.t line 174.
7: Can't kill('-TERM', '2481'): No such process at /opt/backend/generalhw.pm line 178
7: # Tests were run but no plan was declared and done_testing() was not seen.
7: # Looks like your test exited with 255 just after 10.
7: [17:42:06] ./t/29-backend-generalhw.t .................
7: Dubious, test returned 255 (wstat 65280, 0xff00)
7: Failed 1/10 subtests
Acceptance criteria¶
- AC1:
t/29-backend-generalhw.t
is stable
Suggestions¶
- Confirm if this is happening reliably - it seems like it may be flaky
- Try to make sense of the code to spot the race condition
- Run the test in a loop and see if it fails
- Try running the test with a smaller time limit
Actions