Actions
action #183059
closed[spradic] [ci] t/ui/18-tests-details.t fails
Start date:
2025-05-26
Due date:
% Done:
0%
Estimated time:
Tags:
Description
Observation¶
Workflow on lateest master:
https://app.circleci.com/pipelines/github/os-autoinst/openQA/17093/workflows/b5d814dc-9b08-464b-8159-e44232e6a094/jobs/166417
# Failed test '68%, 52%'
# at t/ui/18-tests-details.t line 648.
# Structures begin differing at:
# $got->{this-tag-does-not-exist} = Does not exist
# $expected->{this-tag-does-not-exist} = ARRAY(0x5635aee15980)
# Failed test '100%, 52%'
# at t/ui/18-tests-details.t line 648.
# Structures begin differing at:
# $got->{this-tag-does-not-exist} = Does not exist
# $expected->{this-tag-does-not-exist} = ARRAY(0x5635aee15980)
# Looks like you failed 2 tests of 43.
# Failed test 'test candidate list'
# at t/ui/18-tests-details.t line 701.
# Looks like you failed 1 test of 36.
[21:02:22] t/ui/18-tests-details.t ....................
Dubious, test returned 1 (wstat 256, 0x100)
Failed 1/36 subtests
Updated by mkittler 6 days ago
- Status changed from In Progress to Feedback
I'm not sure why this test fails. The test is already waiting properly for the required element (supposed to contain these missing child elements). I created https://github.com/os-autoinst/openQA/pull/6482 for more verbose output in the error case.
Actions