We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ffc7e75 commit c350448Copy full SHA for c350448
integration-test/src/test/java/org/apache/iotdb/pipe/it/single/IoTDBPipeOPCUAIT.java
@@ -85,6 +85,7 @@ public void setUp() {
85
@Test
86
public void testOPCUAServerSink() throws Exception {
87
int tcpPort = -1;
88
+ int httpsPort = -1;
89
try (final SyncConfigNodeIServiceClient client =
90
(SyncConfigNodeIServiceClient) env.getLeaderConfigNodeConnection()) {
91
0 commit comments