Brian Lachniet created AVRO-2301:
------------------------------------

             Summary: 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


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.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)

Reply via email to