We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9fe80a4 commit dce76a6Copy full SHA for dce76a6
1 file changed
integration-test/src/test/java/org/apache/iotdb/session/it/pool/SessionPoolIT.java
@@ -62,6 +62,7 @@ public class SessionPoolIT {
62
63
@Before
64
public void setUp() throws Exception {
65
+ EnvFactory.getEnv().getConfig().getCommonConfig().setWalMode("SYNC");
66
// As this IT is only testing SessionPool itself, there's no need to launch a large cluster
67
EnvFactory.getEnv().initClusterEnvironment(1, 1);
68
}
0 commit comments