kezhenxu94 commented on code in PR #13924:
URL:
https://github.com/apache/dolphinscheduler/pull/13924#discussion_r1227653031
##########
dolphinscheduler-registry/dolphinscheduler-registry-plugins/dolphinscheduler-registry-etcd/src/test/java/org/apache/dolphinscheduler/plugin/registry/etcd/EtcdRegistryTest.java:
##########
@@ -140,4 +141,23 @@ public void notify(Event event) {
public static void after() throws IOException {
registry.close();
}
+
+ @Disabled
+ @Test
Review Comment:
> This test method is used for the user to test connect etcd with
configuration, user need to input their endpoints and SSL file.
Etcd has its own method to test connection, users don't even have the source
codes, this test should be removed, and the comments should go into the doc
--
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]