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 1b9491ae33e HDDS-15842. Speed up 
TestDuplicateContainerDirScannerIntegration (#10740)
1b9491ae33e is described below

commit 1b9491ae33ea6e62a3b4ed9f344cebc9a91c6245
Author: Anurag Parvatikar <[email protected]>
AuthorDate: Mon Jul 13 21:56:04 2026 +0530

    HDDS-15842. Speed up TestDuplicateContainerDirScannerIntegration (#10740)
---
 .../ozone/dn/container/TestDuplicateContainerDirScannerIntegration.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/container/TestDuplicateContainerDirScannerIntegration.java
 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/container/TestDuplicateContainerDirScannerIntegration.java
index 1373f997789..fc5216149ac 100644
--- 
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/container/TestDuplicateContainerDirScannerIntegration.java
+++ 
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/dn/container/TestDuplicateContainerDirScannerIntegration.java
@@ -86,6 +86,7 @@ void startCluster() throws Exception {
     
conf.setStorageSize(ScmConfigKeys.OZONE_DATANODE_RATIS_VOLUME_FREE_SPACE_MIN,
         0, StorageUnit.MB);
     conf.setInt(OzoneConfigKeys.OZONE_REPLICATION, ONE.getValue());
+    conf.set(ScmConfigKeys.OZONE_SCM_STALENODE_INTERVAL, "3s");
 
     cluster = MiniOzoneCluster.newBuilder(conf)
         .setNumDatanodes(1)


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to