You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@avro.apache.org by "Brian Lachniet (JIRA)" <ji...@apache.org> on 2019/01/12 11:19:00 UTC

[jira] [Created] (AVRO-2301) C# TestSyncAndSeekPositions unit tests take too long to run

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)