Ticket #2358: patch_9_test_output.txt

File patch_9_test_output.txt, 10.2 KB (added by moof@…, 17 years ago)

test output at --verbose=2 from running patch 9

Line 
1Importing model basic
2Importing model choices
3Importing model custom_columns
4Importing model custom_managers
5Importing model custom_methods
6Importing model custom_pk
7Importing model empty
8Importing model field_defaults
9Importing model fixtures
10Importing model generic_relations
11Importing model get_latest
12Importing model get_object_or_404
13Importing model get_or_create
14Importing model lookup
15Importing model m2m_and_m2o
16Importing model m2m_intermediary
17Importing model m2m_multiple
18Importing model m2m_recursive
19Importing model m2o_recursive
20Importing model m2o_recursive2
21Importing model manipulators
22Importing model many_to_many
23Importing model many_to_one
24Importing model many_to_one_null
25Importing model model_forms
26Importing model model_inheritance
27Importing model mutually_referential
28Importing model one_to_one
29Importing model ordering
30Importing model or_lookups
31Importing model pagination
32Importing model properties
33Importing model reserved_names
34Importing model reverse_lookup
35Importing model save_delete_hooks
36Importing model select_related
37Importing model serializers
38Importing model str
39Importing model test_client
40Importing model transactions
41Importing model validation
42Importing model bug639
43Importing model cache
44Importing model datastructures
45Importing model dateformat
46Importing model db_typecasts
47Importing model defaultfilters
48Importing model dispatch
49Importing model forms
50Importing model httpwrappers
51Importing model humanize
52Importing model initial_sql_regress
53Importing model many_to_one_regress
54Importing model markup
55Importing model null_queries
56Importing model one_to_one_regress
57Importing model serializers_regress
58Importing model string_lookup
59Importing model templates
60Importing model urlpatterns_reverse
61Creating test database...
62It appears the test database, django_test_db, already exists. Type 'yes' to delete it, or 'no' to cancel: Destroying old test database...
63Creating test database...
64# Note: Any fields that are named 'id', are of type 'AutoField', and
65# and are Primary Keys will NOT appear in the model output below.
66# By default Django assumes that the each model's Primary Key is an
67# AutoField with a name of 'id', so there is no need to add it to the
68# model description.
69
70Processing contenttypes.ContentType model
71Creating table django_content_type
72Processing auth.Message model
73Creating table auth_message
74Processing auth.Group model
75Creating table auth_group
76Processing auth.User model
77Creating table auth_user
78Processing auth.Permission model
79Creating table auth_permission
80Creating many-to-many tables for auth.Group model
81Creating many-to-many tables for auth.User model
82Processing sites.Site model
83Creating table django_site
84Processing flatpages.FlatPage model
85Creating table django_flatpage
86Creating many-to-many tables for flatpages.FlatPage model
87Processing redirects.Redirect model
88Creating table django_redirect
89Processing sessions.Session model
90Creating table django_session
91Processing comments.Comment model
92Creating table comments_comment
93Processing comments.FreeComment model
94Creating table comments_freecomment
95Processing comments.KarmaScore model
96Creating table comments_karmascore
97Got an error creating the test database:
98-----------
99Strategy 1: Traceback:Traceback (most recent call last):
100 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
101 File "<COMObject ADODB.Command>", line 3, in Execute
102 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
103 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
104 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Database 'django_test_db' already exists. Choose a different database name.", None, 0, -2147217900), None)
105
106
107-----------
108Strategy 2: Traceback:Traceback (most recent call last):
109 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
110 File "<COMObject ADODB.Command>", line 3, in Execute
111 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
112 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
113 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Database 'django_test_db' already exists. Choose a different database name.", None, 0, -2147217900), None)
114
115
116-----------
117Strategy 3: Traceback:Traceback (most recent call last):
118 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
119 File "<COMObject ADODB.Command>", line 3, in Execute
120 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
121 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
122 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Database 'django_test_db' already exists. Choose a different database name.", None, 0, -2147217900), None)
123
124
125-----------
126Strategy 4: Traceback:Traceback (most recent call last):
127 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
128 File "<COMObject ADODB.Command>", line 3, in Execute
129 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
130 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
131 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Database 'django_test_db' already exists. Choose a different database name.", None, 0, -2147217900), None)
132
133--- ADODBAPI on command:CREATE DATABASE [django_test_db] with parameters: None
134Traceback (most recent call last):
135 File "C:\Documents and Settings\Administrador\Mis documentos\Downloads\Django\tests\runtests.py", line 154, in ?
136 django_tests(int(options.verbosity), args)
137 File "C:\Documents and Settings\Administrador\Mis documentos\Downloads\Django\tests\runtests.py", line 127, in django_tests
138 failures = run_tests(test_models, verbosity, extra_tests=extra_tests)
139 File "C:\Documents and Settings\Administrador\Mis documentos\Downloads\Django\django\test\simple.py", line 81, in run_tests
140 create_test_db(verbosity)
141 File "C:\Documents and Settings\Administrador\Mis documentos\Downloads\Django\django\test\utils.py", line 88, in create_test_db
142 management.syncdb(verbosity, interactive=False)
143 File "C:\Documents and Settings\Administrador\Mis documentos\Downloads\Django\django\core\management.py", line 533, in syncdb
144 cursor.execute(statement)
145 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 592, in execute
146 File "C:\Documents and Settings\Administrador\Mis documentos\Downloads\Django\django\db\backends\ado_mssql\base.py", line 32, in executeHelper
147 Database.Cursor.executeHelper(self, operation, isStoredProcedureCall, parameters)
148 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 552, in executeHelper
149 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 407, in _raiseCursorError
150 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 38, in standardErrorHandler
151adodbapi.adodbapi.DatabaseError:
152-----------
153Strategy 1: Traceback:Traceback (most recent call last):
154 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
155 File "<COMObject ADODB.Command>", line 3, in Execute
156 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
157 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
158 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Introducing FOREIGN KEY constraint 'FK__comments___comme__3B75D760' on table 'comments_karmascore' may cause cycles or multiple cascade paths. Specify ON DELETE NO ACTION or ON UPDATE NO ACTION, or modify other FOREIGN KEY constraints.", None, 0, -2147217900), None)
159
160
161-----------
162Strategy 2: Traceback:Traceback (most recent call last):
163 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
164 File "<COMObject ADODB.Command>", line 3, in Execute
165 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
166 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
167 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Foreign key 'FK__comments___comme__403A8C7D' references invalid table 'comments_comment'.", None, 0, -2147217900), None)
168
169
170-----------
171Strategy 3: Traceback:Traceback (most recent call last):
172 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
173 File "<COMObject ADODB.Command>", line 3, in Execute
174 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
175 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
176 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Foreign key 'FK__comments___comme__44FF419A' references invalid table 'comments_comment'.", None, 0, -2147217900), None)
177
178
179-----------
180Strategy 4: Traceback:Traceback (most recent call last):
181 File "build\bdist.win32\egg\adodbapi\adodbapi.py", line 540, in executeHelper
182 File "<COMObject ADODB.Command>", line 3, in Execute
183 File "C:\Python24\Lib\site-packages\win32com\client\dynamic.py", line 258, in _ApplyTypes_
184 result = self._oleobj_.InvokeTypes(*(dispid, LCID, wFlags, retType, argTypes) + args)
185 com_error: (-2147352567, 'Ocurri\xf3 una excepci\xf3n.', (0, 'Microsoft OLE DB Provider for SQL Server', "Foreign key 'FK__comments___comme__49C3F6B7' references invalid table 'comments_comment'.", None, 0, -2147217900), None)
186
187--- ADODBAPI on command:CREATE TABLE [comments_karmascore] (
188 [id] int IDENTITY (1, 1) NOT NULL PRIMARY KEY,
189 [user_id] int NOT NULL REFERENCES [auth_user] ([id]) ON DELETE CASCADE ON UPDATE CASCADE,
190 [comment_id] int NOT NULL REFERENCES [comments_comment] ([id]) ON DELETE CASCADE ON UPDATE CASCADE,
191 [score] smallint NOT NULL,
192 [scored_date] smalldatetime NOT NULL,
193 UNIQUE ([user_id], [comment_id])
194); with parameters: None
Back to Top