[
https://issues.apache.org/jira/browse/FLINK-24480?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17429876#comment-17429876
]
Ingo Bürk commented on FLINK-24480:
-----------------------------------
I can reproduce this locally (even on master) by running the test with
-Xss228k, which shows that it is indeed related to the stack size. I _think_
the reason it only fails on 1.12 / 1.13 might be due to the new code split
infrastructure. Reducing the number of fields as I did in the PR does allow the
test to pass again.
> EqualiserCodeGeneratorTest fails on azure
> -----------------------------------------
>
> Key: FLINK-24480
> URL: https://issues.apache.org/jira/browse/FLINK-24480
> Project: Flink
> Issue Type: Bug
> Components: Table SQL / Planner
> Affects Versions: 1.12.5, 1.13.2
> Reporter: Xintong Song
> Assignee: Ingo Bürk
> Priority: Major
> Labels: pull-request-available, test-stability
> Fix For: 1.12.6, 1.13.4
>
>
> https://dev.azure.com/apache-flink/apache-flink/_build/results?buildId=24809&view=logs&j=955770d3-1fed-5a0a-3db6-0c7554c910cb&t=14447d61-56b4-5000-80c1-daa459247f6a&l=42615
> {code}
> Oct 07 01:11:46 [ERROR] Tests run: 3, Failures: 1, Errors: 0, Skipped: 0,
> Time elapsed: 8.236 s <<< FAILURE! - in
> org.apache.flink.table.planner.codegen.EqualiserCodeGeneratorTest
> Oct 07 01:11:46 [ERROR]
> testManyFields(org.apache.flink.table.planner.codegen.EqualiserCodeGeneratorTest)
> Time elapsed: 8.21 s <<< FAILURE!
> Oct 07 01:11:46 java.lang.AssertionError: Expected compilation to succeed
> Oct 07 01:11:46 at org.junit.Assert.fail(Assert.java:88)
> Oct 07 01:11:46 at
> org.apache.flink.table.planner.codegen.EqualiserCodeGeneratorTest.testManyFields(EqualiserCodeGeneratorTest.java:102)
> {code}
--
This message was sent by Atlassian Jira
(v8.3.4#803005)