| 3 | | I haven't isolated which test(s) caused the crash, but it's reproducible by running the tests with MariaDB < 10.2.16. Since this is an upstream issue, I think we can just bump the version requirement to 10.2.16 or add a warning that some things may not work with MariaDB < 10.2.16. |
| | 3 | ~~I haven't isolated which test(s) caused the crash~~, but it's reproducible by running the tests with MariaDB < 10.2.16. Since this is an upstream issue, I think we can just bump the version requirement to 10.2.16 or add a warning that some things may not work with MariaDB < 10.2.16. |
| | 4 | |
| | 5 | The following tests crash the database server: |
| | 6 | |
| | 7 | {{{ |
| | 8 | model_fields.test_jsonfield.TestSaveLoad.test_json_null_different_from_sql_null |
| | 9 | model_fields.test_jsonfield.TestQuerying.test_exact |
| | 10 | model_fields.test_jsonfield.TestQuerying.test_exact_complex |
| | 11 | model_fields.test_jsonfield.TestQuerying.test_key_transform_raw_expression |
| | 12 | model_fields.test_jsonfield.TestQuerying.test_nested_key_transform_raw_expression |
| | 13 | model_fields.test_jsonfield.TestQuerying.test_isnull_key_or_none |
| | 14 | model_fields.test_jsonfield.TestQuerying.test_none_key |
| | 15 | model_fields.test_jsonfield.TestQuerying.test_none_key_exclude |
| | 16 | model_fields.test_jsonfield.TestQuerying.test_shallow_list_lookup |
| | 17 | model_fields.test_jsonfield.TestQuerying.test_shallow_obj_lookup |
| | 18 | model_fields.test_jsonfield.TestQuerying.test_obj_subquery_lookup |
| | 19 | model_fields.test_jsonfield.TestQuerying.test_deep_lookup_objs |
| | 20 | model_fields.test_jsonfield.TestQuerying.test_shallow_lookup_obj_target |
| | 21 | model_fields.test_jsonfield.TestQuerying.test_deep_lookup_array |
| | 22 | model_fields.test_jsonfield.TestQuerying.test_deep_lookup_mixed |
| | 23 | model_fields.test_jsonfield.TestQuerying.test_usage_in_subquery |
| | 24 | model_fields.test_jsonfield.TestQuerying.test_key_escape |
| | 25 | model_fields.test_jsonfield.TestQuerying.test_none_key_and_exact_lookup |
| | 26 | }}} |