-
Bug
-
Resolution: Done
-
Major
-
None
-
3
-
False
-
None
-
False
-
Testable
-
No
-
-
-
-
-
-
-
1.30.0
-
No
-
No
-
Pending
-
None
-
-
-
RHODS 1.30
Description of problem:
After submitting a pipeline run, Elyra will show a popup with a link to the run details:
The URL in `Run Details` is: https://<RHODS-DASHBOARD-URL>/pipelineRuns/luca/#/runs/details/<correct-run-ID>
However, when clicking this link, the Dashboard page that loads is the main `Runs` page of the DS Pipelines section:
I noticed that moving between the `Scheduled` and `Triggered` pages did not change the URL of the page, and in fact the URL could be trimmed down to https://<RHODS-DASHBOARD-URL>/pipelineRuns/luca/ and we would be looking at the same page(s).
When clicking the name of one of the `Triggered` runs, we get sent to the actual Run details page of that run, and this is the URL that is used: https://<RHODS-DASHBOARD-URL>/pipelineRuns/luca/pipelineRun/view/<correct-run-ID> (notice that the run ID from the first URL is the same here, assuming we're looking at the same run)
Prerequisites (if any, like setup, operators/versions):
RHODS 1.28 RC
Steps to Reproduce
- Spawn image with Elyra
- Submit pipeline run
- Click on `Run Details` link in success popup
Actual results:
You are redirected to "main" page of DS Pipelines Runs for your project
Expected results:
You are redirected to the run details of the run you submitted
Reproducibility (Always/Intermittent/Only Once):
Always
Build Details:
Workaround:
Go to `Triggered` -> Last pipeline run manually
Additional info:
The fact that the URL https://<RHODS-DASHBOARD-URL>/pipelineRuns/luca/#/runs/details/<correct-run-ID> does not uniquely identify a page and is equivalent to https://<RHODS-DASHBOARD-URL>/pipelineRuns/luca/ might be a bug of its own