This is an automated email from the ASF dual-hosted git repository.

hangxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new e79df3544a5 [FLINK-34660][checkpoint] Parse cluster configuration for 
AutoRescalingITCase#testCheckpointRescalingInKeyedState
e79df3544a5 is described below

commit e79df3544a59ec7bcd97c9946eb54b7bc3ecf009
Author: Hangxiang Yu <master...@gmail.com>
AuthorDate: Fri Mar 15 16:16:56 2024 +0800

    [FLINK-34660][checkpoint] Parse cluster configuration for 
AutoRescalingITCase#testCheckpointRescalingInKeyedState
---
 .../java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java   | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java
 
b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java
index 99572894a0a..29db74d9295 100644
--- 
a/flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java
+++ 
b/flink-tests/src/test/java/org/apache/flink/test/checkpointing/AutoRescalingITCase.java
@@ -234,7 +234,7 @@ public class AutoRescalingITCase extends TestLogger {
 
             JobGraph jobGraph =
                     createJobGraphWithKeyedState(
-                            new Configuration(),
+                            
cluster.getMiniCluster().getConfiguration().clone(),
                             parallelism,
                             maxParallelism,
                             numberKeys,

Reply via email to