action #75370
Updated by okurz about 4 years ago
## Observation https://app.circleci.com/pipelines/github/os-autoinst/openQA/4619/workflows/befb448a-59ed-46b7-b98d-dd4f3d2f035f/jobs/44126/steps ``` # Failed test 'test 1 is running' # at t/full-stack.t line 128. # Failed test 'worker did not propagate URL for os-autoinst cmd srv within 1 minute' # at /home/squamata/project/t/lib/OpenQA/Test/FullstackUtils.pm line 195. # Failed test 'developer console for test 1' # at t/full-stack.t line 134. # Looks like you failed 2 tests of 3. [02:46:51] t/full-stack.t .. 377/? # Failed test 'wait until developer console becomes available' # at t/full-stack.t line 135. ``` ## Steps to reproduce * - The failure is observed on CircleCI * To be confirmed if this can be reproduced locally with ``` make test STABILITY_TEST=1 RETRY=500 FULLSTACK=1 TESTS=t/full-stack.t ``` ## Suggestions * Add retries back * Reproduce locally or within circleCI * Fix tests or production code * Ensure stability with enough runs, e.g. 500 * - Investigate regressings in latest dependencies - aspell-0.60.6.1 -> aspell-0.60.8 - aspell-spell-0.60.6.1 -> aspell-spell-0.60.8 - libaspell15-0.60.6.1 -> libaspell15-0.60.8 - perl-IO-Socket-SSL-2.052 -> perl-IO-Socket-SSL-2.066 - perl-Net-SSLeay-1.81 -> perl-Net-SSLeay-1.88 - perl-PPIx-Regexp-0.058 -> perl-PPIx-Regexp-0.071 - perl-Selenium-Remote-Driver-1.37 -> perl-Selenium-Remote-Driver-1.38 - python3-pathspec-0.5.9 -> python3-pathspec-0.7.0 - python3-yamllint-1.15.0 -> python3-yamllint-1.22.1 - ShellCheck-0.6.0 -> ShellCheck-0.7.1 See also #75346 for a new failure on master in OBS. ## Workaround Retrigger as this seems to be "sporadic".