github-actions[bot] commented on code in PR #65668:
URL: https://github.com/apache/doris/pull/65668#discussion_r3593394254
##########
regression-test/suites/auth_call/test_ddl_restore_auth.groovy:
##########
@@ -17,7 +17,7 @@
import java.util.UUID
-suite("test_ddl_restore_auth", "p0,auth_call") {
+suite("test_ddl_restore_auth", "p0,auth_call,nonConcurrent") {
Review Comment:
**[P1] Keep this suite concurrent and add the scoped retry described by the
PR**
At the current head this tag implements the opposite of the live title/body.
`getGroupExecType()` maps any `nonConcurrent` suite exclusively to SINGLE, and
`runScripts()` starts SINGLE only after the NORMAL phase finishes; meanwhile
the authorized `DROP REPOSITORY` in `test_ddl_repository_auth.groovy` still
executes once. The observed flake is therefore avoided by relocating this
entire restore suite to serial execution (with the live PR noting a roughly
seven-minute tail), rather than handling the ten-second `BackupHandler`
submission-lock failure. Please keep the original `p0,auth_call` scheduling and
add the promised bounded retry around only the authorized drop, retrying only
`Another backup or restore job is being submitted` and immediately propagating
every other error.
--
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]