chunweilei commented on a change in pull request #1339: [CALCITE-3215] 
Simplification may not fully simplify IsNotNull expres…
URL: https://github.com/apache/calcite/pull/1339#discussion_r309515007
 
 

 ##########
 File path: 
core/src/test/java/org/apache/calcite/test/fuzzer/RexProgramFuzzyTest.java
 ##########
 @@ -65,7 +65,7 @@
 
   private static final Duration TEST_DURATION =
       Duration.of(Integer.getInteger("rex.fuzzing.duration", 5), 
ChronoUnit.SECONDS);
-  private static final long TEST_ITERATIONS = 
Long.getLong("rex.fuzzing.iterations", 18);
+  private static final long TEST_ITERATIONS = 
Long.getLong("rex.fuzzing.iterations", 2000);
   // Stop fuzzing after detecting MAX_FAILURES errors
 
 Review comment:
   Could you explain the reason behind this change?

----------------------------------------------------------------
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:
[email protected]


With regards,
Apache Git Services

Reply via email to