You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@dubbo.apache.org by GitBox <gi...@apache.org> on 2021/07/07 06:13:15 UTC

[GitHub] [dubbo-go] xavier-niu commented on a change in pull request #1299: Rft: Filter

xavier-niu commented on a change in pull request #1299:
URL: https://github.com/apache/dubbo-go/pull/1299#discussion_r665071621



##########
File path: protocol/protocolwrapper/protocol_filter_wrapper_test.go
##########
@@ -62,12 +62,12 @@ func TestProtocolFilterWrapperRefer(t *testing.T) {
 
 // the same as echo filter, for test
 func init() {
-	extension.SetFilter("echo", GetFilter)
+	extension.SetFilter("echo", newFilter)
 }

Review comment:
       Is this not affected the real EchoFilter? (If this `SetFilter` is performed after real EchoFilter 's `SetFilter`) @LaurenceLiZhixin 




-- 
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.

To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@dubbo.apache.org
For additional commands, e-mail: notifications-help@dubbo.apache.org