Github user ggevay commented on a diff in the pull request: https://github.com/apache/flink/pull/3511#discussion_r142032016 --- Diff: flink-test-utils-parent/flink-test-utils/src/main/java/org/apache/flink/test/util/MultipleProgramsTestBase.java --- @@ -146,6 +151,7 @@ public static void teardown() throws Exception { public static Collection<Object[]> executionModes() { return Arrays.asList( new Object[] { TestExecutionMode.CLUSTER }, + new Object[] { TestExecutionMode.CLUSTER_WITH_CODEGENERATION_ENABLED }, --- End diff -- 157cd4c19f6725fb89b0fcd30facd27878d64e20
---