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

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


The following commit(s) were added to refs/heads/master by this push:
     new 2cb84518166 Revert "Add more wait time for migration E2E (#33840)" 
(#33854)
2cb84518166 is described below

commit 2cb845181663d3b7634417a4d32dbcf45b8318d2
Author: Haoran Meng <[email protected]>
AuthorDate: Sat Nov 30 22:30:40 2024 +0800

    Revert "Add more wait time for migration E2E (#33840)" (#33854)
    
    This reverts commit a24fb52858ba9da76f33d4d7d12da4db8739a6de.
---
 .../test/e2e/data/pipeline/cases/migration/AbstractMigrationE2EIT.java  | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git 
a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/AbstractMigrationE2EIT.java
 
b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/AbstractMigrationE2EIT.java
index f6b4f4e489b..1742dd6e4ac 100644
--- 
a/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/AbstractMigrationE2EIT.java
+++ 
b/test/e2e/operation/pipeline/src/test/java/org/apache/shardingsphere/test/e2e/data/pipeline/cases/migration/AbstractMigrationE2EIT.java
@@ -75,7 +75,7 @@ public abstract class AbstractMigrationE2EIT {
                 .replace("${ds2}", 
containerComposer.getActualJdbcUrlTemplate(PipelineContainerComposer.DS_2, 
true))
                 .replace("${ds3}", 
containerComposer.getActualJdbcUrlTemplate(PipelineContainerComposer.DS_3, 
true))
                 .replace("${ds4}", 
containerComposer.getActualJdbcUrlTemplate(PipelineContainerComposer.DS_4, 
true));
-        containerComposer.proxyExecuteWithLog(addTargetResource, 15);
+        containerComposer.proxyExecuteWithLog(addTargetResource, 0);
         Awaitility.await().ignoreExceptions().atMost(60L, 
TimeUnit.SECONDS).pollInterval(3L, TimeUnit.SECONDS).until(() -> 3 == 
containerComposer.showStorageUnitsName().size());
     }
     

Reply via email to