action #164745
closedcoordination #154768: [saga][epic][ux] State-of-art user experience for openQA
coordination #154771: [epic] Improved test developer user experience
Unstable test t/ui/18-tests-details.t "Failed test '#needlediff_selector .show-needle-info present'" in circleCI size:S
0%
Description
Observation¶
First time observed and only once so far:
https://app.circleci.com/pipelines/github/os-autoinst/openQA/14162/workflows/23b17936-c2bf-4068-bee0-a91a8f03c785/jobs/133546?invite=true#step-108-140
09:54:35] t/ui/18-tests-details.t .................... 17/?
# Failed test '#needlediff_selector .show-needle-info present'
# at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm line 300.
# Looks like you failed 1 test of 40.
[09:54:35] t/ui/18-tests-details.t .................... 18/?
# Failed test 'test candidate list'
# at t/ui/18-tests-details.t line 623.
Can't call method "click" on an undefined value at t/ui/18-tests-details.t line 615.
[09:54:35] t/ui/18-tests-details.t .................... 19/? # Tests were run but no plan was declared and done_testing() was not seen.
[09:54:35] t/ui/18-tests-details.t .................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/19 subtests
Updated by okurz 5 months ago
- Status changed from In Progress to Resolved
https://github.com/os-autoinst/openQA/pull/5809 merged hence effective for new tests. https://app.circleci.com/pipelines/github/os-autoinst/openQA/14166/workflows/0b3d0a5e-987b-4d9f-8e17-587c93c0ed53/jobs/133597 shows the passed tests after merge to master.
Updated by mkittler 5 months ago
- Status changed from Resolved to In Progress
I guess I improved the wrong line. The test still fails, e.g. https://app.circleci.com/pipelines/github/os-autoinst/openQA/14169/workflows/a981fe7c-0ad6-4b81-ab31-da16ee5a40fa/jobs/133633/steps:
[08:12:21] t/ui/18-tests-details.t .................... 17/?
# Failed test '#needlediff_selector .show-needle-info present'
# at /home/squamata/project/t/ui/../lib/OpenQA/SeleniumTest.pm line 300.
# Looks like you failed 1 test of 41.
[08:12:21] t/ui/18-tests-details.t .................... 18/?
# Failed test 'test candidate list'
# at t/ui/18-tests-details.t line 622.
Can't call method "click" on an undefined value at t/ui/18-tests-details.t line 614.
[08:12:21] t/ui/18-tests-details.t .................... 19/? # Tests were run but no plan was declared and done_testing() was not seen.
[08:12:21] t/ui/18-tests-details.t .................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/19 subtests
It might even be an actual problem loading this element then.
Updated by okurz 3 months ago
- Copied to action #167656: Unstable test t/ui/18-tests-details.t Failed test "exactly one candidates menu present at a time" in circleCI size:s added