[DO NOT MERGE] Fix the issue that junit5 tests were not executed in CI#7261
Merged
xichen01 merged 6 commits intoapache:ozone-1.4from Oct 7, 2024
Merged
[DO NOT MERGE] Fix the issue that junit5 tests were not executed in CI#7261xichen01 merged 6 commits intoapache:ozone-1.4from
xichen01 merged 6 commits intoapache:ozone-1.4from
Conversation
(cherry picked from commit ca8f1f7)
…tingService (apache#6885) (cherry picked from commit 950a4b5)
(cherry picked from commit cd00691)
…apache#6965) (cherry picked from commit 1ae2701)
…arallelDeleteBucketAndCreateKey (apache#6335) (cherry picked from commit f9e5178)
…date live files. (apache#6069) (cherry picked from commit b90d109)
Contributor
Author
|
@adoroszlai @hemantk-12 @raju-balpande @swamirishi @GeorgeJahad please check that your commits are correctly cherry-picked. |
Contributor
|
Thanks @xichen01 for the patch. |
Contributor
Contributor
Author
|
Merged using: git checkout ozone-1.4
git pull
git merge --ff-only ozone-1.4-backport
git push |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
What changes were proposed in this pull request?
Fix the issue that junit5 tests were not executed in CI, backport these PR to fix this issue.
HDDS-10059. TestOMRatisSnapshots.testInstallSnapshot should only validate live files. (#6069)
HDDS-10143. Intermittent failure in TestOzoneRpcClientWithRatis.testParallelDeleteBucketAndCreateKey (#6335)
HDDS-11068. Move SstFiltered flag to a file in the snapshot directory (#6965)
HDDS-10218. Speed up TestSstFilteringService (#6196)
HDDS-11084. Read SstFilteringService config only once in SnapshotDeletingService (#6885)
HDDS-10552. Downgrade Surefire to 3.0.0-M4 (#6406) (re-backport)
What is the link to the Apache JIRA
Because junit5 dependency
junit-jupiter-enginewas omitted when backporting HDDS-10552 (6a31ccd). junit5 tests in the ozone-1.4 branch were not executed in CI (such as: https://github.com/apache/ozone/actions/runs/11085539961). This problem is fixed in this PR.Main changes
hadoop-dependency-test/pom.xml(d889984)How was this patch tested?
https://github.com/xichen01/ozone/actions/runs/11126592655