Actions
action #128549
closed[qe-core] test fails in golang: wrongly picks -debuginfo as go version
Status:
Resolved
Priority:
Normal
Assignee:
-
Category:
Bugs in existing tests
Target version:
-
Start date:
2023-05-03
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
go1.20 is the first versoin that no longer strips the binaries and thus allows to generate a debuginfo package
the golang test does not take this into account and simply greps too wide and also catches -debuginfo packages to test (but they are not synced to openQA for performance reasons)
openQA test in scenario opensuse-Tumbleweed-DVD-x86_64-extra_tests_textmode@64bit fails in
golang
Test suite description¶
Maintainer: slindomansilla@suse.de.
Mainly post-installation console extra tests.
Reproducible¶
Fails since (at least) Build 20230221
Expected result¶
Last good: snmp (or more recent)
Further details¶
Always latest result in this scenario: latest
Updated by maritawerner about 2 years ago
- Subject changed from test fails in golang: wrongly picks -debuginfo as go version to [qe-core] test fails in golang: wrongly picks -debuginfo as go version
Updated by dimstar about 2 years ago
Updated by dimstar almost 2 years ago
- Status changed from New to Resolved
dimstar wrote:
Proposal PR: https://github.com/os-autoinst/os-autoinst-distri-opensuse/pull/16992
MErged - fixed
Actions