Project

General

Profile

action #128807

Updated by mkittler 12 months ago

## Observation 

 https://app.circleci.com/pipelines/github/os-autoinst/openQA/11429/workflows/2deb72d7-9b20-4ac4-b917-a83129bef0a3/jobs/106787 
 ``` 
 [10:02:24] t/33-developer_mode.t .. 20/?  
     #     Failed test 'otherdeveloper logged-in' 
     #     at t/33-developer_mode.t line 262. 
     #            got: 'Login' 
     #       expected: 'Logged in as otherdeveloper' 

         #     Failed test '#developer-panel .card-body visible' 
         #     at /home/squamata/project/t/lib/OpenQA/SeleniumTest.pm line 261. 

         #     Failed test '#developer-panel .card-body contains (?^u:Another user has already locked this job.)' 
         #     at /home/squamata/project/t/lib/OpenQA/SeleniumTest.pm line 267. 
         #                     '' 
         #       doesn't match '(?^u:Another user has already locked this job.)' 
         # Looks like you failed 2 tests of 13. 

     #     Failed test 'expand developer panel' 
     #     at t/33-developer_mode.t line 282. 
     # Looks like you failed 2 tests of 3. 
 [10:02:24] t/33-developer_mode.t .. 21/?  
 #     Failed test 'status-only route accessible for other users' 
 #     at t/33-developer_mode.t line 283. 
 ``` 

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

 ## Suggestions 
 * Try to reproduce manually with `make test FULLSTACK=1 KEEP_DB=1 TESTS=t/33-developer_mode.t STABILITY_TEST=1 RETRY=30`, otherwise run the test in Circle CI with SSH activated

Back