You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@accumulo.apache.org by GitBox <gi...@apache.org> on 2020/11/30 20:19:02 UTC

[GitHub] [accumulo] ctubbsii commented on a change in pull request #1813: Remove some unused code

ctubbsii commented on a change in pull request #1813:
URL: https://github.com/apache/accumulo/pull/1813#discussion_r532878149



##########
File path: test/src/main/java/org/apache/accumulo/test/VolumeChooserIT.java
##########
@@ -132,7 +129,7 @@ public void configure(MiniAccumuloConfigImpl cfg, Configuration hadoopCoreSite)
 
     // Only add volumes 1, 2, and 4 to the list of instance volumes to have one volume that isn't in
     // the options list when they are choosing
-    cfg.setProperty(Property.INSTANCE_VOLUMES, v1 + "," + v2 + "," + v4);
+    cfg.setProperty(Property.INSTANCE_VOLUMES, v1 + "," + v2 + "," + v3);

Review comment:
       The v3 variable was entirely unused in this test. I removed it, and renamed v4 to v3. That's it.




----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org