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): fix post run tip detection after error recovery #16860

Merged
merged 1 commit into from
Nov 15, 2024

Conversation

mjhuff
Copy link
Contributor

@mjhuff mjhuff commented Nov 15, 2024

Closes RQA-3589

Overview

It's insufficient to check if a run entered error recovery as the sole condition for whether or not to run the post-run drop tip wizard, because it's possible for a run to proceed through error recovery then encounter a terminal error. In these spots, we must show drop tip wizard.

To fix, determine whether the run just entered error recovery (or not). If it didn't, do the tip detection logic.

Screen.Recording.2024-11-15.at.2.53.55.PM.mov

Test Plan and Hands on Testing

  • See video. Also confirmed fix on ODD.
  • Verified there's no prompting after doing doing drop tip wizard during error recovery.

Changelog

  • Fixed an instance in which the user does not receive drop tip wizard prompts after a terminal error.

Risk assessment

low -- This util only touches two spots, and the blast radius is small.

@mjhuff mjhuff requested a review from a team November 15, 2024 20:20
@mjhuff mjhuff requested a review from a team as a code owner November 15, 2024 20:20
@mjhuff mjhuff requested review from shlokamin and removed request for a team and shlokamin November 15, 2024 20:20
'dropTip',
'dropTipInPlace',
'pickUpTip',
'moveToAddressableAreaForDropTip',
Copy link
Contributor Author

@mjhuff mjhuff Nov 15, 2024

Choose a reason for hiding this comment

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

This is annoying, but thankfully the app doesn't have to keep track of all these separate commands much longer thanks to #16859

Copy link
Member

@sfoster1 sfoster1 left a comment

Choose a reason for hiding this comment

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

That makes sense!

@mjhuff mjhuff merged commit 6d5b3a2 into chore_release-8.2.0 Nov 15, 2024
36 checks passed
@mjhuff mjhuff deleted the app_fix-tip-detection-post-recovery branch November 15, 2024 21:19
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.

2 participants