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

RocMarshal pushed a commit to branch release-2.3
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/release-2.3 by this push:
     new f11d13a6c87 [FLINK-39912][runtime] Change the annotation from 
'RepeatTest' to 'Test' in ForwardEdgesAdapterTest to reduce the time cost 
(#28394)
f11d13a6c87 is described below

commit f11d13a6c87464df5ee395e3a6f581916baeca4c
Author: sumin <[email protected]>
AuthorDate: Sat Jun 13 15:28:37 2026 +0900

    [FLINK-39912][runtime] Change the annotation from 'RepeatTest' to 'Test' in 
ForwardEdgesAdapterTest to reduce the time cost (#28394)
    
    Co-authored-by: Yuepeng Pan <[email protected]>
    Co-authored-by: och5351 <[email protected]>
---
 .../flink/runtime/scheduler/adaptive/ForwardEdgesAdapterTest.java     | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git 
a/flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/ForwardEdgesAdapterTest.java
 
b/flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/ForwardEdgesAdapterTest.java
index 368b861e03e..b6142414a50 100644
--- 
a/flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/ForwardEdgesAdapterTest.java
+++ 
b/flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/ForwardEdgesAdapterTest.java
@@ -37,7 +37,7 @@ import 
org.apache.flink.streaming.runtime.partitioner.RebalancePartitioner;
 import org.apache.flink.streaming.runtime.partitioner.StreamPartitioner;
 
 import org.junit.jupiter.api.BeforeEach;
-import org.junit.jupiter.api.RepeatedTest;
+import org.junit.jupiter.api.Test;
 
 import java.util.List;
 import java.util.Optional;
@@ -61,7 +61,7 @@ class ForwardEdgesAdapterTest {
                 new JobGraphJobInformation(initialJobGraph, new 
DefaultVertexParallelismStore());
     }
 
-    @RepeatedTest(100000)
+    @Test
     void testAdaptiveChangeForwardJobEdges() throws Exception {
 
         // Test initial info.

Reply via email to