Changes between Initial Version and Version 1 of Ticket #32872
- Timestamp:
- Jun 21, 2021, 6:59:26 PM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32872
- Property Resolution → needsinfo
- Property Status new → closed
-
Ticket #32872 – Description
initial v1 1 1 If you use a TimescaleDB and run your unit tests in parallel Django will fail to clone the first test database to the additional databases. 2 2 {{{ 3 3 Cloning test database for alias 'foo' ('foo_testDB')...Got an error creating the test database: source database "foo_testDB" is being accessed by other users 4 4 DETAIL: There is 1 other session using the database. … … 21 21 #### Test call 22 22 python manage.py test --parallel 4 23 }}}