Project

General

Profile

action #103422

Updated by tinita over 2 years ago

## Observation 

 First seen on https://github.com/os-autoinst/os-autoinst/pull/1871#issuecomment-984670874: 

 ``` 
 8: [11:23:53] ./12-bmwqemu.t ........................... ok        914 ms ( 0.01 usr    0.00 sys +    0.82 cusr    0.09 csys =    0.92 CPU) 
 8:  
 8:       #     Failed test 'Exit code appear in log' 
 8:       #     at ./13-osutils.t line 167. 
 8:       # STDERR: 
 8:       # [2021-12-02T11:23:54.401579Z] [debug] running `echo foo` 
 8:       # [2021-12-02T11:23:54.405060Z] [debug] Command `echo foo` terminated with 1 
 8:       #     foo 
 8:       #  
 8:       # doesn't match: 
 8:       # (?^u:terminated with 0) 
 8:       # as expected 
 8:       # Looks like you failed 1 test of 10. 
 8:  
 8: #     Failed test 'run_diag' 
 8: #     at ./13-osutils.t line 190. 
 8: # Looks like you failed 1 test of 9. 
 8: [11:23:54] ./13-osutils.t ...........................  
 8: Dubious, test returned 1 (wstat 256, 0x100) 
 8: Failed 1/9 subtests  
 ``` 
 Another failure in the same test, maybe related: 
 https://github.com/perlpunk/os-autoinst/runs/4408870749?check_suite_focus=true 
 ``` 
 8: runcmd 'rm image.qcow2' failed with exit code 1 at /opt/osutils.pm line 112. 
 8: # Tests were run but no plan was declared and done_testing() was not seen. 
 8: # Looks like your test exited with 255 just after 7. 
 8: [14:05:37] ./13-osutils.t ...........................  
 8: Dubious, test returned 255 (wstat 65280, 0xff00) 
 8: All 7 subtests passed  
 ``` 

 I couldn't find another instance. What I did find was [another failure that didn't fail CI](https://github.com/os-autoinst/os-autoinst/pull/1789#issuecomment-984678259) in `14-isotovideo.t:128`. 

 ## Acceptance criteria 
 * **AC1:** Failure in 13-osutils.t fails CI 
 * **AC2:** 13-osutils.t passes w/o failures 

 ## Suggestions 
 - Confirm when 13-osutils.t started failing 
 - Fix 13-osutils.t 
 - Compare if 14-isotovideo.t and maybe other tests generally don't fail CI 
 - Ensure that the pipeline fails if any tests fail

Back