Fix bug in test found by manual log inspection (#46309)
This commit is contained in:
parent
5fcb948e28
commit
00aebec90d
1 changed files with 2 additions and 1 deletions
|
@ -40,6 +40,7 @@ class WorkerSync:
|
|||
# Block the worker thread until the test has a chance to verify
|
||||
# the segments under test.
|
||||
logging.debug("blocking worker")
|
||||
if self._event:
|
||||
self._event.wait()
|
||||
|
||||
# Forward to actual implementation
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue