[ 
https://issues.apache.org/jira/browse/HDDS-9805?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Attila Doroszlai updated HDDS-9805:
-----------------------------------
    Parent Issue: HDDS-9931  (was: HDDS-5626)

> Reduce cluster size in integration tests
> ----------------------------------------
>
>                 Key: HDDS-9805
>                 URL: https://issues.apache.org/jira/browse/HDDS-9805
>             Project: Apache Ozone
>          Issue Type: Sub-task
>          Components: test
>            Reporter: Tsz-wo Sze
>            Assignee: Mohammad Arafat Khan
>            Priority: Major
>              Labels: pull-request-available
>             Fix For: 1.4.0
>
>
> The following tests seem to create too many datenode and pipelines. How about 
> change it to 5 datanodes and 3 pipelines?
> {code}
> TestOzoneClientRetriesOnExceptions.java-112-    cluster = 
> MiniOzoneCluster.newBuilder(conf)
> TestOzoneClientRetriesOnExceptions.java:113:        .setNumDatanodes(7)
> TestOzoneClientRetriesOnExceptions.java-114-        
> .setTotalPipelineNumLimit(10)
> --
> TestBlockOutputStream.java-97-    cluster = MiniOzoneCluster.newBuilder(conf)
> TestBlockOutputStream.java:98:        .setNumDatanodes(7)
> TestBlockOutputStream.java-99-        .setTotalPipelineNumLimit(10)
> --
> TestCloseContainerHandlingByClient.java-106-        StorageUnit.MB);
> TestCloseContainerHandlingByClient.java:107:    cluster = 
> MiniOzoneCluster.newBuilder(conf).setNumDatanodes(7).build();
> TestCloseContainerHandlingByClient.java-108-    
> cluster.waitForClusterToBeReady();
> --
> TestBlockOutputStreamFlushDelay.java-89-    cluster = 
> MiniOzoneCluster.newBuilder(conf)
> TestBlockOutputStreamFlushDelay.java:90:        .setNumDatanodes(7)
> TestBlockOutputStreamFlushDelay.java-91-        .setTotalPipelineNumLimit(10)
> --
> TestBlockDataStreamOutput.java-101-    cluster = 
> MiniOzoneCluster.newBuilder(conf)
> TestBlockDataStreamOutput.java:102:        .setNumDatanodes(7)
> TestBlockDataStreamOutput.java-103-        .setTotalPipelineNumLimit(10)
> --
> TestOzoneClientRetriesOnExceptionFlushDelay.java-104-    cluster = 
> MiniOzoneCluster.newBuilder(conf)
> TestOzoneClientRetriesOnExceptionFlushDelay.java:105:        
> .setNumDatanodes(7)
> TestOzoneClientRetriesOnExceptionFlushDelay.java-106-        
> .setTotalPipelineNumLimit(10)
> --
> TestBlockOutputStreamWithFailures.java-124-
> TestBlockOutputStreamWithFailures.java:125:    cluster = 
> MiniOzoneCluster.newBuilder(conf).setNumDatanodes(7)
> TestBlockOutputStreamWithFailures.java-126-        
> .setTotalPipelineNumLimit(10).setBlockSize(blockSize)
> --
> TestBlockOutputStreamWithFailuresFlushDelay.java-126-
> TestBlockOutputStreamWithFailuresFlushDelay.java:127:    cluster = 
> MiniOzoneCluster.newBuilder(conf).setNumDatanodes(7)
> TestBlockOutputStreamWithFailuresFlushDelay.java-128-        
> .setTotalPipelineNumLimit(10).setBlockSize(blockSize)
> --
> TestCommitWatcher.java-143-    cluster = MiniOzoneCluster.newBuilder(conf)
> TestCommitWatcher.java:144:        .setNumDatanodes(7)
> TestCommitWatcher.java-145-        .setTotalPipelineNumLimit(10)
> --
> TestOzoneFsHAURLs.java-126-    cluster = MiniOzoneCluster.newOMHABuilder(conf)
> TestOzoneFsHAURLs.java:127:        .setNumDatanodes(7)
> TestOzoneFsHAURLs.java-128-        .setTotalPipelineNumLimit(10)
> {code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

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

Reply via email to