Actions
action #93345
closedSource URLs ending in .pm/steps/1/src.txt produce 404
Description
Observation¶
Usually it's possible to get the source of a Perl test module via a special URL ending in .pm/steps/1/src.txt
. For example https://openqa.suse.de/tests/6145189/modules/zypper_in.pm/steps/1/src.txt
. This has worked for a long time and now results in 404 pages.
See also https://gitlab.suse.de/qa-maintenance/openqa-summary-tests/-/issues/26
Workaround¶
- Removing the
.txt
extension results in the expected contents, e.g.https://openqa.suse.de/tests/6145189/modules/zypper_in/steps/1/src
.
Updated by kraih over 3 years ago
Opened a pull request. https://github.com/os-autoinst/openQA/pull/3924
Updated by VANASTASIADIS over 3 years ago
- Category set to Regressions/Crashes
- Status changed from New to In Progress
- Target version set to Ready
Updated by openqa_review over 3 years ago
- Due date set to 2021-06-16
Setting due date based on mean cycle time of SUSE QE Tools
Actions