action #124484
Flaky coverage in lib/openQA/Worker/Job.pm
Start date:
2023-02-14
Due date:
% Done:
0%
Estimated time:
Difficulty:
Tags:
Description
Motivation¶
See https://github.com/os-autoinst/openQA/pull/4997#issuecomment-1428080611
Acceptance criteria¶
- AC1: Test coverage in
lib/openQA/Worker/Job.pm
is not flaky anymore
History
#3
Updated by openqa_review 3 months ago
- Due date set to 2023-03-07
Setting due date based on mean cycle time of SUSE QE Tools
#5
Updated by kraih 3 months ago
The flaky code block appears to be covered by this test block in t/33-developer_mode.t
. One of the tests suggests that it is intended to be flaky:
ok wait_for_result_panel($driver, qr/(State: cancelled|Result: (user_cancelled|passed))/), 'test 1 has been cancelled (if it was fast enough to actually pass that is ok, too)';
#7
Updated by kraih 3 months ago
PR marking the block in question as uncoverable: https://github.com/os-autoinst/openQA/pull/5023