gavinchou commented on code in PR #45255:
URL: https://github.com/apache/doris/pull/45255#discussion_r1895219361
##########
cloud/src/meta-service/injection_point_http.cpp:
##########
@@ -136,6 +155,8 @@ HttpResponse handle_set(const brpc::URI& uri) {
return set_sleep(point, uri);
} else if (behavior == "return") {
return set_return(point, uri);
+ } else if (behavior == "set") {
Review Comment:
change_args&value=[{v,t}]
--
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]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]