wenxuwan commented on a change in pull request #1076:
URL: https://github.com/apache/dubbo-go/pull/1076#discussion_r590456811



##########
File path: remoting/etcdv3/listener_test.go
##########
@@ -18,17 +18,24 @@
 package etcdv3
 
 import (
+       "net/url"
+       "os"
+       "testing"
        "time"
 )
 
 import (
+       "github.com/coreos/etcd/embed"
+       gxetcd "github.com/dubbogo/gost/database/kv/etcd/v3"
        "github.com/stretchr/testify/assert"
 )
 
 import (
        "github.com/apache/dubbo-go/remoting"
 )
 
+const defaultEtcdV3WorkDir = "/tmp/default-dubbo-go-remote.etcd"

Review comment:
       May be is ok, i just use the old dir in 
database/kv/etcd/v3/client_test.go, so should be ok.




----------------------------------------------------------------
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:
[email protected]



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

Reply via email to