File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
iotdb-client/session/src/test/java/org/apache/iotdb/session Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -828,9 +828,9 @@ public void testInsertRecordsWithSessionBroken() throws StatementExecutionExcept
828828
829829 // set connection as broken, due to we enable the cache leader, when we called
830830 // ((MockSession) session).getLastConstructedSessionConnection(), the session's endpoint has
831- // been changed to TEndPoint(ip:127.0.0.1, port:55561 )
831+ // been changed to TEndPoint(ip:127.0.0.1, port:55562 )
832832 Assert .assertEquals (
833- "MockSessionConnection{ endPoint=TEndPoint(ip:127.0.0.1, port:55561 )}" ,
833+ "MockSessionConnection{ endPoint=TEndPoint(ip:127.0.0.1, port:55562 )}" ,
834834 ((MockSession ) session ).getLastConstructedSessionConnection ().toString ());
835835 ((MockSession ) session ).getLastConstructedSessionConnection ().setConnectionBroken (true );
836836 try {
You can’t perform that action at this time.
0 commit comments