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

test(app-testing): full phase 1 app analysis battery #12143

Merged
merged 11 commits into from
Feb 16, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
fixes
  • Loading branch information
y3rsh committed Jan 12, 2023
commit 43732a0ca98299ca275863b1686598b5457ce4dd
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ def get_values(*names):
import json

_all_values = json.loads(
"""{"num_samples":96,"deepwell_type":"nest_96_wellplate_2ml_deep","res_type":"nest_12_reservoir_15ml","starting_vol":400,"binding_buffer_vol":430,"wash1_vol":500,"wash2_vol":500,"wash3_vol":500,"elution_vol":50,"mix_reps":15,"settling_time":7,"park_tips":false,"tip_track":false,"flash":false}"""
"""{"num_samples":1,"deepwell_type":"nest_96_wellplate_2ml_deep","res_type":"nest_12_reservoir_15ml","starting_vol":400,"binding_buffer_vol":430,"wash1_vol":500,"wash2_vol":500,"wash3_vol":500,"elution_vol":50,"mix_reps":15,"settling_time":7,"park_tips":false,"tip_track":false,"flash":false}"""
)
return [_all_values[n] for n in names]

Expand Down
21 changes: 11 additions & 10 deletions app-testing/tests/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,32 +6,33 @@
1. Proceed through setup including LPC and dry run `OT2_P300M_P20S_TC_MM_TM_6_13_Smoke620release.py`
1. PAPIv2.13 successful run
1. Proceed through setup including LPC and dry run `OT2_P300M_P20S_HS_6_1_Smoke620Release.json`
1. PD 6.2 JSON Schema v6 successful run
1. PD 6.1 JSON Schema v6 successful run
1. Proceed through setup including LPC and dry run `OT2_P300M_P20S_MM_TM_TC1_5_2_6_PD40.json`
1. PD 4 JSON Schema v5 successful run
1. Proceed through setup including LPC and dry run `OT2_P300M_P20S_None_2_12_FailOnRun.py`
1. PAPIv2.12 failure during run
1. Use the API to create a run and run `OT2_P1000SLeft_None_6_2_SimpleTransfer.json`
1. PD 6.2 JSON Schema v6 failure during run due to pipette not attached
1. Use the API to create a run and run `OT2_P1000SLeft_None_6_1_SimpleTransfer.json`
1. PD 6.1 JSON Schema v6 failure during run due to pipette not attached
1. Fails on setup due to pipette not attached
1. Use the API to create a run and run `OT2_P20SRight_None_6_2_SimpleTransferError.json`
1. PD 6.2 JSON Schema v6 failure during run due to pipetting a volume greater than pipette capacity
1. Use the API to create a run and run `OT2_P20SRight_None_6_1_SimpleTransferError.json`
1. PD 6.1 JSON Schema v6 failure during run due to pipetting a volume greater than pipette capacity
1. JSON Schema v6 analysis failure
1. Fails on step where volume too large (line 1898)
1. Use the API to create a run and run `OT2_P300M_P20S_MM_TM_TC1_5_2_6_PD40Error.json`
1. PD 4 JSON Schema v5 failure during run due to pipetting a volume greater than pipette capacity (line 6343)
1. JSON Schema v5 analysis failure
1. Start a run and power off after ~30 steps during the run with `OT2_P300M_P20S_TC_MM_TM_6_13_Smoke620release.py`
1. Power off
1. Start a run and cancel ~20 steps in with `OT2_P300MLeft_MM_TM_2_4_Zymo.py`
1. Cancel python protocol
1. Start a run and cancel ~20 steps in with `OT2_P300M_P20S_NoMod_6_1_MixTransferManyLiquids.json`
1. Cancel json protocol
1. Start a run, pause, resume, then cancel ~20 steps in with `OT2_P300MLeft_MM_TM_2_4_Zymo.py`
1. Pause and Cancel python protocol
1. Start a run, pause, resume, then cancel ~20 steps in with `OT2_P300M_P20S_NoMod_6_1_MixTransferManyLiquids.json`
1. Pause and Cancel json protocol
1. Proceed to run despite analysis failure in the app with `OT_2_None_None_2_12_Python310SyntaxRobotAnalysisOnlyError.py`
1. Analysis error python protocol
1. Proceed to run but cancel before run `OT2_P10S_P300M_TC1_TM_MM_2_11_Swift.py`
1. Complex python v2 protocol analysis
1. Proceed to run but cancel before run `OT2_P300M_P300S_HS_6_1_HS_NormalUseWithTransfer.json`
1. Proceed to run but cancel before run `???`
1. Complex json v5 protocol analysis
1. TODO
1. Power off robot and power on
1. Retrieve robot DB