Skip to content
Snippets Groups Projects
Commit b9be732d authored by 邹毅贤's avatar 邹毅贤
Browse files

Merge remote-tracking branch 'origin/feature/addRouter' into feature/addRouter

parents f5aaa1d8 ed4cb4a2
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,6 @@ package condition ...@@ -19,7 +19,6 @@ package condition
import ( import (
"fmt" "fmt"
"github.com/apache/dubbo-go/common/constant"
) )
import ( import (
...@@ -29,6 +28,7 @@ import ( ...@@ -29,6 +28,7 @@ import (
import ( import (
"github.com/apache/dubbo-go/common" "github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/config" "github.com/apache/dubbo-go/common/config"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/common/logger" "github.com/apache/dubbo-go/common/logger"
"github.com/apache/dubbo-go/config_center" "github.com/apache/dubbo-go/config_center"
"github.com/apache/dubbo-go/protocol" "github.com/apache/dubbo-go/protocol"
......
...@@ -107,7 +107,7 @@ func TestSubscribe_Group(t *testing.T) { ...@@ -107,7 +107,7 @@ func TestSubscribe_Group(t *testing.T) {
func Test_Destroy(t *testing.T) { func Test_Destroy(t *testing.T) {
registryDirectory, _ := normalRegistryDir() registryDirectory, _ := normalRegistryDir()
time.Sleep(4e9) time.Sleep(3e9)
assert.Len(t, registryDirectory.cacheInvokers, 3) assert.Len(t, registryDirectory.cacheInvokers, 3)
assert.Equal(t, true, registryDirectory.IsAvailable()) assert.Equal(t, true, registryDirectory.IsAvailable())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment