test=develop

revert-15207-remove_op_handle_lock_and_fix_var
sneaxiy 6 years ago
parent 719ebe3786
commit 6dd623b1e3

@ -209,6 +209,7 @@ class TestPyReaderUsingExecutor(unittest.TestCase):
else:
thread = threading.Thread(
target=feed_data, args=(feed_queue, reader))
thread.daemon = True
thread.start()
self.outputs = []

Loading…
Cancel
Save