Actions
action #59984
closedunstable test: t/05-scheduler-full.t
Description
Actions
Added by okurz about 5 years ago. Updated almost 5 years ago.
Description
# 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');
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
Checking stability in https://github.com/os-autoinst/openQA/pull/2496
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.