vcjmhg commented on a change in pull request #5493:
URL: https://github.com/apache/skywalking/pull/5493#discussion_r493657449
##########
File path:
test/plugin/scenarios/webflux-scenario/webflux-projectB-scenario/src/main/java/test/apache/skywalking/apm/testcase/sc/webflux/projectB/controller/TestAnnotationController.java
##########
@@ -44,6 +44,11 @@ public String error() {
}
return "1";
}
+
+ @RequestMapping("/testcase/webclient/server")
Review comment:
The span of `/testcaset` finish earlier than
`/testcase/webclient/server`,so I'm not sure if this situation is normal.

From the below picture,we can see the `oap` has received the data which
`webclient plugin` sent,but the data of entry span disappeared.So I infer
whether `/testcaset` finished too fast so that the data of entry span data was
not transfered correctly.

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