-
Notifications
You must be signed in to change notification settings - Fork 24
/
django__django-14672.gpt-4-0125-preview.eval.log
389 lines (378 loc) · 30.7 KB
/
django__django-14672.gpt-4-0125-preview.eval.log
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
[django__django__4.0] [django__django-14672] Task Metadata:
- Instance ID: django__django-14672
- Testbed: django__django__4.0
- Evaluation Model: gpt-4-0125-preview
- Python version: Python 3.8.19
[django__django__4.0] [django__django-14672] Command: git -c advice.detachedHead=false checkout 00ea883ef56fb5e092cbe4a6f7ff2e7470886ac4
[django__django__4.0] [django__django-14672] Subprocess args: {"cwd": "/opt/django__django", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.0] [django__django-14672] Std. Output:
Previous HEAD position was 475cffd1d6 Fixed typo in docs/intro/reusable-apps.txt.
HEAD is now at 00ea883ef5 Fixed #32329 -- Made CsrfViewMiddleware catch more specific UnreadablePostError.
[django__django__4.0] [django__django-14672] Return Code: 0
[django__django__4.0] [django__django-14672] Command: git apply -v /opt/temp_django__django-14672_pred_try.patch
[django__django__4.0] [django__django-14672] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.0] [django__django-14672] Std. Output:
Checking patch django/db/models/fields/reverse_related.py...
Applied patch django/db/models/fields/reverse_related.py cleanly.
[django__django__4.0] [django__django-14672] Return Code: 0
[django__django__4.0] [django__django-14672] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__4.0] [django__django-14672] Command: git apply -v -R /opt/temp_django__django-14672_pred_try.patch
[django__django__4.0] [django__django-14672] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.0] [django__django-14672] Std. Output:
Checking patch django/db/models/fields/reverse_related.py...
Applied patch django/db/models/fields/reverse_related.py cleanly.
[django__django__4.0] [django__django-14672] Return Code: 0
[django__django__4.0] [django__django-14672] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__4.0] [django__django-14672] Command: git apply -v /opt/temp_django__django-14672_pred.patch
[django__django__4.0] [django__django-14672] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.0] [django__django-14672] Std. Output:
Checking patch django/db/models/fields/reverse_related.py...
Applied patch django/db/models/fields/reverse_related.py cleanly.
[django__django__4.0] [django__django-14672] Return Code: 0
[django__django__4.0] [django__django-14672] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[django__django__4.0] [django__django-14672] Command: git apply -v /opt/temp_django__django-14672_test.patch
[django__django__4.0] [django__django-14672] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.0] [django__django-14672] Std. Output:
Checking patch tests/invalid_models_tests/test_models.py...
Checking patch tests/m2m_through/models.py...
Checking patch tests/m2m_through/tests.py...
Applied patch tests/invalid_models_tests/test_models.py cleanly.
Applied patch tests/m2m_through/models.py cleanly.
Applied patch tests/m2m_through/tests.py cleanly.
[django__django__4.0] [django__django-14672] Return Code: 0
[django__django__4.0] [django__django-14672] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: ./tests/runtests.py --verbosity 2 invalid_models_tests.test_models m2m_through.models m2m_through.tests;
[django__django__4.0] [django__django-14672] Command: ./tests/runtests.py --verbosity 2 invalid_models_tests.test_models m2m_through.models m2m_through.tests
[django__django__4.0] [django__django-14672] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 1800}
[django__django__4.0] [django__django-14672] Std. Output:
Testing against Django installed in '/opt/django__django/django' with up to 12 processes
Importing application invalid_models_tests
Importing application m2m_through
Found 178 test(s).
Operations to perform:
Synchronize unmigrated apps: auth, contenttypes, invalid_models_tests, m2m_through, messages, sessions, staticfiles
Apply all migrations: admin, sites
Synchronizing apps without migrations:
Creating tables...
Creating table django_content_type
Creating table auth_permission
Creating table auth_group
Creating table auth_user
Creating table django_session
Creating table m2m_through_person
Creating table m2m_through_personchild
Creating table m2m_through_group
Creating table m2m_through_membership
Creating table test_table
Creating table m2m_through_testnodefaultsornulls
Creating table m2m_through_personselfrefm2m
Creating table m2m_through_friendship
Creating table m2m_through_symmetricalfriendship
Creating table m2m_through_event
Creating table m2m_through_invitation
Creating table m2m_through_employee
Creating table m2m_through_relationship
Creating table m2m_through_ingredient
Creating table m2m_through_recipe
Creating table m2m_through_recipeingredient
Running deferred SQL...
Running migrations:
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying admin.0003_logentry_add_action_flag_choices... OK
Applying sites.0001_initial... OK
Applying sites.0002_alter_domain_unique... OK
Creating test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Operations to perform:
Synchronize unmigrated apps: auth, contenttypes, invalid_models_tests, m2m_through, messages, sessions, staticfiles
Apply all migrations: admin, sites
Synchronizing apps without migrations:
Creating tables...
Creating table django_content_type
Creating table auth_permission
Creating table auth_group
Creating table auth_user
Creating table django_session
Creating table m2m_through_person
Creating table m2m_through_personchild
Creating table m2m_through_group
Creating table m2m_through_membership
Creating table test_table
Creating table m2m_through_testnodefaultsornulls
Creating table m2m_through_personselfrefm2m
Creating table m2m_through_friendship
Creating table m2m_through_symmetricalfriendship
Creating table m2m_through_event
Creating table m2m_through_invitation
Creating table m2m_through_employee
Creating table m2m_through_relationship
Creating table m2m_through_ingredient
Creating table m2m_through_recipe
Creating table m2m_through_recipeingredient
Running deferred SQL...
Running migrations:
Applying admin.0001_initial... OK
Applying admin.0002_logentry_remove_auto_add... OK
Applying admin.0003_logentry_add_action_flag_choices... OK
Applying sites.0001_initial... OK
Applying sites.0002_alter_domain_unique... OK
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Cloning test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Creating test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
System check identified no issues (0 silenced).
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Cloning test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
test_multiple_autofields (invalid_models_tests.test_models.MultipleAutoFieldsTests) ... ok
test_check_jsonfield (invalid_models_tests.test_models.JSONFieldTests) ... ok
test_check_jsonfield_required_db_features (invalid_models_tests.test_models.JSONFieldTests) ... ok
test_ordering_pointing_to_json_field_value (invalid_models_tests.test_models.JSONFieldTests) ... ok
test_M2M_long_column_name (invalid_models_tests.test_models.FieldNamesTests)
#13711 -- Model check for long M2M column names when database has ... skipped "The database doesn't have a column name length limit."
test_db_column_clash (invalid_models_tests.test_models.FieldNamesTests) ... ok
test_ending_with_underscore (invalid_models_tests.test_models.FieldNamesTests) ... ok
test_including_separator (invalid_models_tests.test_models.FieldNamesTests) ... ok
test_local_field_long_column_name (invalid_models_tests.test_models.FieldNamesTests)
#13711 -- Model check for long column names ... skipped "The database doesn't have a column name length limit."
test_pk (invalid_models_tests.test_models.FieldNamesTests) ... ok
test_list_containing_non_iterable (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_non_iterable (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_non_list (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_pointing_to_fk (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_pointing_to_m2m_field (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_pointing_to_missing_field (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_pointing_to_non_local_field (invalid_models_tests.test_models.IndexTogetherTests) ... ok
test_choices (m2m_through.tests.M2mThroughToFieldsTests) ... ok
test_retrieval (m2m_through.tests.M2mThroughToFieldsTests) ... ok
test_list_containing_non_iterable (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_non_iterable (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_non_list (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_pointing_to_fk (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_pointing_to_m2m (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_pointing_to_missing_field (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_valid_model (invalid_models_tests.test_models.UniqueTogetherTests) ... ok
test_field_name_clash_with_child_accessor (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok
test_field_name_clash_with_m2m_through (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok
test_id_clash (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok
test_inheritance_clash (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok
test_multigeneration_inheritance (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok
test_multiinheritance_clash (invalid_models_tests.test_models.ShadowingFieldsTests) ... ok
test_func_index (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_complex_expression_custom_lookup (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_pointing_to_fk (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_pointing_to_m2m_field (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_pointing_to_missing_field (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_pointing_to_missing_field_nested (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_pointing_to_non_local_field (invalid_models_tests.test_models.IndexesTests) ... ok
test_func_index_required_db_features (invalid_models_tests.test_models.IndexesTests) ... ok
test_index_include_pointing_to_fk (invalid_models_tests.test_models.IndexesTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_index_include_pointing_to_m2m_field (invalid_models_tests.test_models.IndexesTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_index_include_pointing_to_missing_field (invalid_models_tests.test_models.IndexesTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_index_include_pointing_to_non_local_field (invalid_models_tests.test_models.IndexesTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_index_with_condition (invalid_models_tests.test_models.IndexesTests) ... ok
test_index_with_condition_required_db_features (invalid_models_tests.test_models.IndexesTests) ... ok
test_index_with_include (invalid_models_tests.test_models.IndexesTests) ... ok
test_index_with_include_required_db_features (invalid_models_tests.test_models.IndexesTests) ... ok
test_max_name_length (invalid_models_tests.test_models.IndexesTests) ... ok
test_name_constraints (invalid_models_tests.test_models.IndexesTests) ... ok
test_pointing_to_fk (invalid_models_tests.test_models.IndexesTests) ... ok
test_pointing_to_m2m_field (invalid_models_tests.test_models.IndexesTests) ... ok
test_pointing_to_missing_field (invalid_models_tests.test_models.IndexesTests) ... ok
test_pointing_to_non_local_field (invalid_models_tests.test_models.IndexesTests) ... ok
test_add_on_symmetrical_m2m_with_intermediate_model (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_self_referential_empty_qs (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_self_referential_non_symmetrical_both (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_self_referential_non_symmetrical_clear_first_side (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_self_referential_non_symmetrical_first_side (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_self_referential_non_symmetrical_second_side (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_self_referential_symmetrical (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_set_on_symmetrical_m2m_with_intermediate_model (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_through_fields_self_referential (m2m_through.tests.M2mThroughReferentialTests) ... ok
test_check_constraint_pointing_to_fk (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_joined_fields (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_joined_fields_complex_check (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_m2m_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_missing_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_non_local_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_pk (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_reverse_fk (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraint_pointing_to_reverse_o2o (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraints (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_check_constraints_required_db_features (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_deferrable_unique_constraint (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_deferrable_unique_constraint_required_db_features (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_expression_custom_lookup (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_pointing_to_fk (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_pointing_to_m2m_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_pointing_to_missing_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_pointing_to_missing_field_nested (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_pointing_to_non_local_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_func_unique_constraint_required_db_features (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_condition_pointing_to_joined_fields (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_condition_pointing_to_missing_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_include_pointing_to_fk (invalid_models_tests.test_models.ConstraintsTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_unique_constraint_include_pointing_to_m2m_field (invalid_models_tests.test_models.ConstraintsTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_unique_constraint_include_pointing_to_missing_field (invalid_models_tests.test_models.ConstraintsTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_unique_constraint_include_pointing_to_non_local_field (invalid_models_tests.test_models.ConstraintsTests) ... skipped "Database doesn't support feature(s): supports_covering_indexes"
test_unique_constraint_pointing_to_fk (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_pointing_to_m2m_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_pointing_to_missing_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_pointing_to_non_local_field (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_pointing_to_reverse_o2o (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_with_condition (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_with_condition_required_db_features (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_with_include (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_unique_constraint_with_include_required_db_features (invalid_models_tests.test_models.ConstraintsTests) ... ok
test_just_order_with_respect_to_no_errors (invalid_models_tests.test_models.OtherModelTests) ... ok
test_just_ordering_no_errors (invalid_models_tests.test_models.OtherModelTests) ... ok
test_lazy_reference_checks (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_autogenerated_table_name_clash (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_autogenerated_table_name_clash_database_routers_installed (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_field_table_name_clash (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_field_table_name_clash_database_routers_installed (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_table_name_clash (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_table_name_clash_database_routers_installed (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_to_concrete_and_proxy_allowed (invalid_models_tests.test_models.OtherModelTests) ... ok
test_m2m_unmanaged_shadow_models_not_checked (invalid_models_tests.test_models.OtherModelTests) ... ok
test_name_beginning_with_underscore (invalid_models_tests.test_models.OtherModelTests) ... ok
test_name_contains_double_underscores (invalid_models_tests.test_models.OtherModelTests) ... ok
test_name_ending_with_underscore (invalid_models_tests.test_models.OtherModelTests) ... ok
test_non_valid (invalid_models_tests.test_models.OtherModelTests) ... ok
test_onetoone_with_explicit_parent_link_parent_model (invalid_models_tests.test_models.OtherModelTests) ... ok
test_onetoone_with_parent_model (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_allows_registered_lookups (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_non_iterable (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_multiple_times_to_model_fields (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_foreignkey_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_lookup_not_transform (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_missing_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_missing_foreignkey_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_missing_related_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_missing_related_model_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_non_related_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_related_model_pk (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_pointing_to_two_related_model_field (invalid_models_tests.test_models.OtherModelTests) ... ok
test_ordering_with_order_with_respect_to (invalid_models_tests.test_models.OtherModelTests) ... ok
test_property_and_related_field_accessor_clash (invalid_models_tests.test_models.OtherModelTests) ... ok
test_single_primary_key (invalid_models_tests.test_models.OtherModelTests) ... ok
test_swappable_missing_app (invalid_models_tests.test_models.OtherModelTests) ... ok
test_swappable_missing_app_name (invalid_models_tests.test_models.OtherModelTests) ... ok
test_two_m2m_through_same_model_with_different_through_fields (invalid_models_tests.test_models.OtherModelTests) ... ok
test_two_m2m_through_same_relationship (invalid_models_tests.test_models.OtherModelTests) ... ok
test_unique_primary_key (invalid_models_tests.test_models.OtherModelTests) ... ok
test_add_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_add_on_m2m_with_intermediate_model_callable_through_default (m2m_through.tests.M2mThroughTests) ... ok
test_add_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok
test_add_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok
test_add_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_clear_on_reverse_removes_all_the_m2m_relationships (m2m_through.tests.M2mThroughTests) ... ok
test_clear_removes_all_the_m2m_relationships (m2m_through.tests.M2mThroughTests) ... ok
test_create_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_create_on_m2m_with_intermediate_model_callable_through_default (m2m_through.tests.M2mThroughTests) ... ok
test_create_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok
test_create_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok
test_create_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_custom_related_name_doesnt_conflict_with_fky_related_name (m2m_through.tests.M2mThroughTests) ... ok
test_custom_related_name_forward_empty_qs (m2m_through.tests.M2mThroughTests) ... ok
test_custom_related_name_forward_non_empty_qs (m2m_through.tests.M2mThroughTests) ... ok
test_custom_related_name_reverse_empty_qs (m2m_through.tests.M2mThroughTests) ... ok
test_custom_related_name_reverse_non_empty_qs (m2m_through.tests.M2mThroughTests) ... ok
test_filter_on_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_get_on_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_get_or_create_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok
test_get_or_create_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok
test_order_by_relational_field_through_model (m2m_through.tests.M2mThroughTests) ... ok
test_query_first_model_by_intermediate_model_attribute (m2m_through.tests.M2mThroughTests) ... ok
test_query_model_by_attribute_name_of_related_model (m2m_through.tests.M2mThroughTests) ... ok
test_query_model_by_custom_related_name (m2m_through.tests.M2mThroughTests) ... ok
test_query_model_by_intermediate_can_return_non_unique_queryset (m2m_through.tests.M2mThroughTests) ... ok
test_query_model_by_related_model_name (m2m_through.tests.M2mThroughTests) ... ok
test_query_second_model_by_intermediate_model_attribute (m2m_through.tests.M2mThroughTests) ... ok
test_remove_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_remove_on_m2m_with_intermediate_model_multiple (m2m_through.tests.M2mThroughTests) ... ok
test_remove_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_retrieve_intermediate_items (m2m_through.tests.M2mThroughTests) ... ok
test_retrieve_reverse_intermediate_items (m2m_through.tests.M2mThroughTests) ... ok
test_reverse_inherited_m2m_with_through_fields_list_hashable (m2m_through.tests.M2mThroughTests) ... FAIL
test_set_on_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_set_on_m2m_with_intermediate_model_callable_through_default (m2m_through.tests.M2mThroughTests) ... ok
test_set_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok
test_set_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok
test_set_on_reverse_m2m_with_intermediate_model (m2m_through.tests.M2mThroughTests) ... ok
test_through_fields (m2m_through.tests.M2mThroughTests)
Relations with intermediary tables with multiple FKs ... ok
test_update_or_create_on_m2m_with_intermediate_model_value_required (m2m_through.tests.M2mThroughTests) ... ok
test_update_or_create_on_m2m_with_intermediate_model_value_required_fails (m2m_through.tests.M2mThroughTests) ... ok
======================================================================
FAIL: test_reverse_inherited_m2m_with_through_fields_list_hashable (m2m_through.tests.M2mThroughTests)
----------------------------------------------------------------------
Traceback (most recent call last):
File "/opt/pyenv/versions/3.8.19/lib/python3.8/unittest/case.py", line 60, in testPartExecutor
yield
File "/opt/pyenv/versions/3.8.19/lib/python3.8/unittest/case.py", line 676, in run
self._callTestMethod(testMethod)
File "/opt/pyenv/versions/3.8.19/lib/python3.8/unittest/case.py", line 633, in _callTestMethod
method()
File "/opt/django__django/tests/m2m_through/tests.py", line 25, in test_reverse_inherited_m2m_with_through_fields_list_hashable
self.assertEqual(reverse_m2m.through_fields, ['event', 'invitee'])
File "/opt/pyenv/versions/3.8.19/lib/python3.8/unittest/case.py", line 912, in assertEqual
assertion_func(first, second, msg=msg)
File "/opt/pyenv/versions/3.8.19/lib/python3.8/unittest/case.py", line 905, in _baseAssertEqual
raise self.failureException(msg)
AssertionError: ('event', 'invitee') != ['event', 'invitee']
----------------------------------------------------------------------
Ran 178 tests in 1.534s
FAILED (failures=1, skipped=10)
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'default' ('file:memorydb_default?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
Destroying test database for alias 'other' ('file:memorydb_other?mode=memory&cache=shared')...
[django__django__4.0] [django__django-14672] Return Code: 1
>>>>> Some Tests Failed
[django__django__4.0] [django__django-14672] Test script run successful