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


Reply via email to