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 k8s ut bug #693

Merged
merged 2 commits into from
Aug 6, 2020
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
FMT k8s pkg
  • Loading branch information
socttwang committed Aug 5, 2020
commit 79ade24cf543e2b3b2b884afba1ac52ab7066b45
5 changes: 0 additions & 5 deletions remoting/kubernetes/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,6 @@
package kubernetes

import (
"runtime"
"testing"
"time"
)
Expand Down Expand Up @@ -53,10 +52,6 @@ var changedData = `
dubbo.service.com.ikurento.user.UserProvider.cluster=failover
`

func init(){
runtime.GOMAXPROCS(1)
}

type mockDataListener struct {
eventList []remoting.Event
client *Client
Expand Down