Skip to content

Commit 8d705d6

Browse files
cleonno3oRocMarshaloch5351
authored
[FLINK-39912][runtime] Change the annotation from 'RepeatTest' to 'Test' in ForwardEdgesAdapterTest to reduce the time cost (#28393)
Co-authored-by: Yuepeng Pan <hipanyuepeng@gmail.com> Co-authored-by: och5351 <dhcksgo5319@gmail.com>
1 parent efb41e6 commit 8d705d6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

flink-runtime/src/test/java/org/apache/flink/runtime/scheduler/adaptive/ForwardEdgesAdapterTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
import org.apache.flink.streaming.runtime.partitioner.StreamPartitioner;
3838

3939
import org.junit.jupiter.api.BeforeEach;
40-
import org.junit.jupiter.api.RepeatedTest;
40+
import org.junit.jupiter.api.Test;
4141

4242
import java.util.List;
4343
import java.util.Optional;
@@ -61,7 +61,7 @@ void setUp() {
6161
new JobGraphJobInformation(initialJobGraph, new DefaultVertexParallelismStore());
6262
}
6363

64-
@RepeatedTest(100000)
64+
@Test
6565
void testAdaptiveChangeForwardJobEdges() throws Exception {
6666

6767
// Test initial info.

0 commit comments

Comments
 (0)