morrySnow commented on code in PR #47673:
URL: https://github.com/apache/doris/pull/47673#discussion_r1948352251


##########
regression-test/suites/auth_p0/test_master_slave_consistency_auth.groovy:
##########
@@ -115,6 +115,8 @@ suite ("test_follower_consistent_auth","p0,auth") {
 
         logger.info("url_tmp1:" + url_tmp1)
         logger.info("new_jdbc_url:" + new_jdbc_url)
+        // If exec on fe follower, wait meta data is ready on follower
+        sleep(3000)

Review Comment:
   use
   ```
   sql "sync"
   ```
   maybe better?



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