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
.
Actions