-
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
35 changed files
with
168 additions
and
1,212 deletions.
There are no files selected for viewing
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\n/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
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\n/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": [] | ||
} |
70 changes: 7 additions & 63 deletions
70
...hot_test/test_analysis_snapshot[24a6b167a7][OT2_X_v2_18_None_None_NoRTPdisplay_name].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": "TypeError [line 11]: ParameterContext.add_int() missing 1 required positional argument: 'display_name'", | ||
"errorCode": "4000", | ||
"errorInfo": {}, | ||
"errorType": "ExceptionInProtocolError", | ||
"wrappedErrors": [ | ||
{ | ||
"detail": "TypeError: ParameterContext.add_int() missing 1 required positional argument: 'display_name'", | ||
"errorCode": "4000", | ||
"errorInfo": { | ||
"args": "(\"ParameterContext.add_int() missing 1 required positional argument: 'display_name'\",)", | ||
"class": "TypeError", | ||
"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 \"OT2_X_v2_18_None_None_NoRTPdisplay_name.py\", line 11, in add_parameters\n" | ||
}, | ||
"errorType": "PythonException", | ||
"wrappedErrors": [] | ||
} | ||
] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "OT2_X_v2_18_None_None_NoRTPdisplay_name.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\n/root/.opentrons/robot_settings.json not found. Loading defaults\nDeck calibration not found.\n/root/.opentrons/deck_calibration.json not found. Loading defaults\nError: TypeError [line 11]: ParameterContext.add_int() missing 1 required positional argument: 'display_name'\n" | ||
} | ||
], | ||
"files": [], | ||
"labware": [], | ||
"liquids": [], | ||
"metadata": { | ||
"protocolName": "No RTP Display Name" | ||
}, | ||
"metadata": [], | ||
"modules": [], | ||
"pipettes": [], | ||
"robotType": "OT-2 Standard", | ||
"runTimeParameters": [] | ||
} |
70 changes: 7 additions & 63 deletions
70
...v2_18_NO_PIPETTES_Overrides_DefaultOutOfRangeRTP_Override_default_less_than_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": "ParameterValueError [line 32]: Parameter must be between 1 and 3 inclusive.", | ||
"errorCode": "4000", | ||
"errorInfo": {}, | ||
"errorType": "ExceptionInProtocolError", | ||
"wrappedErrors": [ | ||
{ | ||
"detail": "opentrons.protocols.parameters.types.ParameterValueError: Parameter must be between 1 and 3 inclusive.", | ||
"errorCode": "4000", | ||
"errorInfo": { | ||
"args": "('Parameter must be between 1 and 3 inclusive.',)", | ||
"class": "ParameterValueError", | ||
"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_DefaultOutOfRangeRTP_Override_default_less_than_minimum.py\", line 32, 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 84, in __init__\n self.value: ParamType = default\n\n File \"/usr/local/lib/python3.10/site-packages/opentrons/protocols/parameters/parameter_definition.py\", line 104, in value\n raise ParameterValueError(\n" | ||
}, | ||
"errorType": "PythonException", | ||
"wrappedErrors": [] | ||
} | ||
] | ||
} | ||
], | ||
"files": [ | ||
{ | ||
"name": "Flex_X_v2_18_NO_PIPETTES_Overrides_DefaultOutOfRangeRTP_Override_default_less_than_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\n/root/.opentrons/robot_settings.json not found. Loading defaults\nBelt calibration not found.\nError: ParameterValueError [line 32]: Parameter must be between 1 and 3 inclusive.\nfrom_conf {} default {<InstrumentProbeType.PRIMARY: 1>: '/data/pressure_sensor_data.csv'}\nresult {}\n" | ||
} | ||
], | ||
"files": [], | ||
"labware": [], | ||
"liquids": [], | ||
"metadata": { | ||
"protocolName": "Default not in range" | ||
}, | ||
"metadata": [], | ||
"modules": [], | ||
"pipettes": [], | ||
"robotType": "OT-3 Standard", | ||
"runTimeParameters": [] | ||
} |
Oops, something went wrong.