Actions
action #45881
closedtravis CI build failed on master branch in "t/ui/13-admin-no-login.t"
Start date:
2019-01-09
Due date:
% Done:
0%
Estimated time:
Description
Observation¶
https://travis-ci.org/os-autoinst/openQA/jobs/477320932#L663 shows the details:
# Failed test at ./t/ui/13-admin-no-login.t line 41.
# got: ''
# expected: 'openQA'
# Failed test at ./t/ui/13-admin-no-login.t line 45.
# got: ''
# expected: 'openQA: Test suites'
Error while executing command: no such element: Unable to locate element: {"method":"css selector","selector":"#test-suites tbody tr.odd td"}
(Session info: headless chrome=71.0.3578.98)
(Driver info: chromedriver=71.0.3578.98,platform=Linux 4.4.0-101-generic x86_64) at /usr/lib/perl5/vendor_perl/5.18.2/Selenium/Remote/Driver.pm line 391.
at /usr/lib/perl5/vendor_perl/5.18.2/Selenium/Remote/Driver.pm line 348.
# Tests were run but no plan was declared and done_testing() was not seen.
# Looks like your test exited with 15 just after 4.
./t/ui/13-admin-no-login.t ...........
Dubious, test returned 15 (wstat 3840, 0xf00)
Failed 2/4 subtests
Updated by mkittler about 6 years ago
I restarted the job. Let's see whether it is recurring. But likely it is a sporadic issue. Since it is not yet on my list of sporadic test failures I add it to it.
Updated by mkittler about 6 years ago
- Priority changed from High to Normal
Not recurring and likely not happening often.
Updated by okurz over 5 years ago
- Related to action #50963: Make admin tables real data tables added
Updated by okurz over 5 years ago
- Status changed from New to Resolved
- Assignee set to mkittler
I guess this was solved with f0f59782 as part of #50963 by mkittler, haven't seen t/ui/13-admin-no-login.t failing recently.
Actions