Project

General

Profile

action #102578

Updated by livdywan over 2 years ago

## Observation 

 t/full-stack.t is becoming more and more of a problem, e.g. see https://app.circleci.com/pipelines/github/os-autoinst/openQA/8392/workflows/6748c60b-4966-4db6-806b-415da997d321/jobs/79281 from https://github.com/os-autoinst/openQA/pull/4360 . I suggest more people to collaborate on this ticket. 

     #     Failed test 'Expected result for job 1 not found' 

 ## Acceptance criteria 
 * **AC1:** t/full-stack.t subtest 'schedule job' is stable 

 ## Suggestions 
 * a PR to expose worker log in the schedule job subtest 
 * Measure fail ratio e.g. with https://github.com/okurz/scripts/blob/master/count_fail_ratio 
 * Add `done_testing;exit;` after the `subtest` to accelerate testing

Back