You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/08/02 04:24:57 UTC

[GitHub] [dubbo] LALAYANG opened a new issue #8390: Clean shared state pollution to avoid flaky tests

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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org


[GitHub] [dubbo] horizonzy closed issue #8390: Clean shared state pollution to avoid flaky tests

Posted by GitBox <gi...@apache.org>.
horizonzy closed issue #8390:
URL: https://github.com/apache/dubbo/issues/8390


   


-- 
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: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org