Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add orphaned job detail page hanging bugfix to changelog #8489

Merged
merged 1 commit into from
Jul 22, 2020

Conversation

DingoEatingFuzz
Copy link
Contributor

My earlier investigations of #5946, #7698. and #7710 led me to believe that the root issue of a 404'd parent relationship would be fixed with an Ember upgrade. It had something to do with a quirk with alias that had since been fixed.

I just verified that now that we are on Ember 3.16, all of these issues are fixed* so I think this can be added to the changelog.

Steps to reproduce my verification

  1. Run a parameterized job
  2. Dispatch an instance of the parameterized job
  3. Observe that the jobs list page shows the parameterized job
  4. Observe that clicking the parameterized job lists the dispatched child job
  5. Execute nomad stop purge <parameterized job>
  6. Observe that the jobs list page shows the now orphaned dispatched child job
  7. Observe that clicking the orphaned dispatched child job goes to the job detail page

*Fixed means the UI no longer breaks and freezes on the loading indicator. There is still a runtime error that should be handled in one way or another.

Copy link
Contributor

@backspace backspace left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

🥳

@github-actions
Copy link

I'm going to lock this pull request because it has been closed for 120 days ⏳. This helps our maintainers find and focus on the active contributions.
If you have found a problem that seems related to this change, please open a new issue and complete the issue template so we can capture all the details necessary to investigate further.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Dec 28, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants