Project

General

Profile

action #111539

Updated by mkittler almost 2 years ago

## Observation 
 

 In https://app.circleci.com/pipelines/github/os-autoinst/openQA/9642/workflows/d48bcdfe-9b1e-47a1-bc80-53b05167be46/jobs/90997 but similarly in at least one pull request where I have seen this failing: 

 ``` 
 [10:44:52] t/ui/23-audit-log.t ........................ 21/?  
     #     Failed test 'right comment' 
     #     at t/ui/23-audit-log.t line 140. 
     #            got: 'Just a group test' 
     #       expected: 'Just a job test' 
     # Looks like you failed 1 test of 23. 
 [10:44:52] t/ui/23-audit-log.t ........................ 22/?  
 #     Failed test 'clickable events' 
 #     at t/ui/23-audit-log.t line 141. 
 [10:44:52] t/ui/23-audit-log.t ........................ 23/? # Looks like you failed 1 test of 23. 
                                                               [10:44:52] t/ui/23-audit-log.t ........................ Dubious, test returned 1 (wstat 256, 0x100) 
 Failed 1/23 subtests 
 ``` 
 ## Acceptance criteria 
 * **AC1**: The audit log test is stable 

 ## Suggestions 
 * Check for inconsistent sorting or ambiguous CSS selectors 
 * Check whether usage of `wait_for_ajax` can be improved/replaced

Back