action #32395
closed[sle][functional][fast][easy]test fails in tests with EXIT_AFTER_START_INSTALL calling consoletest_setup which should not even be called
0%
Description
Observation¶
openQA test in scenario sle-15-Installer-DVD-x86_64-select_disk@64bit fails in
consoletest_setup
Reproducible¶
Fails since (at least) Build 472.5
Expected result¶
Last good: 465.2
Problem¶
- H1: 79e7d4ca in tests introduced the problem for all EXIT_AFTER_START_INSTALL
Further details¶
Always latest result in this scenario: latest
Updated by okurz almost 7 years ago
- Subject changed from [sle][functional][easy]test fails in tests with EXIT_AFTER_START_INSTALL calling consoletest_setup which should not even be called to [sle][functional][fast][easy]test fails in tests with EXIT_AFTER_START_INSTALL calling consoletest_setup which should not even be called
Updated by nicksinger almost 7 years ago
Gets triggered by the load_consoletests() in main.pm line 1088 (in commit 281e456a203b9ac244a6dfd55c7cc9acdc58c565). Have not yet found out when this changed.
load_rescuecd_tests()
and load_x11tests()
both seem to exit on their own.
Updated by nicksinger almost 7 years ago
bisect shows it was introduced with PR#4432. Investigating where the logic-issue is (unfortunately the single commits are not atomically working).
Updated by nicksinger almost 7 years ago
git checkout 6cfc86ddd7dad900d2339f34a00bd293f21cbdae\^ #get before this PR
git cherry-pick 5d83981898c92dc3665919b67b29f19a41fab8ac #broken scheduling
git checkout 6cfc86ddd7dad900d2339f34a00bd293f21cbdae\^ #again to verify
git cherry-pick 6cfc86ddd7dad900d2339f34a00bd293f21cbdae 87c3a38d0c3c58b2530ab46e09e00d4583ca310f 79e7d4ca762ab79a8a3925a7c2a71ef6384b4fd5 7a90832c11b6eab9138ebd086bbcffb15f950c3f #schedules correctly
This leaves 5d83981898c92dc3665919b67b29f19a41fab8ac as reason - the commit I suspected the least…
Updated by nicksinger almost 7 years ago
- Status changed from New to In Progress
- Assignee changed from okurz to nicksinger
Updated by nicksinger almost 7 years ago
- Status changed from In Progress to Feedback
https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/4521 - also contains the explanation what happened.
Updated by okurz almost 7 years ago
- Has duplicate action #32461: [sle][sle15][functional][fast] test fails in consoletest_setup - needle console font mismatched added
Updated by okurz almost 7 years ago
retriggered SLE15 tests failing in consoletest_setup in this symptom. Please check again if you see any job failures labeled with this ticket
Updated by nicksinger almost 7 years ago
- Status changed from Feedback to Resolved
https://openqa.suse.de/tests/1511529 - good on OSD, closing.