Uploaded image for project: 'Apache Avro'
  1. Apache Avro
  2. AVRO-2301

C# TestSyncAndSeekPositions unit tests take too long to run

    XMLWordPrintableJSON

Details

    • Bug
    • Status: Resolved
    • Minor
    • Resolution: Fixed
    • None
    • 1.9.1
    • csharp
    • None
    • Re-enabled long-running C# tests after performance improvements

    Description

      The following test cases take a very long time to run in the C# FileTests:

      [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)
      

      These tests were disabled in f035c4c 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.

      Attachments

        Activity

          People

            blachniet Brian Lachniet
            blachniet Brian Lachniet
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: