You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@ozone.apache.org by "Aravindan Vijayan (Jira)" <ji...@apache.org> on 2021/05/24 19:25:00 UTC

[jira] [Created] (HDDS-5270) Reduce runtime of Ozone integration tests on CI.

Aravindan Vijayan created HDDS-5270:
---------------------------------------

             Summary: Reduce runtime of Ozone integration tests on CI.
                 Key: HDDS-5270
                 URL: https://issues.apache.org/jira/browse/HDDS-5270
             Project: Apache Ozone
          Issue Type: Improvement
            Reporter: Aravindan Vijayan
            Assignee: Aravindan Vijayan


On investigating a CI timeout in the upgrade branch along with [~erose], it was seen that we are very close to the CI integration test timeout of 100min on master. In the upgrade branch which adds a few more integration tests (Miniozone), the 100min timeout failures occur more frequently. Looking at the test timings, these are some of the tests that run too long. 

{code}
[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 513.966 s - in org.apache.hadoop.ozone.scm.node.TestDecommissionAndMaintenance

[INFO] Tests run: 11, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 294.712 s - in org.apache.hadoop.ozone.TestStorageContainerManager

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 247.82 s - in org.apache.hadoop.ozone.om.TestOzoneManagerHAWithACL

[INFO] Tests run: 9, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 225.237 s - in org.apache.hadoop.ozone.om.TestOzoneManagerConfiguration

[INFO] Tests run: 7, Failures: 0, Errors: 0, Skipped: 2, Time elapsed: 201.953 s - in org.apache.hadoop.ozone.om.TestOzoneManagerPrepare

[INFO] Tests run: 6, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 182.796 s - in org.apache.hadoop.ozone.om.TestOzoneManagerListVolumes

[INFO] Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 153.571 s - in org.apache.hadoop.ozone.scm.TestSCMInstallSnapshotWithHA
{code}

The plan is to work on reducing the time spent on each test through individual JIRAs. 



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@ozone.apache.org
For additional commands, e-mail: issues-help@ozone.apache.org