This is an automated email from the ASF dual-hosted git repository.
sodonnell 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 4b3502f HDDS-5792. Speed up TestNSSummaryAdmin by having zero
Datanodes (#2688)
4b3502f is described below
commit 4b3502f598d06a5cb5d06c335de326424cf0c8f3
Author: Stephen O'Donnell <[email protected]>
AuthorDate: Tue Sep 28 17:14:02 2021 +0100
HDDS-5792. Speed up TestNSSummaryAdmin by having zero Datanodes (#2688)
---
.../test/java/org/apache/hadoop/ozone/shell/TestNSSummaryAdmin.java | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestNSSummaryAdmin.java
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestNSSummaryAdmin.java
index f563bee..1cfd3f7 100644
---
a/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestNSSummaryAdmin.java
+++
b/hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/shell/TestNSSummaryAdmin.java
@@ -42,7 +42,8 @@ public class TestNSSummaryAdmin {
conf.setBoolean("ozone.om.enable.filesystem.paths", true);
conf.set("ozone.om.metadata.layout", "PREFIX");
conf.set(OZONE_RECON_ADDRESS_KEY, "localhost:9888");
- cluster = MiniOzoneCluster.newBuilder(conf).includeRecon(true).build();
+ cluster = MiniOzoneCluster.newBuilder(conf)
+ .withoutDatanodes().includeRecon(true).build();
cluster.waitForClusterToBeReady();
// Client uses server conf for this test
ozoneAdmin = new OzoneAdmin(conf);
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]