This is an automated email from the ASF dual-hosted git repository.
adoroszlai 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 7553aa09b09 HDDS-15473. TestOmSnapshotObjectStore should run with
createLinkedBucket=false (#10425)
7553aa09b09 is described below
commit 7553aa09b091db46bfe39a63e990d6e6af18b2ff
Author: Chi-Hsuan Huang <[email protected]>
AuthorDate: Thu Jun 4 14:25:00 2026 +0800
HDDS-15473. TestOmSnapshotObjectStore should run with
createLinkedBucket=false (#10425)
---
.../org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
index 723e752eb30..b628448cd99 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/snapshot/TestOmSnapshotObjectStore.java
@@ -25,6 +25,6 @@
public class TestOmSnapshotObjectStore extends TestOmSnapshot {
public TestOmSnapshotObjectStore() throws Exception {
- super(OBJECT_STORE, false, false, false, true);
+ super(OBJECT_STORE, false, false, false, false);
}
}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]