Skip to content

[regression-test](auth) Scope export cancel by label#65149

Merged
hello-stephen merged 1 commit into
apache:masterfrom
shuke987:fix-auth-export-cancel-label
Jul 3, 2026
Merged

[regression-test](auth) Scope export cancel by label#65149
hello-stephen merged 1 commit into
apache:masterfrom
shuke987:fix-auth-export-cancel-label

Conversation

@shuke987

@shuke987 shuke987 commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator

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

  • git diff --check -- regression-test/suites/auth_call/test_dml_export_table_auth.groovy
  • Not run locally: requires a configured Cloud/S3 regression environment

@shuke987

shuke987 commented Jul 2, 2026

Copy link
Copy Markdown
Collaborator Author

run buildall

@hello-stephen

Copy link
Copy Markdown
Contributor

Thank you for your contribution to Apache Doris.
Don't know what should be done next? See How to process your PR.

Please clearly describe your PR:

  1. What problem was fixed (it's best to include specific error reporting information). How it was fixed.
  2. Which behaviors were modified. What was the previous behavior, what is it now, why was it modified, and what possible impacts might there be.
  3. What features were added. Why was this function added?
  4. Which code was refactored and why was this part of the code refactored?
  5. Which functions were optimized and what is the difference before and after the optimization?

@hello-stephen hello-stephen merged commit 8785f45 into apache:master Jul 3, 2026
33 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants