This is an automated email from the ASF dual-hosted git repository.
xuetaoli pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-samples.git
The following commit(s) were added to refs/heads/main by this push:
new 8f917fc5 feat: add integration test support for generic (#956)
8f917fc5 is described below
commit 8f917fc59ed0ff8f98e6702f40f87b70a172bc2c
Author: zbchi <[email protected]>
AuthorDate: Sun Nov 16 20:21:38 2025 +0800
feat: add integration test support for generic (#956)
---
start_integrate_test.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/start_integrate_test.sh b/start_integrate_test.sh
index 0f70386c..fc254dcf 100755
--- a/start_integrate_test.sh
+++ b/start_integrate_test.sh
@@ -44,7 +44,7 @@ array+=("registry/zookeeper")
array+=("registry/nacos")
# generic
-#array+=("compatibility/generic/default") # illegal service type registered
+array+=("compatibility/generic/default")
#timeout
array+=("timeout")