This is an automated email from the ASF dual-hosted git repository.

yiguolei pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/doris.git


The following commit(s) were added to refs/heads/master by this push:
     new b50698455f9 [bugfix](colocate) fix concurrent 
test_backup_restore_colocate.groovy (#47408)
b50698455f9 is described below

commit b50698455f919a4b3805d2bf05b17df8b39ff326
Author: zhangyuan <ayuanzh...@tencent.com>
AuthorDate: Sat Jan 25 10:12:42 2025 +0800

    [bugfix](colocate) fix concurrent test_backup_restore_colocate.groovy 
(#47408)
---
 .../suites/backup_restore/test_backup_restore_colocate.groovy           | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/regression-test/suites/backup_restore/test_backup_restore_colocate.groovy 
b/regression-test/suites/backup_restore/test_backup_restore_colocate.groovy
index cbda545db7b..4fd2c38fc9d 100644
--- a/regression-test/suites/backup_restore/test_backup_restore_colocate.groovy
+++ b/regression-test/suites/backup_restore/test_backup_restore_colocate.groovy
@@ -17,7 +17,7 @@
 
 suite("test_backup_restore_colocate", "backup_restore") {
     String suiteName = "test_backup_restore_colocate"
-    String repoName = "${suiteName}_repo"
+    String repoName = "repo_" + UUID.randomUUID().toString().replace("-", "")
     String dbName = "${suiteName}_db"
     String newDbName = "${suiteName}_db_new"
     String tableName1 = "${suiteName}_table1"


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@doris.apache.org
For additional commands, e-mail: commits-h...@doris.apache.org

Reply via email to