yumosx commented on code in PR #3046:
URL: https://github.com/apache/dubbo-go/pull/3046#discussion_r2508787744


##########
registry/etcdv3/service_discovery_test.go:
##########
@@ -51,6 +52,7 @@ func TestEtcdV3ServiceDiscoveryGetDefaultPageSize(t 
*testing.T) {
 }
 
 func TestFunction(t *testing.T) {
+       t.Skip("Skipping test: CI environment does not support etcd dependency")

Review Comment:
   这个我再看下吧, 原来好像可以跑, 但是也是有错误的,现在超时直接崩了
   <img width="1993" height="547" alt="image" 
src="https://github.com/user-attachments/assets/e772761a-bd85-4c4f-b4f7-81af7ee8e3af";
 />
   



##########
registry/etcdv3/service_discovery_test.go:
##########
@@ -51,6 +52,7 @@ func TestEtcdV3ServiceDiscoveryGetDefaultPageSize(t 
*testing.T) {
 }
 
 func TestFunction(t *testing.T) {
+       t.Skip("Skipping test: CI environment does not support etcd dependency")

Review Comment:
   @Alanxtl 雪涛哥这个是因为 ci 不支持那个 ectd, 这个测试没有去 mock,使用的是真实的连接,无法通过ci,只能这样去做



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


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to