WenjunMin
WenjunMin
Hi 请问下这个问题解决了吗? arthas现在是否有能支持linux arm架构的版本?
@wsry please help take a look when you are free, thanks
Yes, I will prepare a PR for it ASAP and will ping you for review, thanks
It seems need to add declare below ``` Mystatic.getProperty(any()) ``` full case ``` @Test public void mockStatic() { PowerMockito.mockStatic(StringUtils.class); StringUtils.split(""); PowerMockito.verifyStatic(StringUtils.class, Mockito.times(1)); // Declare method to be verify StringUtils.split(anyString()); }...
@skalster I can pass this ok 
@twalthr @godfreyhe please help take a look when you are free
The CI failed by https://issues.apache.org/jira/browse/FLINK-29093
@flinkbot run azure
@flinkbot run azure