Skip to content

Commit

Permalink
Removed lock tests for now.
Browse files Browse the repository at this point in the history
We need to seriously rethink the locking mechanism, since it is not safe
for multiprocessing applications, at least in the first microseconds.
Not sure that there is a perfect solution, but we need to think hard
about a better one (that's also more cross-platform).
  • Loading branch information
dotsdl committed Jul 28, 2015
1 parent 90cbbe1 commit 6f05ca7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_locks.py → tests/locks.py
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
"""Stress tests for file locks.
"""
# TESTS DISABLED FOR NOW; TROUBLESHOOTING LOCKS

import random
import string
Expand Down

0 comments on commit 6f05ca7

Please sign in to comment.