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(api): FLEX fast home collision hangs because of deadlock #14602

Conversation

ahiuchingau
Copy link
Contributor

@ahiuchingau ahiuchingau commented Mar 5, 2024

RQA-2312

Overview

When a stall happens during a FLEX fast home move, it tries to acquire the motion lock while trying to refresh position - while it already has the lock and causes the robot to hang.

@ahiuchingau ahiuchingau requested a review from a team as a code owner March 5, 2024 23:17
Copy link

codecov bot commented Mar 5, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 67.57%. Comparing base (be34672) to head (4fd9a2f).

Additional details and impacted files

Impacted file tree graph

@@                 Coverage Diff                  @@
##           chore_release-7.2.0   #14602   +/-   ##
====================================================
  Coverage                67.57%   67.57%           
====================================================
  Files                     2521     2521           
  Lines                    72237    72237           
  Branches                  9306     9306           
====================================================
  Hits                     48816    48816           
  Misses                   21226    21226           
  Partials                  2195     2195           
Flag Coverage Δ
g-code-testing 92.43% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

Files Coverage Δ
api/src/opentrons/hardware_control/ot3api.py 79.62% <ø> (ø)

@sfoster1 sfoster1 changed the base branch from chore_release-7.2.0 to edge March 6, 2024 14:45
@sfoster1 sfoster1 requested review from a team as code owners March 6, 2024 14:45
@sfoster1 sfoster1 requested review from ncdiehl11 and removed request for a team March 6, 2024 14:45
@sfoster1 sfoster1 changed the base branch from edge to chore_release-7.2.0 March 6, 2024 14:47
@ahiuchingau ahiuchingau changed the base branch from chore_release-7.2.0 to edge March 6, 2024 19:14
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.

Looks good to me!

@ahiuchingau ahiuchingau merged commit 3ac672c into edge Mar 6, 2024
28 checks passed
@ahiuchingau ahiuchingau deleted the RQA-2312-bug-flex-home-gantry-does-not-respond-after-a-previous-collision-during-home-gantry branch March 6, 2024 21:58
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.

None yet

2 participants