You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@flink.apache.org by GitBox <gi...@apache.org> on 2021/01/07 19:16:41 UTC

[GitHub] [flink] AHeise commented on a change in pull request #13551: [FLINK-19520][configuration] Add randomization of checkpoint config.

AHeise commented on a change in pull request #13551:
URL: https://github.com/apache/flink/pull/13551#discussion_r553530514



##########
File path: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/streaming/util/TestStreamEnvironment.java
##########
@@ -44,6 +47,12 @@ public TestStreamEnvironment(
 				null);
 
 		setParallelism(parallelism);
+
+		if (Randomization) {
+			final String testName = TestNameProvider.getCurrentTestName();

Review comment:
       I'm missing a hook where I can mutate the configuration per test method. `MiniClusterResource` is mostly used on class level. Any guidance is greatly appreciated.




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