adoroszlai opened a new pull request, #5437:
URL: https://github.com/apache/ozone/pull/5437
## What changes were proposed in this pull request?
`TestOmSnapshot` requires 1000-1200 seconds in CI. Single slowest test case
is testDayWeekMonthSnapshotCreationAndExpiration (added in HDDS-8378), takes
130s in each 4 parameterized runs. I propose marking
`testDayWeekMonthSnapshotCreationAndExpiration` as slow. Slow tests are
skipped in regular CI, but still can be executed manually or in scheduled runs.
`@Slow` only applies to JUnit5 tests, so this PR also adds a matching
`@Category` for JUnit4.
Also:
* improve javadoc comments on these tags/categories to clarify how they can
be used
* fix package name mismatch in `package-info.java`
https://issues.apache.org/jira/browse/HDDS-9299
## How was this patch tested?
CI (pending)
https://github.com/adoroszlai/hadoop-ozone/actions/runs/6504785239
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]