Skip to content

Commit 417b05a

Browse files
committed
55562
1 parent 4216ef4 commit 417b05a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iotdb-client/session/src/test/java/org/apache/iotdb/session/SessionCacheLeaderTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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 {

0 commit comments

Comments
 (0)