Skip to content

fix(app): Fix LPC not POSTing labware defs to the maintenance run#17894

Merged
mjhuff merged 1 commit into
chore_release-8.4.0from
app_fix-custom-lw-lpc
Mar 27, 2025
Merged

fix(app): Fix LPC not POSTing labware defs to the maintenance run#17894
mjhuff merged 1 commit into
chore_release-8.4.0from
app_fix-custom-lw-lpc

Conversation

@mjhuff
Copy link
Copy Markdown
Contributor

@mjhuff mjhuff commented Mar 26, 2025

Closes RQA-4010

Overview

Currently, LPC utilizes the existing labware definitions from runs/:runId/loaded_labware_defintions and POSTs those definitions to the LPC maintenance run. However, it turns out that those definitions do not necessarily exist on the run resource at the time of LPC maintenance run creation.

We actually have access to the labware definitions from analysis directly and don't need to query the server for them. A much simpler (and functional) approach is to just POST the definitions we already have.

Current Behavior

Screen.Recording.2025-03-26.at.4.19.54.PM.mov

With Fix

Screen.Recording.2025-03-26.at.4.14.17.PM.mov

Test Plan and Hands on Testing

  • See video.
  • See ticket for protocol and custom labware if you'd like to test yourself.

Changelog

  • Fixed custom labware definitions used in a protocol crashing LPC.

Risk assessment

low

@mjhuff mjhuff requested a review from a team as a code owner March 26, 2025 20:20
@mjhuff mjhuff requested review from a team, SyntaxColoring, jerader and sfoster1 and removed request for a team and jerader March 26, 2025 20:20
@mjhuff mjhuff force-pushed the app_fix-custom-lw-lpc branch 3 times, most recently from eb400d7 to 50b74fc Compare March 26, 2025 20:24
Copy link
Copy Markdown
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.

nice!

@mjhuff mjhuff merged commit e92d8ce into chore_release-8.4.0 Mar 27, 2025
@mjhuff mjhuff deleted the app_fix-custom-lw-lpc branch March 27, 2025 15:51
y3rsh added a commit that referenced this pull request Mar 27, 2025
…y-path

* chore_release-8.4.0:
  fix(app): Fix LPC not POSTing labware defs to the maintenance run (#17894)
  feat(shared-data): enable multi dispense blowout (#17895)
  feat(hardware, api): Add a python-controlled tattle flag for resin tip dispensing (#17851)
  fix(app): Fix blocking Flex LPC for OT-2 reasons (#17890)
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