Ticket #32404: Parallel Runner bug.txt

File Parallel Runner bug.txt, 3.2 KB (added by Tonye Jack, 3 years ago)
Line 
1======================================================================
2ERROR: test_content_block_variable_delete (content_library.tests.unit.spa_graphql.content_blocks.variables.delete.ContentBlockVariableDeleteTestCase)
3----------------------------------------------------------------------
4Traceback (most recent call last):
5 File "/Users/marlon/.asdf/installs/python/3.6.8/lib/python3.6/unittest/suite.py", line 163, in _handleClassSetUp
6 setUpClass()
7 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/test/testcases.py", line 1126, in setUpClass
8 cls.cls_atomics = cls._enter_atomics()
9 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/test/testcases.py", line 1107, in _enter_atomics
10 atomics[db_name].__enter__()
11 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/transaction.py", line 175, in __enter__
12 if not connection.get_autocommit():
13 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 379, in get_autocommit
14 self.ensure_connection()
15 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
16 self.connect()
17 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/utils.py", line 89, in __exit__
18 raise dj_exc_value.with_traceback(traceback) from exc_value
19 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 217, in ensure_connection
20 self.connect()
21 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/base/base.py", line 195, in connect
22 self.connection = self.get_new_connection(conn_params)
23 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/django/db/backends/postgresql/base.py", line 178, in get_new_connection
24 connection = Database.connect(**conn_params)
25 File "/Users/marlon/Workspace/coherent_path/coherentpath/venv/lib/python3.6/site-packages/psycopg2/__init__.py", line 130, in connect
26 conn = _connect(dsn, connection_factory=connection_factory, **kwasync)
27django.db.utils.OperationalError: FATAL: database "coherentpath_test_9" does not exist
28
29
30----------------------------------------------------------------------
31Ran 181 tests in 17.277s
32
33FAILED (errors=1)
34Preserving test database for alias 'default' ('coherentpath_test_1')...
35Preserving test database for alias 'default' ('coherentpath_test_2')...
36Preserving test database for alias 'default' ('coherentpath_test_3')...
37Preserving test database for alias 'default' ('coherentpath_test_4')...
38Preserving test database for alias 'default' ('coherentpath_test_5')...
39Preserving test database for alias 'default' ('coherentpath_test_6')...
40Preserving test database for alias 'default' ('coherentpath_test_7')...
41Preserving test database for alias 'default' ('coherentpath_test_8')...
42Preserving test database for alias 'default' ('coherentpath_test')...
43make: *** [test] Error 1
Back to Top