Actions
action #59984
closedunstable test: t/05-scheduler-full.t
Description
Updated by okurz about 5 years ago
- Status changed from In Progress to Feedback
Updated by livdywan about 5 years ago
# Failed test 'one job allocated'
# at t/05-scheduler-full.t line 132.
# got: '0'
# expected: '1'
# Looks like you failed 1 test of 1.
t/05-scheduler-full.t .. 7/?
# Failed test 'Simulation of unstable workers'
# at t/05-scheduler-full.t line 178.
Can't use an undefined value as a HASH reference at t/05-scheduler-full.t line 133.
Seems to me like the test is buggy. The error seems to refer to this:
is(@{$allocated}[0]->{job}, 99982, 'right job allocated');
Updated by okurz almost 5 years ago
- Related to action #62015: jobs incomplete without logs as some workers are rejected (was: Scheduler does not work) added
Updated by okurz almost 5 years ago
- Status changed from Feedback to Workable
- Assignee deleted (
okurz) - Target version changed from Current Sprint to Ready
So https://github.com/os-autoinst/openQA/pull/2516 is merged. I did not invest further time in making tests more stable here but there is also the related #53498
Updated by okurz almost 5 years ago
- Related to action #53498: [sporadic] openQA CI tests fail on master in flaky/unstable t/ui/26-jobs_restart.t added
Updated by okurz almost 5 years ago
- Status changed from Workable to Feedback
- Assignee set to okurz
Checking stability in https://github.com/os-autoinst/openQA/pull/2496
Updated by okurz almost 5 years ago
- Status changed from Feedback to Resolved
The above and also latest commit from mkittler ae1b7450a seemed to have helped. As our list of "unstable" tests is currently empty but tests seem to be stable I regard this as resolved.
Actions