-
Bug
-
Resolution: Fixed
-
Low
-
6.9.0
-
None
-
1
-
Severity 3 - Minor
-
Issue Summary
Environment
Bamboo 6.10.2, no more needed.
Steps to Reproduce
- Run a build plan containing at least one failing test (precondition to allow quarantining).
- Quarantine a failed test of the above plan as of Dashboard >> Build >> All build plans >> #buildresult in column "Build". On this page scroll down to the failing tests and aside each one find Cog >> Quarantine (last selectable option).
- Navigate to the Build dashboard of this plan and there click the most right tab "Quarantines tests".
- Select the link under the "Test" column for the quarantined test. This link is broken and thus results in a 404 - "Page not found".Expected Results
Expected Results
The link is correct as in elder Bamboo versions. Here an example of a correct one:
http://bamboo6102:8085/browse/PQ-MPQ-JOB1-6/test/case/1146881
Actual Results
The link is broken. Reusing the above example it shows:
http://bamboo6102:8085/browse/PQ-MPQ-6/test/case/1146881
Comparing the wrong with the correct link, it's apparent that within the PROJ-PLAN-JOB-BUILD part between "browse/" and "/test", for the broken link JOBx is missing.
Workaround
There is currently no workaround known, other than manually inserting JOBx into the link so to reach this failing plan's "Test case result" page. Once another approach is applicable, we'll add it here.