1 | ======================================================================
|
---|
2 | ERROR: test_content_block_variable_delete (content_library.tests.unit.spa_graphql.content_blocks.variables.delete.ContentBlockVariableDeleteTestCase)
|
---|
3 | ----------------------------------------------------------------------
|
---|
4 | Traceback (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)
|
---|
27 | django.db.utils.OperationalError: FATAL: database "coherentpath_test_9" does not exist
|
---|
28 |
|
---|
29 |
|
---|
30 | ----------------------------------------------------------------------
|
---|
31 | Ran 181 tests in 17.277s
|
---|
32 |
|
---|
33 | FAILED (errors=1)
|
---|
34 | Preserving test database for alias 'default' ('coherentpath_test_1')...
|
---|
35 | Preserving test database for alias 'default' ('coherentpath_test_2')...
|
---|
36 | Preserving test database for alias 'default' ('coherentpath_test_3')...
|
---|
37 | Preserving test database for alias 'default' ('coherentpath_test_4')...
|
---|
38 | Preserving test database for alias 'default' ('coherentpath_test_5')...
|
---|
39 | Preserving test database for alias 'default' ('coherentpath_test_6')...
|
---|
40 | Preserving test database for alias 'default' ('coherentpath_test_7')...
|
---|
41 | Preserving test database for alias 'default' ('coherentpath_test_8')...
|
---|
42 | Preserving test database for alias 'default' ('coherentpath_test')...
|
---|
43 | make: *** [test] Error 1
|
---|