megaease/easeagent

StaticMethodTransformTest.testStaticAdviceTransformer() test failed

jxd134 opened this issue · 1 comments

assertThat(type.getDeclaredMethod(FOO_STATIC, String.class)
.invoke(null, "kkk"),
is(QUX + BAR));

图片

Pass on Windows-lastest with JDK 8/11/16(OpenJDK-hs-adpt) and JDK 8/11(OpenJDK-j9-adpt).
But there is another unit test fail on Windows-lastest(Win-Server-2019) with OpenJ9-16.02 on GitHub action, and it can't be reproduced on our windows(Win-Server-2019) environment with the same JDK.
We will continue to look at what the problem is.