Skip to content

Commit

Permalink
fix(app-testing): snapshot failure capture (#14586)
Browse files Browse the repository at this point in the history
This PR is an automated snapshot update request. Please review the
changes and merge if they are acceptable or find you bug and fix it.

Co-authored-by: y3rsh <[email protected]>
  • Loading branch information
2 people authored and Carlos-fernandez committed May 20, 2024
1 parent 2b94efb commit ca2f7d9
Show file tree
Hide file tree
Showing 75 changed files with 201 additions and 126 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -1421,5 +1421,6 @@
"pipetteName": "p1000_96"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -31117,5 +31117,6 @@
"pipetteName": "p50_multi_flex"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -5319,5 +5319,6 @@
"pipetteName": "p300_multi_gen2"
}
],
"robotType": "OT-2 Standard"
"robotType": "OT-2 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -1903,5 +1903,6 @@
"pipetteName": "p1000_single_gen2"
}
],
"robotType": "OT-2 Standard"
"robotType": "OT-2 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -4278,5 +4278,6 @@
"pipetteName": "p20_single_gen2"
}
],
"robotType": "OT-2 Standard"
"robotType": "OT-2 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -13330,5 +13330,6 @@
"pipetteName": "p1000_96"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -12456,5 +12456,6 @@
"pipetteName": "p20_single_gen2"
}
],
"robotType": "OT-2 Standard"
"robotType": "OT-2 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -2652,5 +2652,6 @@
"pipetteName": "p300_multi_gen2"
}
],
"robotType": "OT-2 Standard"
"robotType": "OT-2 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -2674,7 +2674,7 @@
"errorInfo": {
"args": "('thermocyclerModuleV2 in slot 7 prevents thermocyclerModuleV1 from using slot 7.',)",
"class": "DeckConflictError",
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line 69, in run_python\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line 1, in <module>\n\n File \"OT2_P300S_Thermocycler_Moam_Error.py\", line 19, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line 383, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line 816, in load_module\n module_core = self._core.load_module(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/core/legacy/legacy_protocol_core.py\", line 339, in load_module\n self._deck_layout[resolved_location] = geometry\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/core/legacy/deck.py\", line 186, in __setitem__\n deck_conflict.check(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/motion_planning/deck_conflict.py\", line 211, in check\n raise DeckConflictError(\n"
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line 112, in run_python\n exec(\"run(__context)\", new_globs)\n\n File \"<string>\", line 1, in <module>\n\n File \"OT2_P300S_Thermocycler_Moam_Error.py\", line 19, in run\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/api_support/util.py\", line 383, in _check_version_wrapper\n return decorated_obj(*args, **kwargs)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/protocol_context.py\", line 810, in load_module\n module_core = self._core.load_module(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/core/legacy/legacy_protocol_core.py\", line 333, in load_module\n self._deck_layout[resolved_location] = geometry\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/core/legacy/deck.py\", line 186, in __setitem__\n deck_conflict.check(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/motion_planning/deck_conflict.py\", line 210, in check\n raise DeckConflictError(\n"
},
"errorType": "PythonException",
"wrappedErrors": []
Expand Down Expand Up @@ -2754,5 +2754,6 @@
"pipetteName": "p300_single_gen2"
}
],
"robotType": "OT-2 Standard"
"robotType": "OT-2 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -621,5 +621,6 @@
}
],
"pipettes": [],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -1367,5 +1367,6 @@
"pipetteName": "p1000_96"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -8269,7 +8269,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8280,7 +8280,7 @@
},
"result": {
"position": {
"x": 466.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8372,7 +8372,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8383,7 +8383,7 @@
},
"result": {
"position": {
"x": 402.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8475,7 +8475,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8486,7 +8486,7 @@
},
"result": {
"position": {
"x": 466.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8578,7 +8578,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8589,7 +8589,7 @@
},
"result": {
"position": {
"x": 402.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8681,7 +8681,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8692,7 +8692,7 @@
},
"result": {
"position": {
"x": 466.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8784,7 +8784,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8795,7 +8795,7 @@
},
"result": {
"position": {
"x": 402.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8887,7 +8887,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -8898,7 +8898,7 @@
},
"result": {
"position": {
"x": 466.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -8990,7 +8990,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -9001,7 +9001,7 @@
},
"result": {
"position": {
"x": 402.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -9093,7 +9093,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -9104,7 +9104,7 @@
},
"result": {
"position": {
"x": 466.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -9196,7 +9196,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -9207,7 +9207,7 @@
},
"result": {
"position": {
"x": 402.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -9299,7 +9299,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -9310,7 +9310,7 @@
},
"result": {
"position": {
"x": 466.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -9402,7 +9402,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashB3",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -9413,7 +9413,7 @@
},
"result": {
"position": {
"x": 402.25,
"x": 434.25,
"y": 257.0,
"z": 40.0
}
Expand Down Expand Up @@ -12670,5 +12670,6 @@
"pipetteName": "p1000_96"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -10512,7 +10512,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashC1",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -10523,7 +10523,7 @@
},
"result": {
"position": {
"x": 54.25,
"x": 22.25,
"y": 150.0,
"z": 40.0
}
Expand Down Expand Up @@ -10757,7 +10757,7 @@
"commandType": "moveToAddressableAreaForDropTip",
"params": {
"addressableAreaName": "movableTrashD1",
"alternateDropLocation": true,
"alternateDropLocation": false,
"forceDirect": false,
"ignoreTipConfiguration": true,
"offset": {
Expand All @@ -10768,7 +10768,7 @@
},
"result": {
"position": {
"x": 54.25,
"x": 22.25,
"y": 43.0,
"z": 40.0
}
Expand Down Expand Up @@ -11161,5 +11161,6 @@
"pipetteName": "p1000_96"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -95779,5 +95779,6 @@
"pipetteName": "p1000_single_flex"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -1243,5 +1243,6 @@
},
"modules": [],
"pipettes": [],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -11129,5 +11129,6 @@
"pipetteName": "p1000_96"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Original file line number Diff line number Diff line change
Expand Up @@ -82629,5 +82629,6 @@
"pipetteName": "p50_multi_flex"
}
],
"robotType": "OT-3 Standard"
"robotType": "OT-3 Standard",
"runTimeParameters": []
}
Loading

0 comments on commit ca2f7d9

Please sign in to comment.