WenjunMin

Results 68 comments of 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 ![image](https://user-images.githubusercontent.com/9486140/127657956-47434d42-320f-4392-b39a-c93c1bfae2fb.png)

@twalthr @godfreyhe please help take a look when you are free

The CI failed by https://issues.apache.org/jira/browse/FLINK-29093