odrepa edited a comment on pull request #9265:
URL: https://github.com/apache/dubbo/pull/9265#issuecomment-978217312
Hi,
Sorry for the late response. On my side, what I could do to reproduce the
failure in the specific order is to add the annotation
"@org.junit.jupiter.api.TestMethodOrder(org.junit.jupiter.api.MethodOrderer.Alphanumeric.class)"
to the test class (as to force alphabetical test method order, which would put
testSize at the end), leading to testSize to fail. The failure message I would
see is:
```
org.opentest4j.AssertionFailedError: size method is wrong! ==> expected: <1>
but was: <4>
at
org.apache.dubbo.common.threadlocal.InternalThreadLocalTest.testSize(InternalThreadLocalTest.java:78)
```
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]