You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2020/09/16 11:32:53 UTC

[GitHub] [dubbo-go] AlexStocks commented on a change in pull request #758: fix #750. registry center notify with complete address list

AlexStocks commented on a change in pull request #758:
URL: https://github.com/apache/dubbo-go/pull/758#discussion_r489366184



##########
File path: registry/nacos/registry_test.go
##########
@@ -35,6 +36,9 @@ import (
 )
 
 func TestNacosRegistry_Register(t *testing.T) {
+	if _, err := http.Get("http://console.nacos.io/nacos/"); err != nil {

Review comment:
       maybe u'd better encapsulate a func to delete duplicate codes.




----------------------------------------------------------------
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:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org