LebronAl commented on a change in pull request #2222:
URL: https://github.com/apache/iotdb/pull/2222#discussion_r540929363
##########
File path:
session/src/test/java/org/apache/iotdb/session/pool/SessionPoolTest.java
##########
@@ -164,7 +164,7 @@ private void correctQuery(SessionPool pool) {
@Test
public void tryIfTheServerIsRestart() {
- SessionPool pool = new SessionPool("127.0.0.1", 6667, "root", "root", 3,
1, 6000, false, null);
+ SessionPool pool = new SessionPool("127.0.0.1", 6667, "root", "root", 3,
1, 6000, false, null, false);
Review comment:
I will add UT for this laterly
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]