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

fix(app): disable run again button when old run is being dismissed #16300

Merged
merged 2 commits into from
Sep 19, 2024

Conversation

shlokamin
Copy link
Member

@shlokamin shlokamin commented Sep 19, 2024

Overview

This PR disables the run again button while an old run is being dismissed. This was causing a race condition where the robot was not able to fully clean up an old run before a new one was created.

closes RQA-3202

pairing credit to @mjhuff (thank you!!)

Test Plan and Hands on Testing

On an OT-2 create a protocol, start it, cancel it, then restart it

Changelog

  • Disable run again button while old run is being dismissed

Review requests

See above

Risk assessment

Low

@shlokamin shlokamin changed the base branch from edge to chore_release-8.0.0 September 19, 2024 16:10
@shlokamin shlokamin marked this pull request as ready for review September 19, 2024 16:10
@shlokamin shlokamin requested a review from a team as a code owner September 19, 2024 16:10
@shlokamin shlokamin requested review from smb2268, mjhuff, koji, ncdiehl11 and jerader and removed request for a team September 19, 2024 16:10
Copy link
Contributor

@koji koji left a comment

Choose a reason for hiding this comment

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

the changes look good to me

@shlokamin shlokamin merged commit 6293e07 into chore_release-8.0.0 Sep 19, 2024
20 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants