Files
trove/trove/tests/unittests/util
Petr Malik 94b716142a Fix concurrency issue with Python 3.4 test
We have been seeing failures in parallel Py34
tests caused by the test database being set up more
than once.
The existing mechanism is not thread-safe.
Add a lock around the database setup to ensure
the it is ever executed by only one thread.

Partially implements: blueprint trove-python3

Change-Id: I68aba50d60b912384080911a6f78283f027c4ee3
2016-07-15 15:30:20 -04:00
..
2014-01-16 13:13:23 +04:00
2014-03-10 00:16:49 +00:00