[
https://issues.apache.org/jira/browse/AVRO-2919?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Work on AVRO-2919 started by Michael A. Smith.
----------------------------------------------
> 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
> Assignee: Michael A. Smith
> Priority: Major
>
> 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)