Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: when the routing policy is not set, the setInvokers() method has a co process leak #2104

Merged
merged 10 commits into from
Nov 26, 2022
Merged
Prev Previous commit
Next Next commit
非路由策略下,不触发节点变更的数据变更协程消息
  • Loading branch information
caochengxiang committed Nov 15, 2022
commit 2d676b0315371a542cc5dc8d5cd9a1b330be2714
10 changes: 8 additions & 2 deletions cluster/router/chain/chain_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,19 @@ package chain

import (
caochengxiang marked this conversation as resolved.
Show resolved Hide resolved
"fmt"
"testing"
)

import (
"github.com/stretchr/testify/assert"
)

import (
_ "github.com/apache/dubbo-go/cluster/router"
_ "github.com/apache/dubbo-go/cluster/router/tag"
"github.com/apache/dubbo-go/common"
"github.com/apache/dubbo-go/common/constant"
"github.com/apache/dubbo-go/protocol"
"github.com/stretchr/testify/assert"
"testing"
)

var (
Expand Down