Restore for 2.7

pull/22860/head
Lidi Zheng 5 years ago
parent 4484918d34
commit e2a41a1001
  1. 4
      src/python/grpcio_tests/tests/unit/_metadata_flags_test.py

@ -232,8 +232,8 @@ class MetadataFlagsTest(unittest.TestCase):
test_threads = []
for perform_call in _ALL_CALL_CASES:
test_thread = threading.Thread(target=test_call,
args=(perform_call,),
daemon=True)
args=(perform_call,))
test_thread.daemon = True
test_thread.exception = None
test_thread.start()
test_threads.append(test_thread)

Loading…
Cancel
Save