Project

General

Profile

action #132410

Updated by tinita 11 months ago

## Observation 

 In this [PR](https://github.com/os-autoinst/openQA/pull/5232), the test failed, but it is unrelated: 
 https://app.circleci.com/pipelines/github/os-autoinst/openQA/11886/workflows/0f8caf6c-6f51-4666-940f-ed2f19b14e33/jobs/111144 
 ``` 
 [13:52:43] t/ui/18-tests-details.t .................... 1/?  
     #     Failed test 'correct tags displayed' 
     #     at t/ui/18-tests-details.t line 154. 
     #       Structures begin differing at: 
     #            $got->{inst-bootmenu} = Does not exist 
     #       $expected->{inst-bootmenu} = ARRAY(0x5645b375db90) 
     # Looks like you failed 1 test of 4. 
 [13:52:43] t/ui/18-tests-details.t .................... 4/?  
 #     Failed test 'displaying image result with candidates' 
 #     at t/ui/18-tests-details.t line 155. 
 [13:52:43] t/ui/18-tests-details.t .................... 5/? 
  [13:52:43] t/ui/18-tests-details.t .................... 9/? 
  [13:52:43] t/ui/18-tests-details.t .................... 10/? 
  [13:52:43] t/ui/18-tests-details.t .................... 12/? 
  [13:52:43] t/ui/18-tests-details.t .................... 13/? 
  [13:52:43] t/ui/18-tests-details.t .................... 14/? 
  [13:52:43] t/ui/18-tests-details.t .................... 15/? 
  [13:52:43] t/ui/18-tests-details.t .................... 18/? 
  [13:52:43] t/ui/18-tests-details.t .................... 28/? 
  [13:52:43] t/ui/18-tests-details.t .................... 32/? 
  [13:52:43] t/ui/18-tests-details.t .................... 35/? # Looks like you failed 1 test of 35. 
 [13:52:43] t/ui/18-tests-details.t .................... Dubious, test returned 1 (wstat 256, 0x100) 
 Failed 1/35 subtests 
 ```

Back