wu-sheng commented on a change in pull request #6763:
URL: https://github.com/apache/skywalking/pull/6763#discussion_r615232864
##########
File path:
oap-server/server-bootstrap/src/test/java/org/apache/skywalking/oap/server/starter/config/ApplicationConfigLoaderTestCase.java
##########
@@ -47,4 +51,13 @@ public void testLoadConfig() {
Properties properties = (Properties) providerConfig.get("properties");
assertThat(properties.get("jdbcUrl"),
is("jdbc:mysql://localhost:3306/swtest"));
}
+
+ @Test
+ public void testLoadZipkinReceiverConfig() {
Review comment:
You are putting codes in the config test, why name it related to Zipkin?
You are testing the `list type` config injection.
--
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.
For queries about this service, please contact Infrastructure at:
[email protected]