Project

General

Profile

action #111920

Updated by livdywan almost 2 years ago

# Observation 
 https://app.circleci.com/pipelines/github/os-autoinst/openQA/9695/workflows/44758edd-8a85-4c30-bc0a-4b525847d402/jobs/91518/steps 
 ``` 
 [12:12:03] t/ui/10-tests_overview.t ................... 6/?  
     #     Failed test 'job 99982 collapsed via collapse all button' 
     #     at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm line 283. 
     # Looks like you failed 1 test of 46. 
 [12:12:03] t/ui/10-tests_overview.t ................... 10/?  
 #     Failed test 'stacking of parallel children' 
 #     at t/ui/10-tests_overview.t line 220. 
 [12:12:03] t/ui/10-tests_overview.t ................... 11/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 13/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 14/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 16/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 17/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 18/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 20/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 22/? 
 [12:12:03] t/ui/10-tests_overview.t ................... 23/? # Looks like you failed 1 test of 23. 
 
                                                               [12:12:03] t/ui/10-tests_overview.t ................... Dubious, test returned 1 (wstat 256, 0x100) 
 Failed 1/23 subtests 
 ``` 
 So far I couldn't find another occurrence of this. 

 ## Acceptance criteria 
 * **AC1:** Test no longer fails sporadically 

 ## Suggestions 
 * Review the test code and try to identify where the recent code changes from https://github.com/os-autoinst/openQA/pull/4670 or https://github.com/os-autoinst/openQA/pull/4640/files could have introduced a sporadic test failure and fix it with proper synchronization means, e.g. `wait_for_element`

Back