shuke987 opened a new pull request, #65149:
URL: https://github.com/apache/doris/pull/65149

   ## Summary
   
   Fix `auth_call/test_dml_export_table_auth` by scoping `CANCEL EXPORT` to the 
case-local export label.
   
   The case previously cancelled by `WHERE STATE = "EXPORTING"`. In concurrent 
Cloud P0 runs this can match an unrelated export job from another suite, such 
as `test_export_variant_10k`, and then fail with an unrelated permission denied 
error.
   
   This patch adds an explicit export label and uses `WHERE LABEL = 
"${exportLabel}"` for both cancel statements, preserving the auth test intent 
while avoiding cross-suite export job interference.
   
   ## Testing
   
   - [x] `git diff --check -- 
regression-test/suites/auth_call/test_dml_export_table_auth.groovy`
   - [ ] Not run locally: requires a configured Cloud/S3 regression environment
   


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