action #56810
closedaction #53915: switch "travis_test" aka. "openqa_dev" container to a supported base since Leap 42.3 is EOL
"stale element reference: element is not attached to the page" during tests on 15.1
100%
Description
Attached Dockerfile and log demonstrate the problem
Files
Updated by andriinikitin about 5 years ago
- Copied from action #56564: SQLite package seems broken in 15.1 added
Updated by andriinikitin about 5 years ago
- Copied from deleted (action #56564: SQLite package seems broken in 15.1)
Updated by andriinikitin about 5 years ago
- File docker.log docker.log added
- File Dockerfile Dockerfile added
Updated by mkittler about 5 years ago
- Assignee set to mkittler
I'm looking into it trying out the new CI environment locally.
Updated by andriinikitin about 5 years ago
- Target version set to Current Sprint
Updated by mkittler about 5 years ago
- Assignee deleted (
mkittler)
I didn't manage to run a UI test locally (it fails setting up Selenium). I'm not here tomorrow so somebody else might take over.
Updated by andriinikitin about 5 years ago
I am not sure why, but I can fix t/ui/25-developer_mode.t on 15.1 by removing 'return' here https://github.com/os-autoinst/openQA/blob/4382c4b42c298b1d21631884cbeec7f5a23d10c5/t/ui/25-developer_mode.t#L717
I will try to look into other failures
Updated by andriinikitin about 5 years ago
- % Done changed from 0 to 100
For fullstack tests this error message is just a symptom and the root cause of failures can be narrowed down to
> qemu-img --version
This QEMU binary requires the membarrier system call.
Please upgrade your system to a newer version of Linux
Which can be fixed in docker by starting container with flag --security-opt seccomp:unconfined
( thanks to https://bugzilla.opensuse.org/show_bug.cgi?id=1130134 ).
I believe this bug can be closed as all known reasons (at least to me) of error message are now tracked down.
Updated by mkittler about 5 years ago
I could reproduce strange issues when running the UI tests locally in the container. Updating perl-Selenium-Remote-Driver to 1.33 seems to solve them.