Details
-
Task
-
Status: Resolved
-
Normal
-
Resolution: Fixed
-
None
-
Quality Assurance
-
Normal
-
All
-
None
-
Description
The CircleCI jobs for repeating Ant-based tests include the checkstyle and checkstyle-test targets. Those targets are skipped for Java 11 but not for Java 8.
Including those targets on every test iteration produces a significant difference in the run times of repeated test jobs for j8 and j11:
- https://app.circleci.com/pipelines/github/adelapena/cassandra/2328/workflows/122d58b9-b454-4a99-8c46-f7777b7ef225/jobs/23225
- https://app.circleci.com/pipelines/github/adelapena/cassandra/2328/workflows/50f33d9b-c7c6-4aa9-bac9-22ac78ad6b8c/jobs/23224
We should use the no-checkstyle flag in the iterations done by those jobs. That should significantly speed up the jobs and save resources.
Thanks to bereng , who detected the difference in the running times between j8 and j11.
Attachments
Issue Links
- relates to
-
CASSANDRA-18017 Jenkins: Consider using the no-build-test flag
- Patch Available