[
https://issues.apache.org/jira/browse/FLINK-34040?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17804649#comment-17804649
]
Matthias Pohl commented on FLINK-34040:
---------------------------------------
The issue started to appear when rebasing my fork's master branch from
[7d8f62f172|https://github.com/apache/flink/commit/7d8f62f17262545dc51a29399927c85215847fda]
to
[793a66b9c6|https://github.com/apache/flink/commit/793a66b9c6a82de9b1b0c5c547cf27d025d70f9c].
> ScalaSerializersMigrationTest.testStableAnonymousClassnameGeneration fails in
> GHA with JDK 17 and 21
> ----------------------------------------------------------------------------------------------------
>
> Key: FLINK-34040
> URL: https://issues.apache.org/jira/browse/FLINK-34040
> Project: Flink
> Issue Type: Sub-task
> Components: API / Scala, Build System / CI
> Affects Versions: 1.19.0
> Reporter: Matthias Pohl
> Priority: Major
> Labels: github-actions, test-stability
>
> {code}
> Error: 13:05:23 13:05:23.538 [ERROR] Tests run: 1, Failures: 1, Errors: 0,
> Skipped: 0, Time elapsed: 0.375 s <<< FAILURE! -- in
> org.apache.flink.api.scala.migration.ScalaSerializersMigrationTest
> Error: 13:05:23 13:05:23.538 [ERROR]
> org.apache.flink.api.scala.migration.ScalaSerializersMigrationTest.testStableAnonymousClassnameGeneration
> -- Time elapsed: 0.371 s <<< FAILURE!
> Jan 07 13:05:23 org.junit.ComparisonFailure:
> expected:<...MigrationTest$$anon$[8]> but was:<...MigrationTest$$anon$[1]>
> Jan 07 13:05:23 at org.junit.Assert.assertEquals(Assert.java:117)
> Jan 07 13:05:23 at org.junit.Assert.assertEquals(Assert.java:146)
> Jan 07 13:05:23 at
> org.apache.flink.api.scala.migration.ScalaSerializersMigrationTest.testStableAnonymousClassnameGeneration(ScalaSerializersMigrationTest.scala:60)
> Jan 07 13:05:23 at
> java.base/java.lang.reflect.Method.invoke(Method.java:580)
> {code}
> The error only happens in the [master GHA
> nightly|https://github.com/XComp/flink/actions/workflows/nightly-dev.yml] for
> JDK 17 and 21.
>
--
This message was sent by Atlassian Jira
(v8.20.10#820010)