Sergey Nuyanzin created FLINK-33321: ---------------------------------------
Summary: VertexFlameGraphFactoryTest#verifyRecursively fails on Java 21 Key: FLINK-33321 URL: https://issues.apache.org/jira/browse/FLINK-33321 Project: Flink Issue Type: Sub-task Reporter: Sergey Nuyanzin With jdk 21 it fails as {noformat} java.lang.AssertionError: No lambdas encountered in the test, cleanup functionality was not tested at org.apache.flink.runtime.webmonitor.threadinfo.VertexFlameGraphFactoryTest.testLambdaClassNamesCleanUp(VertexFlameGraphFactoryTest.java:54) at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:103) at java.base/java.lang.reflect.Method.invoke(Method.java:580) at org.junit.platform.commons.util.ReflectionUtils.invokeMethod(ReflectionUtils.java:727) {noformat} -- This message was sent by Atlassian Jira (v8.20.10#820010)