Actions
action #167129
closedcoordination #154768: [saga][epic][ux] State-of-art user experience for openQA
coordination #154771: [epic] Improved test developer user experience
[sporadic] ci openQA: t/ui/10-tests_overview.t fails size:S
Description
Observation¶
[20:25:07] t/ui/10-tests_overview.t ................... 12/?
# Failed test 'exactly one row present'
# at t/ui/10-tests_overview.t line 308.
# got: '0'
# expected: '1'
# Looks like you failed 1 test of 1.
# Failed test 'filter for specific test'
# at t/ui/10-tests_overview.t line 310.
# Looks like you failed 1 test of 3.
[20:25:07] t/ui/10-tests_overview.t ................... 14/?
# Failed test 'filtering by test'
# at t/ui/10-tests_overview.t line 311.
Can't call method "get_text" on an undefined value at t/ui/10-tests_overview.t line 309.
[20:25:07] t/ui/10-tests_overview.t ................... 15/? # Tests were run but no plan was declared and done_testing() was not seen.
[20:25:07] t/ui/10-tests_overview.t ................... Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/15 subtests
Seen in https://github.com/os-autoinst/openQA/pull/5910
Slightly different failure than in #166820
Suggestions:¶
- See what was done before, maybe this is related and the error changed
- Consider using wait_for_element more consistently (get_element could be racy)
- Call it with
make test KEEP_DB=1 TESTS=t/ui/10-tests_overview.t
to reproduce
Updated by tinita 3 months ago
- Copied from action #166820: [sporadic] ci openQA: t/ui/10-tests_overview.t fails added
Actions