Project

General

Profile

action #167656

Updated by livdywan about 2 months ago

## Observation 
 First time observed and only once so far: 
 https://app.circleci.com/pipelines/github/os-autoinst/openQA/14796/workflows/837e6cb4-67d6-4c30-bce7-b664d928317f/jobs/140817 

 ``` 
 [13:23:44] t/ui/18-tests-details.t .................... 16/?  
     #     Failed test 'exactly one candidates menu present at a time' 
     #     at t/ui/18-tests-details.t line 81. 
     #            got: '0' 
     #       expected: '1' 
 [13:23:44] t/ui/18-tests-details.t .................... 19/?       # Looks like you failed 1 test of 3. 

 #     Failed test 'test candidate list' 
 #     at t/ui/18-tests-details.t line 666. 
 Can't call method "is_enabled" on an undefined value at t/ui/18-tests-details.t line 85. 
 [13:23:44] t/ui/18-tests-details.t .................... 20/? # Tests were run but no plan was declared and done_testing() was not seen. 
 [13:23:44] t/ui/18-tests-details.t .................... Dubious, test returned 1 (wstat 256, 0x100) 
 Failed 1/20 subtests  
 ``` 

 ## Acceptance criteria 
 * **AC1**: t/ui/18-test-details.t passes consistently (in circleCI) 

 ## Suggestions 
 * Look into what the "undefined value" is. Maybe a race condition? 
 * `make setup-database`, export PG…, `prove -l t/ui/18-tests-details.t`

Back