-
Notifications
You must be signed in to change notification settings - Fork 178
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(app-testing): snapshot failure capture
- Loading branch information
Showing
70 changed files
with
1,674 additions
and
1,882 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 7 additions & 63 deletions
70
...73][Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP_Override_wrong_type_in_maximum].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,18 @@ | ||
{ | ||
"commands": [ | ||
{ | ||
"commandType": "home", | ||
"notes": [], | ||
"params": {}, | ||
"result": {}, | ||
"status": "succeeded" | ||
} | ||
], | ||
"config": { | ||
"apiVersion": [ | ||
2, | ||
18 | ||
], | ||
"protocolType": "python" | ||
}, | ||
"commands": [], | ||
"config": {}, | ||
"errors": [ | ||
{ | ||
"detail": "ParameterDefinitionError [line 104]: Maximum is type 'str', but must be of parameter type 'int'", | ||
"errorCode": "4000", | ||
"errorInfo": {}, | ||
"errorType": "ExceptionInProtocolError", | ||
"wrappedErrors": [ | ||
{ | ||
"detail": "opentrons.protocols.parameters.types.ParameterDefinitionError: Maximum is type 'str', but must be of parameter type 'int'", | ||
"errorCode": "4000", | ||
"errorInfo": { | ||
"args": "(\"Maximum is type 'str', but must be of parameter type 'int'\",)", | ||
"class": "ParameterDefinitionError", | ||
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line 80, in _parse_and_set_parameters\n exec(\"add_parameters(__param_context)\", new_globs)\n\n File \"<string>\", line 1, in <module>\n\n File \"Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP_Override_wrong_type_in_maximum.py\", line 104, in add_parameters\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/_parameter_context.py\", line 56, in add_int\n parameter = parameter_definition.create_int_parameter(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/parameter_definition.py\", line 178, in create_int_parameter\n return ParameterDefinition(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/parameter_definition.py\", line 73, in __init__\n validation.validate_options(default, minimum, maximum, choices, parameter_type)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/validation.py\", line 266, in validate_options\n _validate_min_and_max(minimum, maximum, parameter_type)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/validation.py\", line 218, in _validate_min_and_max\n raise ParameterDefinitionError(\n" | ||
}, | ||
"errorType": "PythonException", | ||
"wrappedErrors": [] | ||
} | ||
] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP_Override_wrong_type_in_maximum.py", | ||
"role": "main" | ||
}, | ||
{ | ||
"name": "cpx_4_tuberack_100ul.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "opentrons_ot3_96_tiprack_1000ul_rss.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "opentrons_ot3_96_tiprack_200ul_rss.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "opentrons_ot3_96_tiprack_50ul_rss.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "sample_labware.json", | ||
"role": "labware" | ||
"analysis_execution_time": null, | ||
"command_exit_code": 1, | ||
"command_output": "/root/.opentrons/robot_settings.json not found. Loading defaults\nBelt calibration not found.\nError: ParameterDefinitionError [line 104]: Maximum is type 'str', but must be of parameter type 'int'\nfrom_conf {} default {<InstrumentProbeType.PRIMARY: 1>: '/data/pressure_sensor_data.csv'}\nresult {}\n" | ||
} | ||
], | ||
"files": [], | ||
"labware": [], | ||
"liquids": [], | ||
"metadata": { | ||
"protocolName": "Description Too Long 2.18" | ||
}, | ||
"metadata": [], | ||
"modules": [], | ||
"pipettes": [], | ||
"robotType": "OT-3 Standard", | ||
"runTimeParameters": [] | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
70 changes: 7 additions & 63 deletions
70
...70][Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP_Override_wrong_type_in_minimum].json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,74 +1,18 @@ | ||
{ | ||
"commands": [ | ||
{ | ||
"commandType": "home", | ||
"notes": [], | ||
"params": {}, | ||
"result": {}, | ||
"status": "succeeded" | ||
} | ||
], | ||
"config": { | ||
"apiVersion": [ | ||
2, | ||
18 | ||
], | ||
"protocolType": "python" | ||
}, | ||
"commands": [], | ||
"config": {}, | ||
"errors": [ | ||
{ | ||
"detail": "ParameterDefinitionError [line 95]: Minimum is type 'str', but must be of parameter type 'int'", | ||
"errorCode": "4000", | ||
"errorInfo": {}, | ||
"errorType": "ExceptionInProtocolError", | ||
"wrappedErrors": [ | ||
{ | ||
"detail": "opentrons.protocols.parameters.types.ParameterDefinitionError: Minimum is type 'str', but must be of parameter type 'int'", | ||
"errorCode": "4000", | ||
"errorInfo": { | ||
"args": "(\"Minimum is type 'str', but must be of parameter type 'int'\",)", | ||
"class": "ParameterDefinitionError", | ||
"traceback": " File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/execution/execute_python.py\", line 80, in _parse_and_set_parameters\n exec(\"add_parameters(__param_context)\", new_globs)\n\n File \"<string>\", line 1, in <module>\n\n File \"Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP_Override_wrong_type_in_minimum.py\", line 95, in add_parameters\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocol_api/_parameter_context.py\", line 56, in add_int\n parameter = parameter_definition.create_int_parameter(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/parameter_definition.py\", line 178, in create_int_parameter\n return ParameterDefinition(\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/parameter_definition.py\", line 73, in __init__\n validation.validate_options(default, minimum, maximum, choices, parameter_type)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/validation.py\", line 266, in validate_options\n _validate_min_and_max(minimum, maximum, parameter_type)\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/validation.py\", line 213, in _validate_min_and_max\n raise ParameterDefinitionError(\n" | ||
}, | ||
"errorType": "PythonException", | ||
"wrappedErrors": [] | ||
} | ||
] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "Flex_X_v2_18_NO_PIPETTES_Overrides_BadTypesInRTP_Override_wrong_type_in_minimum.py", | ||
"role": "main" | ||
}, | ||
{ | ||
"name": "cpx_4_tuberack_100ul.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "opentrons_ot3_96_tiprack_1000ul_rss.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "opentrons_ot3_96_tiprack_200ul_rss.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "opentrons_ot3_96_tiprack_50ul_rss.json", | ||
"role": "labware" | ||
}, | ||
{ | ||
"name": "sample_labware.json", | ||
"role": "labware" | ||
"analysis_execution_time": null, | ||
"command_exit_code": 1, | ||
"command_output": "/root/.opentrons/robot_settings.json not found. Loading defaults\nBelt calibration not found.\nError: ParameterDefinitionError [line 95]: Minimum is type 'str', but must be of parameter type 'int'\nfrom_conf {} default {<InstrumentProbeType.PRIMARY: 1>: '/data/pressure_sensor_data.csv'}\nresult {}\n" | ||
} | ||
], | ||
"files": [], | ||
"labware": [], | ||
"liquids": [], | ||
"metadata": { | ||
"protocolName": "Description Too Long 2.18" | ||
}, | ||
"metadata": [], | ||
"modules": [], | ||
"pipettes": [], | ||
"robotType": "OT-3 Standard", | ||
"runTimeParameters": [] | ||
} |
Oops, something went wrong.