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(shared-data): tc lids are schema v2 now #17427

Merged
merged 2 commits into from
Feb 5, 2025

Conversation

sfoster1
Copy link
Member

@sfoster1 sfoster1 commented Feb 5, 2025

We need to not use any schema v3 labware in 8.3 because we're going to change the schema. The thermocycler lids were only available in schema
3. Change that by making the lid v1 def a schema 2 def, and making a lid v2 def that is a schema 3 def.

All the data is the same, and we even kept the stackLimit and added it to labware schema 2, so all the machine behavior should be exactly the same. The only other thing that's not in schema 2 now is the new lid stuff support, but that code isn't in 8.3 so we should be good.

Closes EXEC-1180

review

  • seem ok?

testing

  • run a smoke test for these. the data is literally all the same and nothing identity checks schemas, just whether data is there, and the same data is all still there.

We need to not use any schema v3 labware in 8.3 because we're going to
change the schema. The thermocycler lids were only available in schema
3. Change that by making the lid v1 def a schema 2 def, and making a lid
v2 def that is a schema 3 def.

All the data is the same, and we even kept the stackLimit and added it
to labware schema 2, so all the machine behavior should be exactly the
same. The only other thing that's not in schema 2 now is the new lid
stuff support, but that code isn't in 8.3 so we should be good.

Closes EXEC-1180
@sfoster1 sfoster1 requested review from a team as code owners February 5, 2025 16:05
@sfoster1 sfoster1 requested review from jerader, vegano1 and CaseyBatten and removed request for a team February 5, 2025 16:05
@y3rsh y3rsh added the gen-analyses-snapshot-pr Generate a healing PR if the analyses snapshot test fails label Feb 5, 2025
Copy link
Contributor

github-actions bot commented Feb 5, 2025

A PR has been opened to address analyses snapshot changes. Please review the changes here: #17429

…shots (#17429)

This PR was requested on the PR
#17427

Co-authored-by: y3rsh <[email protected]>
Copy link
Contributor

@SyntaxColoring SyntaxColoring left a comment

Choose a reason for hiding this comment

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

Makes sense, thank you.

@sfoster1 sfoster1 merged commit d0ff21c into chore_release-8.3.0 Feb 5, 2025
49 checks passed
@sfoster1 sfoster1 deleted the exec-1180-downgrade-tc-lids branch February 5, 2025 18:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
gen-analyses-snapshot-pr Generate a healing PR if the analyses snapshot test fails
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants