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

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


The following commit(s) were added to refs/heads/master by this push:
     new dce76a6fe8c Fix error msg for SeeionPoolIT. (#17427)
dce76a6fe8c is described below

commit dce76a6fe8c0209c11152b4b123135b6e31bb2f8
Author: wenyanshi-123 <[email protected]>
AuthorDate: Fri Apr 3 11:10:28 2026 +0800

    Fix error msg for SeeionPoolIT. (#17427)
---
 .../src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java    | 1 +
 1 file changed, 1 insertion(+)

diff --git 
a/integration-test/src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java
 
b/integration-test/src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java
index 648a6918331..0a801477866 100644
--- 
a/integration-test/src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java
+++ 
b/integration-test/src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java
@@ -62,6 +62,7 @@ public class SessionPoolIT {
 
   @Before
   public void setUp() throws Exception {
+    EnvFactory.getEnv().getConfig().getCommonConfig().setWalMode("SYNC");
     // As this IT is only testing SessionPool itself, there's no need to 
launch a large cluster
     EnvFactory.getEnv().initClusterEnvironment(1, 1);
   }

Reply via email to