Export to GitHub

pylockfile - issue #9

Several tests are failing


Posted on Nov 7, 2010 by Grumpy Lion

I wound up commenting out several tests to get 0.9 out the door:

test_acquire_basic_threaded test_acquire_no_timeout_threaded test_acquire_no_timeout_unthreaded test_acquire_timeout_threaded test_release_basic_threaded test_release_from_thread test_is_locked_threaded test_i_am_locking_threaded test_break_lock_threaded

I suspect the problem is at least partly within the test_lockfile and/or compliancetest modules themselves (though there might well be problems in the implementation as well).

Version 1.0 can't be released until this problem is resolved.

Comment #1

Posted on Nov 8, 2010 by Grumpy Lion

I suspect much of the trouble may be my use of threads (not my strong suit) in the tests. It might work better to use the multiprocessing module in the unit tests where possible. (Though note that I am trying to support Python 2.4, so deprecated or not, os.popen* or something similar might be more general- purpose.)

Status: Accepted

Labels:
Type-Defect Priority-Critical Milestone-Release1.0