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

zhangliang 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 fce5f2a8675 Fixes the instability test of Doris FE (#37998)
fce5f2a8675 is described below

commit fce5f2a86753505636f079dee6bfdb2f84d2f80b
Author: Ling Hengqian <[email protected]>
AuthorDate: Wed Feb 11 23:24:45 2026 +0800

    Fixes the instability test of Doris FE (#37998)
---
 .../test/natived/jdbc/databases/DorisFETest.java       |  3 +--
 .../src/test/resources/testcontainers.properties       | 18 ++++++++++++++++++
 2 files changed, 19 insertions(+), 2 deletions(-)

diff --git 
a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/DorisFETest.java
 
b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/DorisFETest.java
index 35790de09ab..021656d4302 100644
--- 
a/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/DorisFETest.java
+++ 
b/test/native/src/test/java/org/apache/shardingsphere/test/natived/jdbc/databases/DorisFETest.java
@@ -53,8 +53,7 @@ class DorisFETest {
     private final GenericContainer<?> container = new 
GenericContainer<>("dyrnq/doris:4.0.0")
             .withEnv("RUN_MODE", "standalone")
             .withEnv("SKIP_CHECK_ULIMIT", "true")
-            .withExposedPorts(9030)
-            .withStartupTimeout(Duration.ofMinutes(10L));
+            .withExposedPorts(9030);
     
     private DataSource logicDataSource;
     
diff --git a/test/native/src/test/resources/testcontainers.properties 
b/test/native/src/test/resources/testcontainers.properties
new file mode 100644
index 00000000000..970174d7d8d
--- /dev/null
+++ b/test/native/src/test/resources/testcontainers.properties
@@ -0,0 +1,18 @@
+#
+# Licensed to the Apache Software Foundation (ASF) under one or more
+# contributor license agreements.  See the NOTICE file distributed with
+# this work for additional information regarding copyright ownership.
+# The ASF licenses this file to You under the Apache License, Version 2.0
+# (the "License"); you may not use this file except in compliance with
+# the License.  You may obtain a copy of the License at
+#
+#     http://www.apache.org/licenses/LICENSE-2.0
+#
+# Unless required by applicable law or agreed to in writing, software
+# distributed under the License is distributed on an "AS IS" BASIS,
+# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
+# See the License for the specific language governing permissions and
+# limitations under the License.
+#
+
+pull.timeout = 240

Reply via email to