Changes between Version 1 and Version 2 of Ticket #18984, comment 5
- Timestamp:
- Nov 20, 2012, 3:17:03 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #18984, comment 5
v1 v2 46 46 47 47 Running the test with PostgreSQL also deadlocks, and refuses to die with Ctrl-C, so I don't have a stack trace. 48 49 During the deadlock, `ps` shows: 50 {{{ 51 postgres: django test_django [local] TRUNCATE TABLE waiting 52 postgres: django test_django [local] idle in transaction 53 }}}