[
https://issues.apache.org/jira/browse/AVRO-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Brian Lachniet resolved AVRO-2301.
----------------------------------
Resolution: Fixed
Assignee: Brian Lachniet
Fix Version/s: 1.9.1
Release Note: Re-enabled long-running C# tests after performance
improvements
This was resolved by changes in AVRO-2396.
> C# TestSyncAndSeekPositions unit tests take too long to run
> -----------------------------------------------------------
>
> Key: AVRO-2301
> URL: https://issues.apache.org/jira/browse/AVRO-2301
> Project: Apache Avro
> Issue Type: Bug
> Components: csharp
> Reporter: Brian Lachniet
> Assignee: Brian Lachniet
> Priority: Minor
> Fix For: 1.9.1
>
>
> The following test cases take a very long time to run in the C# FileTests:
> {code:c#}
> [TestCase(specificSchema, Codec.Type.Null, 1000, 588, 998)]
> [TestCase(specificSchema, Codec.Type.Deflate, 1000, 588, 998)]
> public void TestSyncAndSeekPositions(string schemaStr, Codec.Type codecType,
> int iterations, int firstSyncPosition, int secondSyncPosition)
> {code}
> These tests were disabled in
> [f035c4c|https://github.com/apache/avro/pull/307/commits/f035c4c9c1d9f9e92dfd869252be0e29634efbc2]
> while wrapping up AVRO-2112 because they were causing the Travis CI build to
> timeout.
> We need to optimize these tests to make them run in a timely manner.
--
This message was sent by Atlassian JIRA
(v7.6.3#76005)