Actions
action #167656
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 "exactly one candidates menu present at a time" in circleCI size:s
Start date:
2024-07-31
Due date:
% Done:
0%
Estimated time:
Tags:
Description
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
Updated by okurz about 2 months ago
- Copied from action #164745: Unstable test t/ui/18-tests-details.t "Failed test '#needlediff_selector .show-needle-info present'" in circleCI size:S added
Updated by tinita about 2 months ago
I saw this several times locally yesterday and thought it was related to my feature...
Updated by livdywan about 2 months ago
- Subject changed from Unstable test t/ui/18-tests-details.t Failed test "exactly one candidates menu present at a time" in circleCI to Unstable test t/ui/18-tests-details.t Failed test "exactly one candidates menu present at a time" in circleCI size:s
- Description updated (diff)
- Status changed from New to Workable
Updated by mkittler about 2 months ago
- Status changed from Workable to In Progress
- Assignee set to mkittler
Updated by mkittler about 2 months ago
- Status changed from In Progress to Feedback
Updated by mkittler about 1 month ago
- Status changed from Feedback to Resolved
The PR should fix the issue. If there's more to fix we can reopen.
Actions