Skip to content

Commit

Permalink
[FLINK-34403][ci] Transforms VeryBigPbProtoToRowTest into an integrat…
Browse files Browse the repository at this point in the history
…ion test

The integration test configuration enables a bigger for test execution.
  • Loading branch information
XComp committed Feb 13, 2024
1 parent 6f74889 commit 9a316a5
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,11 @@
/**
* Test for very huge proto definition, which may trigger some special optimizations such as code
* splitting and java constant pool size optimization.
*
* <p>Implementing this test as an {@code ITCase} enables larger heap size for the test execution.
* The current unit test execution configuration would cause {@code OutOfMemoryErrors}.
*/
public class VeryBigPbProtoToRowTest {
public class VeryBigPbProtoToRowITCase {

@Test
public void testSimple() throws Exception {
Expand Down

0 comments on commit 9a316a5

Please sign in to comment.