gavinchou commented on code in PR #60344:
URL: https://github.com/apache/doris/pull/60344#discussion_r3008659593


##########
cloud/test/rate_limiter_test.cpp:
##########
@@ -228,7 +228,7 @@ TEST(RateLimiterTest, TestAdjustLimitInfluence1) {
         ASSERT_TRUE(meta_service->rate_limiter()->set_rate_limit(0));
         std::this_thread::sleep_for(std::chrono::seconds(1));
         mock_parallel_rpc(mock_get_cluster, meta_service.get(), 
mock_cloud_unique_id_0,
-                          MetaServiceCode::MAX_QPS_LIMIT, 1);
+                          MetaServiceCode::MS_TOO_BUSY, 1);

Review Comment:
   MS_TOO_BUSY and MAX_QPS_LIMIT are not equivalent



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

Reply via email to