shuke987 opened a new pull request, #65668:
URL: https://github.com/apache/doris/pull/65668
### What problem does this PR solve?
Issue Number: N/A
Related PR: N/A
Problem Summary:
The repository authorization regression case can fail for reasons unrelated
to authorization when it runs concurrently with test_ddl_restore_auth.
In P0 build 996774, test_ddl_restore_auth submitted BACKUP SNAPSHOT at
19:40:11.661. The repository authorization case submitted its authorized DROP
REPOSITORY only 26 ms later. The drop exhausted BackupHandler's 10-second
global submission-lock wait at 19:40:21.691, while the backup submission did
not return until 19:40:28.960.
This change runs test_ddl_restore_auth in the nonConcurrent group,
consistent with test_ddl_backup_auth. The authorization assertions and
backup/restore behavior are unchanged.
### Release note
None
### Check List (For Author)
- Test
- [ ] Regression test
- [ ] Unit Test
- [ ] Manual test
- [x] No need to test or manual test. Explain why:
- [x] Other reason: this changes only regression suite scheduling
metadata; git diff --check passed. Runtime validation will be performed by CI.
- Behavior changed:
- [x] No.
- [ ] Yes.
- Does this need documentation?
- [x] No.
- [ ] Yes.
### Check List (For Reviewer who merge this PR)
- [ ] Confirm the release note
- [ ] Confirm test cases
- [ ] Confirm document
- [ ] Add branch pick label
--
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]