Skip to content

Commit

Permalink
Pipe IT: Modify the forwarding-pipe-requests configuration of Double …
Browse files Browse the repository at this point in the history
…Living IT (#14240) (#14260)
  • Loading branch information
luoluoyuyu authored Nov 29, 2024
1 parent deec0fb commit da9b0dc
Showing 1 changed file with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -648,7 +648,8 @@ public void testDoubleLiving() throws Exception {
final Map<String, String> connectorAttributes = new HashMap<>();

// Add this property to avoid to make self cycle.
connectorAttributes.put("source.forwarding-pipe-requests", "false");
extractorAttributes.put("source.forwarding-pipe-requests", "false");

connectorAttributes.put("connector", "iotdb-thrift-connector");
connectorAttributes.put("connector.batch.enable", "false");
connectorAttributes.put("connector.ip", receiverIp);
Expand Down Expand Up @@ -691,7 +692,8 @@ public void testDoubleLiving() throws Exception {
final Map<String, String> connectorAttributes = new HashMap<>();

// Add this property to avoid to make self cycle.
connectorAttributes.put("source.forwarding-pipe-requests", "false");
extractorAttributes.put("source.forwarding-pipe-requests", "false");

connectorAttributes.put("connector", "iotdb-thrift-connector");
connectorAttributes.put("connector.batch.enable", "false");
connectorAttributes.put("connector.ip", senderIp);
Expand Down

0 comments on commit da9b0dc

Please sign in to comment.