Actions
action #124370
open[qe-core] geekotest bisect is not removing the issue from all test repositories
Start date:
2023-02-13
Due date:
% Done:
0%
Estimated time:
Difficulty:
Description
Observation¶
When bisecting a job group for the new test issues, the geekotest
review helper script does not remove the issue in question from all *_TEST_ISSUE
settings.
See e.g. https://openqa.suse.de/tests/10481564#settings - :investigate:bisect_without_27737
where 27737 should have been removed but it is still present in LTSS_TEST_ISSUES
While this should not have functional implications, it is confusing.
Impact¶
- Confuses openQA reviewers
Problem¶
- When bisecting jobs, the job issue number is not removed from the
*_TEST_ISSUE
list
Suggestion¶
- Remove the bisecting job issue also from the
*_TEST_ISSUE
lists
Workaround¶
- Try to remember that
*_TEST_ISSUE
is notLTSS_TEST_REPOS
and therefore this has no functional implications.
Actions