wu-sheng commented on code in PR #9622:
URL: https://github.com/apache/skywalking/pull/9622#discussion_r972983461
##########
test/e2e-v2/java-test-service/e2e-service-provider/src/main/java/org/apache/skywalking/e2e/controller/UserController.java:
##########
@@ -68,4 +80,39 @@ private long randomSleepLong(int min, int max) {
int randomNumber = rand.nextInt((max - min) + 1) + min;
return randomNumber;
}
+
+ private void testCacheService() {
Review Comment:
@pg-yang Could you share why do we need so many put/get in this method?
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]