Michael A. Smith created AVRO-2919:
--------------------------------------
Summary: Make avro.test.test_datafile parallelizable and less leaky
Key: AVRO-2919
URL: https://issues.apache.org/jira/browse/AVRO-2919
Project: Apache Avro
Issue Type: Task
Components: python
Reporter: Michael A. Smith
avro.test.test_datafile in the python implementation uses a hardcoded filename
for a temporary file used repeatedly in every datafile test case. So running
these tests in parallel yields random failures and inconsistent results.
Also, the file handle is not closed in every test case, leading to resource
leaks.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)