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:45:56 UTC

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

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


##########
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:
   yep, good catch. Thanks!



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