You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@phoenix.apache.org by "Istvan Toth (Jira)" <ji...@apache.org> on 2022/07/09 18:26:00 UTC

[jira] [Created] (PHOENIX-6744) Reorder tests to run the longest running ones first

Istvan Toth created PHOENIX-6744:
------------------------------------

             Summary: Reorder tests to run the longest running ones first
                 Key: PHOENIX-6744
                 URL: https://issues.apache.org/jira/browse/PHOENIX-6744
             Project: Phoenix
          Issue Type: Improvement
            Reporter: Istvan Toth


The full test suite spends quite a lot of time running a few very long (up to 15 minutes) tests at the end of the test runs.

I think we could shave off 10-15 minutes of a typical test run by starting those tests first, so that less time is spent running only a few tests in parallel.

I think that we could do this by setting runOrder=alphabetical, and moving the long tests to a package like _org.apache.phoenix.0slowtest or org.apache.phoenix.aslowtest._



--
This message was sent by Atlassian Jira
(v8.20.10#820010)