LALAYANG opened a new issue #8390: URL: https://github.com/apache/dubbo/issues/8390
- [x] I have searched the [issues](https://github.com/apache/dubbo/issues) of this repository and believe that this is not a duplicate. This is similar to #7107, but for a different test. - [x] I have checked the [FAQ](https://github.com/apache/dubbo/blob/master/FAQ.md) of this repository and believe that this is not a duplicate. Test `org.apache.dubbo.rpc.filter.ExecuteLimitFilterTest.testExecuteLimitInvokeWitException` fails due to state pollution. ### Environment * Dubbo version: 3.0.2-SNAPSHOT * Operating System version: Windows 10 * Java version: 1.8.0_281 ### Steps to reproduce this issue 1. Run unit test `ExecuteLimitFilterTest.testExecuteLimitInvokeWitException` twice in the same JVM. ### Expected Result The test doesn't pollute the shared state and pass. ### Actual Result Get failure: ``` testExecuteLimitInvokeWitException:87 expected: <1> but was: <2> ``` -- 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]
