Skip to content

Commit 9a316a5

Browse files
committed
[FLINK-34403][ci] Transforms VeryBigPbProtoToRowTest into an integration test
The integration test configuration enables a bigger for test execution.
1 parent 6f74889 commit 9a316a5

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/VeryBigPbProtoToRowTest.java flink-formats/flink-protobuf/src/test/java/org/apache/flink/formats/protobuf/VeryBigPbProtoToRowITCase.java

+4-1
Original file line numberDiff line numberDiff line change
@@ -25,8 +25,11 @@
2525
/**
2626
* Test for very huge proto definition, which may trigger some special optimizations such as code
2727
* splitting and java constant pool size optimization.
28+
*
29+
* <p>Implementing this test as an {@code ITCase} enables larger heap size for the test execution.
30+
* The current unit test execution configuration would cause {@code OutOfMemoryErrors}.
2831
*/
29-
public class VeryBigPbProtoToRowTest {
32+
public class VeryBigPbProtoToRowITCase {
3033

3134
@Test
3235
public void testSimple() throws Exception {

0 commit comments

Comments
 (0)