This is an automated email from the ASF dual-hosted git repository.

snuyanzin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 6f9238a8d6a [FLINK-33321][hotfix] 
VertexFlameGraphFactoryTest#verifyRecursively doesn't work on java 21
6f9238a8d6a is described below

commit 6f9238a8d6a3c4d7dbb46652c2c621c8c6e433d0
Author: Sergey Nuyanzin <snuyan...@gmail.com>
AuthorDate: Tue Oct 24 21:27:53 2023 +0200

    [FLINK-33321][hotfix] VertexFlameGraphFactoryTest#verifyRecursively doesn't 
work on java 21
---
 .../runtime/webmonitor/threadinfo/VertexFlameGraphFactoryTest.java      | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/flink-runtime/src/test/java/org/apache/flink/runtime/webmonitor/threadinfo/VertexFlameGraphFactoryTest.java
 
b/flink-runtime/src/test/java/org/apache/flink/runtime/webmonitor/threadinfo/VertexFlameGraphFactoryTest.java
index 070daa901cf..6a3f173a12c 100644
--- 
a/flink-runtime/src/test/java/org/apache/flink/runtime/webmonitor/threadinfo/VertexFlameGraphFactoryTest.java
+++ 
b/flink-runtime/src/test/java/org/apache/flink/runtime/webmonitor/threadinfo/VertexFlameGraphFactoryTest.java
@@ -79,7 +79,7 @@ class VertexFlameGraphFactoryTest {
                                                     && 
value.endsWith("$Lambda$0/0")
                                             || javaVersion.compareTo("21") < 0
                                                     && 
value.endsWith("$Lambda$0/0x0")
-                                            || value.endsWith("$$Lambda0/0");
+                                            || value.endsWith("$$Lambda0/0x0");
                                 }
                             });
         }

Reply via email to