action #120226
closedcoordination #80142: [saga][epic] Scale out: Redundant/load-balancing deployments of openQA, easy containers, containers on kubernetes
coordination #98952: [epic] t/full-stack.t sporadically fails "clickElement: element not interactable" and other errors
Ensure openQA t/full-stack.t is stable again and not tracked as unstable test size:S
Description
Observation¶
t/full-stack.t sporadically fails "clickElement: element not interactable" and other errors. With many retries the test may eventually pass.
Acceptance criteria¶
- AC1: There are no more sporadic failures
Suggestions¶
- Run the test 100 times to verify it is stable
- Maybe the test is already stable - otherwise invetigate failures
Out of scope¶
- Check other unstable tests (maybe something to consider for another ticket?)
Updated by livdywan almost 2 years ago
- Subject changed from Ensure openQA t/full-stack.t is stable again and not tracked as unstable test to Ensure openQA t/full-stack.t is stable again and not tracked as unstable test size:S
- Description updated (diff)
- Status changed from New to Workable
Updated by kraih almost 2 years ago
- Status changed from In Progress to Feedback
Test does look very stable now. Couldn't get it to fail at all.
Updated by okurz almost 2 years ago
well, if you want to take the chance then just remove the retry in https://github.com/os-autoinst/openQA/blob/master/Makefile#L193 or at least move from the current number of retries 15 to something smaller like 3 and we will see if it fails anytime soon within CI.
Updated by kraih almost 2 years ago
Updated by kraih almost 2 years ago
Merged, now we have to keep an eye on CI results.