-
Notifications
You must be signed in to change notification settings - Fork 929
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 dead lock #2716
fix dead lock #2716
Conversation
Signed-off-by: YarBor <yarbor.ww@gmail.com>
Signed-off-by: YarBor <yarbor.ww@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pls add license for router_test.go
Signed-off-by: YarBor <yarbor.ww@gmail.com>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
plz write unit test like other routers
cluster/router/script/router_test.go
Outdated
want: func(invokers []protocol.Invoker) bool { | ||
return true | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
why?
cluster/router/script/router_test.go
Outdated
want: func(invokers []protocol.Invoker) bool { | ||
return true | ||
}, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What's the point
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
expect to do nothing,the script will make panic, and recover, then ignore script route
Signed-off-by: YarBor <yarbor.ww@gmail.com>
Quality Gate passedIssues Measures |
先不要着急合并,看下 ci 为啥没过 |
There were environmental issues on the CI platform that caused all PRs to fail. We need to find time to take a closer look and fix them before the official version. The current user is waiting to verify the new version, so we need to merge it first |
No description provided.