Skip to content

Commit dce76a6

Browse files
Fix error msg for SeeionPoolIT. (#17427)
1 parent 9fe80a4 commit dce76a6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

integration-test/src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -62,6 +62,7 @@ public class SessionPoolIT {
6262

6363
@Before
6464
public void setUp() throws Exception {
65+
EnvFactory.getEnv().getConfig().getCommonConfig().setWalMode("SYNC");
6566
// As this IT is only testing SessionPool itself, there's no need to launch a large cluster
6667
EnvFactory.getEnv().initClusterEnvironment(1, 1);
6768
}

0 commit comments

Comments
 (0)