deardeng commented on code in PR #27346: URL: https://github.com/apache/doris/pull/27346#discussion_r1400638883
########## regression-test/suites/node_p0/test_backend.groovy: ########## @@ -39,4 +39,14 @@ suite("test_backend") { result = sql """SHOW BACKENDS;""" logger.info("result:${result}") } + + if (context.config.jdbcUser.equals("root")) { + def result = sql """SHOW BACKENDS;""" + logger.info("show backends result:${result}") + def beId1 = result[0][0] + result = sql """ALTER SYSTEM DECOMMISSION BACKEND "${beId1}" """ Review Comment: fixed -- 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