This is an automated email from the ASF dual-hosted git repository. earthchen pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/dubbo-samples.git
The following commit(s) were added to refs/heads/master by this push: new 4ec66ec7 Ignore triple reactor many to many (#722) 4ec66ec7 is described below commit 4ec66ec707151972188089d6f46e5950e2ca7047 Author: earthchen <earthchen1...@gmail.com> AuthorDate: Sat Feb 4 20:19:54 2023 +0800 Ignore triple reactor many to many (#722) --- .../java/org/apache/dubbo/samples/triple/reactor/ReactorServerTest.java | 2 ++ 1 file changed, 2 insertions(+) diff --git a/3-extensions/protocol/dubbo-samples-triple-reactor/src/test/java/org/apache/dubbo/samples/triple/reactor/ReactorServerTest.java b/3-extensions/protocol/dubbo-samples-triple-reactor/src/test/java/org/apache/dubbo/samples/triple/reactor/ReactorServerTest.java index 3ffa2947..1f1d1a84 100644 --- a/3-extensions/protocol/dubbo-samples-triple-reactor/src/test/java/org/apache/dubbo/samples/triple/reactor/ReactorServerTest.java +++ b/3-extensions/protocol/dubbo-samples-triple-reactor/src/test/java/org/apache/dubbo/samples/triple/reactor/ReactorServerTest.java @@ -24,6 +24,7 @@ import org.apache.dubbo.config.RegistryConfig; import org.apache.dubbo.config.bootstrap.DubboBootstrap; import org.junit.BeforeClass; +import org.junit.Ignore; import org.junit.Test; import reactor.core.publisher.Flux; import reactor.core.publisher.Mono; @@ -81,6 +82,7 @@ public class ReactorServerTest { } @Test + @Ignore public void consumeManyToMany() { StepVerifier.create(greeterService.greetManyToMany(Flux.range(1, 10) .map(num -> GreeterRequest.newBuilder().setName(String.valueOf(num)).build()))) --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@dubbo.apache.org For additional commands, e-mail: notifications-h...@dubbo.apache.org