Re: Strange exception in UnitTest when migrate Flink v1.16.2 to v1.17.1

2023-09-06 Thread Teunissen, F.G.J. (Fred) via user
, F.G.J. (Fred) , user@flink.apache.org Subject: RE: Strange exception in UnitTest when migrate Flink v1.16.2 to v1.17.1 Hello, You could look at https://github.com/hazelcast/hazelcast/issues/20945 to see if the workaround in the linked commit helps. I had faced test failures in upgrading from Flink

RE: Strange exception in UnitTest when migrate Flink v1.16.2 to v1.17.1

2023-09-06 Thread Aniket Sule
, F.G.J. (Fred) via user Sent: Wednesday, September 6, 2023 6:45 AM To: user@flink.apache.org Subject: Strange exception in UnitTest when migrate Flink v1.16.2 to v1.17.1 CAUTION:External email. Do not click or open attachments unless you know and trust the sender. Hi community, I would like to ask

Strange exception in UnitTest when migrate Flink v1.16.2 to v1.17.1

2023-09-06 Thread Teunissen, F.G.J. (Fred) via user
Hi community, I would like to ask for some help in solving a strange failure in a Unit Test when code coverage (jacoco) is enabled. We have a project with a custom UDF that uses the MiniClusterExtension in a Unit Test. The Unit Test works fine when built for Flink v1.16.2, but it fails when bu