wu-sheng commented on a change in pull request #5493:
URL: https://github.com/apache/skywalking/pull/5493#discussion_r491643840



##########
File path: 
test/plugin/scenarios/webflux-scenario/webflux-projectA-scenario/src/main/java/org/apache/skywalking/apm/testcase/sc/webflux/projectA/controller/TestController.java
##########
@@ -43,6 +45,7 @@ public String testcase() throws IOException {
         visit("http://"; + hostBAddress + "/testcase/route/error");
         visit("http://"; + hostBAddress + "/notFound");
         visit("http://"; + hostBAddress + "/testcase/annotation/mono/hello");
+        visit("http://"; + clientHostAddress + "/testcase/webclient/testGet");

Review comment:
       I mean, you should do `WebClient` at L48 directly(of course the new 
method is fine). I just don't think you should do RPCs twice.




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

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to