You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -204,11 +213,12 @@ public void testOPCUAServerSink() throws Exception {
204
213
.getCode());
205
214
206
215
// Banned none, only allows basic256sha256
216
+
finalintfinalTcpPort = tcpPort;
207
217
Assert.assertThrows(
208
218
PipeException.class,
209
219
() ->
210
220
getOpcUaClient(
211
-
"opc.tcp://127.0.0.1:" + tcpPort + "/iotdb",
221
+
"opc.tcp://127.0.0.1:" + finalTcpPort + "/iotdb",
212
222
SecurityPolicy.None,
213
223
"root",
214
224
"root"));
@@ -224,6 +234,13 @@ public void testOPCUAServerSink() throws Exception {
224
234
"org.apache.iotdb.jdbc.IoTDBSQLException: 1107: The existing server with tcp port 12686 and https port 8443's password **** conflicts to the new password ****, reject reusing.",
0 commit comments