JoeCqupt opened a new issue, #13782:
URL: https://github.com/apache/dubbo/issues/13782

   <!-- If you need to report a security issue please visit 
https://github.com/apache/dubbo/security/policy -->
   
   - [x] I have searched the [issues](https://github.com/apache/dubbo/issues) 
of this repository and believe that this is not a duplicate.
   
   ### Environment
   
   * Dubbo version: branch 3.2 
   * Operating System version: macos 
   * Java version: jdk17
   
   ### Steps to reproduce this issue
    reproduce this issue:
   
   ```
   class OrderedPropertiesConfigurationTest {
   
       @Test
       void testGetPropertyFromOrderedPropertiesConfiguration() {
           FrameworkModel frameworkModel = new FrameworkModel();
   
           ApplicationModel applicationModel = frameworkModel.newApplication();
   
           ModuleModel moduleModel = applicationModel.newModule();
           ModuleEnvironment moduleEnvironment = moduleModel.modelEnvironment();
   
           Configuration configuration = 
moduleEnvironment.getDynamicGlobalConfiguration();
           // MockOrderedPropertiesProvider2  initProperties
           Assertions.assertEquals("999", configuration.getString("testKey"));
       }
   }
   
   ```
   
   ### Expected Behavior
   
   <!-- What do you expect from the above steps?-->
   except get value : 999
   
   ### Actual Behavior
   
   actual get value: null
   
   If there is an exception, please attach the exception trace:
   
   ```
   Just put your stack trace here!
   ```
   


-- 
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-unsubscr...@dubbo.apache.org.apache.org

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


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

Reply via email to