Project

General

Profile

Actions

action #56810

closed

action #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

Added by andriinikitin over 4 years ago. Updated over 4 years ago.

Status:
Closed
Priority:
Normal
Assignee:
-
Category:
Regressions/Crashes
Target version:
Start date:
2019-09-07
Due date:
% Done:

100%

Estimated time:

Description

Attached Dockerfile and log demonstrate the problem


Files

docker.log (69.2 KB) docker.log andriinikitin, 2019-09-11 15:41
Dockerfile (1.13 KB) Dockerfile andriinikitin, 2019-09-11 15:41
Actions #1

Updated by andriinikitin over 4 years ago

  • Copied from action #56564: SQLite package seems broken in 15.1 added
Actions #2

Updated by andriinikitin over 4 years ago

  • File deleted (problem.log)
Actions #3

Updated by andriinikitin over 4 years ago

  • File deleted (preinstall.log)
Actions #4

Updated by andriinikitin over 4 years ago

  • File deleted (conflict.log)
Actions #5

Updated by andriinikitin over 4 years ago

  • File deleted (Dockerfile)
Actions #6

Updated by andriinikitin over 4 years ago

  • Copied from deleted (action #56564: SQLite package seems broken in 15.1)
Actions #7

Updated by andriinikitin over 4 years ago

  • File Dockerfile added
Actions #8

Updated by andriinikitin over 4 years ago

  • File log added
Actions #9

Updated by andriinikitin over 4 years ago

  • File deleted (log)
Actions #10

Updated by andriinikitin over 4 years ago

  • File deleted (Dockerfile)
Actions #12

Updated by mkittler over 4 years ago

  • Assignee set to mkittler

I'm looking into it trying out the new CI environment locally.

Actions #13

Updated by andriinikitin over 4 years ago

  • Target version set to Current Sprint
Actions #14

Updated by mkittler over 4 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.

Actions #15

Updated by andriinikitin over 4 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

Actions #16

Updated by andriinikitin over 4 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.

Actions #17

Updated by andriinikitin over 4 years ago

  • Status changed from New to Closed
Actions #18

Updated by mkittler over 4 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.

Actions

Also available in: Atom PDF