Uploaded image for project: 'Infinispan'
  1. Infinispan
  2. ISPN-6247

Speed up DistWriteSkewTest and its subclasses

This issue belongs to an archived project. You can view it, but you can't modify it. Learn more

XMLWordPrintable

    • Icon: Task Task
    • Resolution: Done
    • Icon: Major Major
    • 8.2.0.CR1, 8.2.0.Final
    • 8.2.0.Beta2
    • Test Suite
    • None

      DistWriteSkewTest is annotated with @CleanupAfterMethod, so the cluster is recreated for each one of the test methods. Since there are a lot of test methods inherited from AbstractClusteredWriteSkewTest, the repeated cluster startup and shutdown add a lot of overhead.

      Since the test doesn't start or stop nodes, it should be possible to start the cluster only once for the whole class, eventually using different key names if leftover keys turn out to be a problem.

      The annotation is also used for ReplWriteSkewTest, DistL1WriteSkewTest, and DistTotalOrderWriteSkewTest. It should be possible to reuse the cluster for all of them.

              dberinde@redhat.com Dan Berindei (Inactive)
              dberinde@redhat.com Dan Berindei (Inactive)
              Archiver:
              rhn-support-adongare Amol Dongare

                Created:
                Updated:
                Resolved:
                Archived: