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/09 06:31:20 UTC

[GitHub] [dubbo] LALAYANG opened a new issue #8453: Clean shared state pollution to avoid flaky tests in module dubbo-common

LALAYANG opened a new issue #8453:
URL: https://github.com/apache/dubbo/issues/8453


   - [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 #8390 and #7107, but for different tests.
   - [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.
   
   ### Environment
   
   * Dubbo version: 3.0.2-SNAPSHOT
   * Operating System version: Linux ubuntu 5.11.0-25-generic
   * Java version: openjdk version "1.8.0_292"
   
   ### Steps to reproduce this issue
   
   1.Run unit test `org.apache.dubbo.common.extension.ExtensionLoaderTest.test_AddExtension_Adaptive` and `org.apache.dubbo.common.extension.ExtensionLoaderTest.test_AddExtension_NoExtend` twice in the same JVM.
   
   ### Expected Result
   
   Both 2 tests should pass without any errors.
   
   ### Actual Result
   
   Get errors:
   
   ```
   java.lang.IllegalStateException: Extension name ext9 already exists (Extension interface org.apache.dubbo.common.extension.ext9_empty.Ext9Empty)!
   	at org.apache.dubbo.common.extension.ExtensionLoaderTest.test_AddExtension_NoExtend(ExtensionLoaderTest.java:276)
   
   java.lang.IllegalStateException: Adaptive Extension already exists (Extension interface org.apache.dubbo.common.extension.ext8_add.AddExt2)!
   	at org.apache.dubbo.common.extension.ExtensionLoaderTest.test_AddExtension_Adaptive(ExtensionLoaderTest.java:298)
   
   ```
   


-- 
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] CrazyHZM commented on issue #8453: Clean shared state pollution to avoid flaky tests in module dubbo-common

Posted by GitBox <gi...@apache.org>.
CrazyHZM commented on issue #8453:
URL: https://github.com/apache/dubbo/issues/8453#issuecomment-925469545


   Resolved in #8467 


-- 
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] CrazyHZM closed issue #8453: Clean shared state pollution to avoid flaky tests in module dubbo-common

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


   


-- 
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