-
- Downloads
[test] avoid race condition on test_processing_order
test_processing_order aims to check that unordered docs wont be processed, but if we let the pool start and advance Twisted LoopingCall clock right before calling the processing method manually, the process method will run concurrently and cause a race condition issue.
Loading
Please register or sign in to comment