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: commits-unsubscr...@doris.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org For additional commands, e-mail: commits-h...@doris.apache.org