Chris Jerdonek
|
91c243f80f
|
Refs #32416 -- Added LiveServerThread.server_class to ease subclassing.
|
2021-02-12 08:17:46 +01:00 |
Hasan Ramezani
|
275dd4ebba
|
Fixed #32178 -- Allowed database backends to skip tests and mark expected failures.
Co-authored-by: Tim Graham <timograham@gmail.com>
|
2020-12-10 18:00:57 +01:00 |
Jon Dufresne
|
76990cbbda
|
Fixed #30171 -- Fixed DatabaseError in servers tests.
Made DatabaseWrapper thread sharing logic reentrant. Used a reference
counting like scheme to allow nested uses.
The error appeared after 8c775391b7 .
|
2019-02-14 10:04:55 -05:00 |
Chris Jerdonek
|
f6cd669ff2
|
Fixed #22414 -- Ensured that LiveServerTestCase closes connections.
|
2016-08-19 12:47:41 -04:00 |