action #130201
closedopenqa_bootstrap: fetchneedles not called during openqa-bootstrap size:S
0%
Description
Observation¶
The test tries to confirm the minimalx testsuite is running by querying the openQA server a few times, prepping for 'running'
The 'running' part is no longer found in the grep output (test_running does not fail though?) which results in the final needle match to not find the minimalx (has moved to the finished tests at the bottom, but the screen is too small to show it)
test_running used to be like 30s in execution time, which resulted in us catching minimalx in test_restults to be in 'running state'; now, as test_running takes almost 3 minutes, test_result no longer sees the same
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-openqa_bootstrap@64bit fails in
test_running
Test suite description¶
Maintainer: dheidler. Install openQA using openqa-bootstrap script.
Reproducible¶
Fails since (at least) Build 20230531
Expected result¶
Last good: 20230530 (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by jbaier_cz over 1 year ago
Updated by jbaier_cz over 1 year ago
- Subject changed from openqa_bootstrap: test module not seen as running (openqa-client deprecated) to openqa_bootstrap: fetchneedles not called during openqa-bootstrap
- Target version set to Ready
Updated by jbaier_cz over 1 year ago
- Status changed from New to Feedback
- Assignee set to jbaier_cz
This could do the trick, https://github.com/os-autoinst/openQA/pull/5173
Updated by livdywan over 1 year ago
- Related to action #129883: all-in-one openQA container solution added
Updated by livdywan over 1 year ago
- Subject changed from openqa_bootstrap: fetchneedles not called during openqa-bootstrap to openqa_bootstrap: fetchneedles not called during openqa-bootstrap size:S
Updated by livdywan over 1 year ago
Updated by maritawerner over 1 year ago
- Project changed from openQA Tests to openQA Infrastructure
- Category deleted (
Bugs in existing tests)
Updated by livdywan over 1 year ago
With both fixes applied the jobs are confirmed to run by test_running. However test_results still fails to match the finished job off screen. In the needle from 2019 you can actually see the case where the job's already finished.
I guess we need to ensure both running and finished tables are visible on screen. Maybe simply by scrolling down a bit?
Updated by jbaier_cz over 1 year ago
The last run still used the old code, we need to wait a little more for the fix to be picked up.
Updated by jbaier_cz over 1 year ago
- Status changed from Feedback to Resolved
Updated by okurz over 1 year ago
- Copied to action #130369: [spike][timeboxed:20h] Reduce duplication of openQA-in-openQA tests in os-autoinst-distri-opensuse and os-autoinst-distri-openQA size:S added