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:20:00 UTC

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

     [ https://issues.apache.org/jira/browse/AVRO-2301?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Brian Lachniet updated AVRO-2301:
---------------------------------
    Description: 
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.

  was:
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.


> 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
>            Priority: Minor
>
> 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)