This is an automated email from the ASF dual-hosted git repository.
gjahad pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone.git
The following commit(s) were added to refs/heads/master by this push:
new 3126e962a4 findbugs fix (#5221)
3126e962a4 is described below
commit 3126e962a48d5ce8e5ba36304a806d4e45fb2616
Author: GeorgeJahad <[email protected]>
AuthorDate: Thu Aug 24 13:45:40 2023 -0700
findbugs fix (#5221)
Co-authored-by: George Jahad <[email protected]>
---
.../test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
index f8b0a9caa0..b0601b8636 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestOMRatisSnapshots.java
@@ -1241,8 +1241,9 @@ public class TestOMRatisSnapshots {
SnapshotInfo snapshotInfoD = createOzoneSnapshot(newLeaderOM,
snapshotNamePrefix + RandomStringUtils.randomNumeric(5));
- File sstBackupDir = getSstBackupDir(newLeaderOM);
- int numberOfSstFiles = sstBackupDir.listFiles().length;
+ // TODO: https://issues.apache.org/jira/browse/HDDS-9209
+ // File sstBackupDir = getSstBackupDir(newLeaderOM);
+ // int numberOfSstFiles = sstBackupDir.listFiles().length;
// delete snapshot c
client.getObjectStore()
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]