This is an automated email from the ASF dual-hosted git repository.
w41ter pushed a commit to branch branch-2.0
in repository https://gitbox.apache.org/repos/asf/doris.git
The following commit(s) were added to refs/heads/branch-2.0 by this push:
new e27f21c71dd [fix](suites) fix backup cancelled cases #39204 (#39276)
e27f21c71dd is described below
commit e27f21c71dd8422cafbc1e83f867064e7bfb1581
Author: walter <[email protected]>
AuthorDate: Tue Aug 13 14:08:36 2024 +0800
[fix](suites) fix backup cancelled cases #39204 (#39276)
cherry pick from #39204
---
regression-test/suites/backup_restore/test_backup_cancelled.groovy | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/regression-test/suites/backup_restore/test_backup_cancelled.groovy
b/regression-test/suites/backup_restore/test_backup_cancelled.groovy
index d9753af75e2..ee8e9a2d5e2 100644
--- a/regression-test/suites/backup_restore/test_backup_cancelled.groovy
+++ b/regression-test/suites/backup_restore/test_backup_cancelled.groovy
@@ -17,7 +17,7 @@
suite("test_backup_cancelled", "backup_cancelled") {
String suiteName = "test_backup_cancelled"
- String repoName = "${suiteName}_repo"
+ String repoName = "repo_" + UUID.randomUUID().toString().replace("-", "")
String dbName = "${suiteName}_db"
String tableName = "${suiteName}_table"
String snapshotName = "${suiteName}_snapshot"
@@ -131,7 +131,7 @@ suite("test_backup_cooldown_cancelled",
"backup_cooldown_cancelled") {
String dbName = "${suiteName}_db"
String tableName = "${suiteName}_table"
String snapshotName = "${suiteName}_snapshot"
- String repoName = "${suiteName}_repo"
+ String repoName = "repo_" + UUID.randomUUID().toString().replace("-", "")
def syncer = getSyncer()
syncer.createS3Repository(repoName)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]