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 2022/08/15 15:38:20 UTC

[GitHub] [accumulo-testing] DomGarguilo commented on a diff in pull request #214: Ci verify consistency level

DomGarguilo commented on code in PR #214:
URL: https://github.com/apache/accumulo-testing/pull/214#discussion_r945883273


##########
src/main/java/org/apache/accumulo/testing/continuous/ContinuousWalk.java:
##########
@@ -54,10 +55,13 @@ public static void main(String[] args) throws Exception {
       ArrayList<Value> values = new ArrayList<>();
 
       int sleepTime = Integer.parseInt(env.getTestProperty(TestProps.CI_WALKER_SLEEP_MS));
+      ConsistencyLevel cl = TestProps
+          .getScanConsistencyLevel(env.getTestProperty(TestProps.CI_BW_CONSISTENCY_LEVEL));

Review Comment:
   Should this use `CI_WALKER_CONSISTENCY_LEVEL` instead of `CI_BW_CONSISTENCY_LEVEL`?



-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@accumulo.apache.org

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