Comment 1 for bug 1367941

Revision history for this message
Ben Nemec (bnemec) wrote :

Hmm, I have not been able to reproduce this with lockutils and eventlet. I modified one of the existing test cases for verifying that multiple threads can't execute at the same time and it seems to work fine. I'll attach the test file that I created in incubator/tests/unit so everyone can take a look and tell me if I screwed anything up.

I ran it with "tox -e all -- --until-failure test_with_eventlet" and it didn't fail once in the time I ran it. If I remove the synchronized decorator it fails immediately, as expected.