-
Notifications
You must be signed in to change notification settings - Fork 24
/
Copy pathdjango__django-15781.SWE-bench_Lite_golden.eval.log
122 lines (112 loc) · 8.22 KB
/
django__django-15781.SWE-bench_Lite_golden.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
[django__django__4.2] [django__django-15781] Task Metadata:
- Instance ID: django__django-15781
- Testbed: django__django__4.2
- Evaluation Model: SWE-bench_Lite_golden
- Python version: Python 3.9.19
[django__django__4.2] [django__django-15781] Command: git -c advice.detachedHead=false checkout 8d160f154f0240a423e83ffe0690e472f837373c
[django__django__4.2] [django__django-15781] Subprocess args: {"cwd": "/opt/django__django", "check": true, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-15781] Std. Output:
Previous HEAD position was 0fbdb9784d Fixed #23718 -- Doc'd that test mirrors require TransactionTestCase.
HEAD is now at 8d160f154f Fixed #33788 -- Added TrigramStrictWordSimilarity() and TrigramStrictWordDistance() on PostgreSQL.
[django__django__4.2] [django__django-15781] Return Code: 0
[django__django__4.2] [django__django-15781] Command: git apply -v /opt/temp_django__django-15781_pred_try.patch
[django__django__4.2] [django__django-15781] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-15781] Std. Output:
Checking patch django/core/management/base.py...
Applied patch django/core/management/base.py cleanly.
[django__django__4.2] [django__django-15781] Return Code: 0
[django__django__4.2] [django__django-15781] Apply patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__4.2] [django__django-15781] Command: git apply -v -R /opt/temp_django__django-15781_pred_try.patch
[django__django__4.2] [django__django-15781] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-15781] Std. Output:
Checking patch django/core/management/base.py...
Applied patch django/core/management/base.py cleanly.
[django__django__4.2] [django__django-15781] Return Code: 0
[django__django__4.2] [django__django-15781] Revert patch successful (pred_try)
>>>>> Applied Patch (pred_try)
[django__django__4.2] [django__django-15781] Command: git apply -v /opt/temp_django__django-15781_pred.patch
[django__django__4.2] [django__django-15781] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-15781] Std. Output:
Checking patch django/core/management/base.py...
Applied patch django/core/management/base.py cleanly.
[django__django__4.2] [django__django-15781] Return Code: 0
[django__django__4.2] [django__django-15781] Apply patch successful (pred)
>>>>> Applied Patch (pred)
[django__django__4.2] [django__django-15781] Command: git apply -v /opt/temp_django__django-15781_test.patch
[django__django__4.2] [django__django-15781] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2}
[django__django__4.2] [django__django-15781] Std. Output:
Checking patch tests/user_commands/tests.py...
Applied patch tests/user_commands/tests.py cleanly.
[django__django__4.2] [django__django-15781] Return Code: 0
[django__django__4.2] [django__django-15781] Apply patch successful (test)
>>>>> Applied Patch (test)
Test Script: ./tests/runtests.py --verbosity 2 user_commands.tests;
[django__django__4.2] [django__django-15781] Command: ./tests/runtests.py --verbosity 2 user_commands.tests
[django__django__4.2] [django__django-15781] Subprocess args: {"cwd": "/opt/django__django", "check": false, "shell": false, "universal_newlines": true, "stdout": -1, "stderr": -2, "timeout": 900}
[django__django__4.2] [django__django-15781] Std. Output:
Testing against Django installed in '/opt/django__django/django' with up to 128 processes
Importing application user_commands
Found 44 test(s).
Skipping setup of unused database(s): default, other.
System check identified no issues (0 silenced).
test_get_random_secret_key (user_commands.tests.UtilsTests) ... ok
test_is_ignored_path_false (user_commands.tests.UtilsTests) ... ok
test_is_ignored_path_true (user_commands.tests.UtilsTests) ... ok
test_no_existent_external_program (user_commands.tests.UtilsTests) ... ok
test_normalize_path_patterns_truncates_wildcard_base (user_commands.tests.UtilsTests) ... ok
test_call_command_no_checks (user_commands.tests.CommandTests)
By default, call_command should not trigger the check framework, unless ... ok
test_call_command_option_parsing (user_commands.tests.CommandTests)
When passing the long option name to call_command, the available option ... ok
test_call_command_option_parsing_non_string_arg (user_commands.tests.CommandTests)
It should be possible to pass non-string arguments to call_command. ... ok
test_call_command_unrecognized_option (user_commands.tests.CommandTests) ... ok
test_call_command_with_required_parameters_in_mixed_options (user_commands.tests.CommandTests) ... ok
test_call_command_with_required_parameters_in_options (user_commands.tests.CommandTests) ... ok
test_calling_a_command_with_no_app_labels_and_parameters_raise_command_error (user_commands.tests.CommandTests) ... ok
test_calling_a_command_with_only_empty_parameter_should_ends_gracefully (user_commands.tests.CommandTests) ... ok
test_calling_command_with_app_labels_and_parameters_should_be_ok (user_commands.tests.CommandTests) ... ok
test_calling_command_with_parameters_and_app_labels_at_the_end_should_be_ok (user_commands.tests.CommandTests) ... ok
test_check_migrations (user_commands.tests.CommandTests) ... ok
test_command (user_commands.tests.CommandTests) ... ok
test_command_add_arguments_after_common_arguments (user_commands.tests.CommandTests) ... ok
test_command_style (user_commands.tests.CommandTests) ... ok
test_create_parser_kwargs (user_commands.tests.CommandTests)
BaseCommand.create_parser() passes kwargs to CommandParser. ... ok
test_discover_commands_in_eggs (user_commands.tests.CommandTests)
Management commands can also be loaded from Python eggs. ... ok
test_explode (user_commands.tests.CommandTests)
An unknown command raises CommandError ... ok
test_find_command_without_PATH (user_commands.tests.CommandTests)
find_command should still work when the PATH environment variable ... ok
test_language_preserved (user_commands.tests.CommandTests) ... ok
test_mutually_exclusive_group_required_const_options (user_commands.tests.CommandTests) ... ok
test_mutually_exclusive_group_required_options (user_commands.tests.CommandTests) ... ok
test_mutually_exclusive_group_required_with_same_dest_args (user_commands.tests.CommandTests) ... ok
test_mutually_exclusive_group_required_with_same_dest_options (user_commands.tests.CommandTests) ... ok
test_no_translations_deactivate_translations (user_commands.tests.CommandTests)
When the Command handle method is decorated with @no_translations, ... ok
test_output_transaction (user_commands.tests.CommandTests) ... ok
test_outputwrapper_flush (user_commands.tests.CommandTests) ... ok
test_required_const_options (user_commands.tests.CommandTests) ... ok
test_required_list_option (user_commands.tests.CommandTests) ... ok
test_requires_system_checks_empty (user_commands.tests.CommandTests) ... ok
test_requires_system_checks_invalid (user_commands.tests.CommandTests) ... ok
test_requires_system_checks_specific (user_commands.tests.CommandTests) ... ok
test_subparser (user_commands.tests.CommandTests) ... ok
test_subparser_dest_args (user_commands.tests.CommandTests) ... ok
test_subparser_dest_required_args (user_commands.tests.CommandTests) ... ok
test_subparser_invalid_option (user_commands.tests.CommandTests) ... ok
test_system_exit (user_commands.tests.CommandTests)
Exception raised in a command should raise CommandError with ... ok
test_disallowed_abbreviated_options (user_commands.tests.CommandRunTests)
To avoid conflicts with custom options, commands don't allow ... ok
test_script_prefix_set_in_commands (user_commands.tests.CommandRunTests) ... ok
test_skip_checks (user_commands.tests.CommandRunTests) ... ok
----------------------------------------------------------------------
Ran 44 tests in 0.718s
OK
[django__django__4.2] [django__django-15781] Return Code: 0
>>>>> All Tests Passed
[django__django__4.2] [django__django-15781] Test script run successful