Project

General

Profile

action #95836

Updated by tinita almost 3 years ago

## Problem 

 t/full-stack.t failed in this PR https://github.com/os-autoinst/openQA/pull/4064 

 https://app.circleci.com/pipelines/github/os-autoinst/openQA/7140/workflows/760cdf7c-01a6-4627-9dce-1f020e046a2f/jobs/67378/steps 

 ``` 
 [02:46:52] t/full-stack.t .. 42/? # stopped waiting for '(?^u:Result: passed)', result turned out to be 'failed' 
 # full result panel contents: 
 # 1 1 
 # Result: failed finished less than a minute ago ( 01:56 minutes ) 
 # Scheduled product: job has not been created by posting an ISO 
 # Assigned worker: 45009a9ca970:1 

 #     Failed test 'test 1 is passed' 
 #     at t/full-stack.t line 191. 
 [02:46:52] t/full-stack.t .. 45/? # 0 
 [02:46:52] t/full-stack.t .. 53/? [02:46:52] t/full-stack.t .. 54/? [02:46:52] t/full-stack.t .. 55/? [02:46:52] t/full-stack.t .. 56/? [02:46:52] t/full-stack.t .. 58/? [02:46:52] t/full-stack.t .. 61/? [02:46:52] t/full-stack.t .. 63/? [02:46:52] t/full-stack.t .. 65/? [02:46:52] t/full-stack.t .. 66/? [02:46:52] t/full-stack.t .. 68/? [02:46:52] t/full-stack.t .. 69/? [02:46:52] t/full-stack.t .. 71/? [02:46:52] t/full-stack.t .. 74/? [02:46:52] t/full-stack.t .. 75/? [02:46:52] t/full-stack.t .. 77/? [02:46:52] t/full-stack.t .. 83/? [02:46:52] t/full-stack.t .. 84/? [02:46:52] t/full-stack.t .. 86/? [02:46:52] t/full-stack.t .. 87/? [02:46:52] t/full-stack.t .. 93/?       # stopped waiting for '(?^u:Result: passed)', result turned out to be 'failed' 
     # full result panel contents: 
     # 1 1 
     # Result: failed finished less than a minute ago ( 02:00 minutes ) 
     # Clone of 5 
     # Scheduled product: job has not been created by posting an ISO (but possibly the original job) 
     # Assigned worker: 45009a9ca970:1 

     #     Failed test 'test 6 is passed' 
     #     at t/full-stack.t line 366. 
     # 0 
     # stopped waiting for '(?^u:Result: passed)', result turned out to be 'failed' 
     # full result panel contents: 
     # 1 1 
     # Result: failed finished less than a minute ago ( 02:00 minutes ) 
     # Clone of 6 
     # Scheduled product: job has not been created by posting an ISO (but possibly the original job) 
     # Assigned worker: 45009a9ca970:1 

     #     Failed test 'test 7 is passed' 
     #     at t/full-stack.t line 383. 
     # 0 
     # Looks like you failed 2 tests of 615. 
 [02:46:52] t/full-stack.t .. 95/?  
 #     Failed test 'Cache tests' 
 #     at t/full-stack.t line 414. 
 # Looks like you failed 2 tests of 96. 
                                    [02:46:52] t/full-stack.t .. Dubious, test returned 2 (wstat 512, 0x200) 
 Failed 2/96 subtests  
 ``` 

 Retriggering it fixed it. 

 ## Acceptance Criteria 

 **AC 1**: t/full-stack.t is not flaky anymore

Back