This is an automated email from the ASF dual-hosted git repository.

mark4z pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/dubbo-go-pixiu-samples.git


The following commit(s) were added to refs/heads/main by this push:
     new 9423695  Reopen nacos/zookeeper/triple UT (#57)
9423695 is described below

commit 942369553be2374779e072dc7dbc44d56b0698fd
Author: Mark4z <[email protected]>
AuthorDate: Sun Jun 16 20:22:14 2024 +0800

    Reopen nacos/zookeeper/triple UT (#57)
    
    * upgrade dubbo.apache.org/dubbo-go/v3 to v3.1.1-rc1
    
    * upgrade dubbo.apache.org/dubbo-go/v3 to v3.1.1-rc1
    
    * upgrade dubbo.apache.org/dubbo-go/v3 to v3.1.1-rc1
    
    * upgrade dubbo.apache.org/dubbo-go/v3 to v3.1.1-rc1
    
    * temp close the ut which contains adapters
    
    * Revert "temp close the ut which contains adapters"
    
    This reverts commit 02a3519eac3637105c1ad224b5c78afacb9e3828.
    
    * Revert "Revert "temp close the ut which contains adapters""
    
    This reverts commit 4b671e0bdf6c8c8ceda27caff4bf8b23aff8c467.
    
    * reopen some ut
    
    * reopen some ut
---
 start_integrate_test.sh | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/start_integrate_test.sh b/start_integrate_test.sh
index 23f95ef..a043d45 100755
--- a/start_integrate_test.sh
+++ b/start_integrate_test.sh
@@ -21,9 +21,9 @@ array+=("dubbogo/simple/proxy")
 array+=("dubbogo/simple/query")
 array+=("dubbogo/simple/uri")
 array+=("dubbogo/simple/resolve")
-#array+=("dubbogo/simple/zookeeper")
-#array+=("dubbogo/simple/nacos")
-#array+=("dubbogo/simple/triple")
+array+=("dubbogo/simple/zookeeper")
+array+=("dubbogo/simple/nacos")
+array+=("dubbogo/simple/triple")
 array+=("dubbogo/simple/direct")
 
 #

Reply via email to