Skip to content

Commit 5d10f4b

Browse files
committed
try fix
1 parent ef32709 commit 5d10f4b

File tree

2 files changed

+11
-0
lines changed

2 files changed

+11
-0
lines changed

integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/treemodel/regression/pullconsumer/pattern/IoTDBMiddleMatchPatternPullConsumeTsfileIT.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -96,6 +96,7 @@ public void setUp() throws Exception {
9696
assertTrue(subs.getTopic(topicName).isPresent(), "Create show topics");
9797
}
9898

99+
// TODO: remove it later
99100
@Override
100101
protected void setUpConfig() {
101102
super.setUpConfig();

integration-test/src/test/java/org/apache/iotdb/subscription/it/triple/treemodel/regression/pushconsumer/mode/IoTDBSnapshotTSPatternDatasetPushConsumerIT.java

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,16 @@ public void setUp() throws Exception {
101101
assertTrue(subs.getTopic(topicName).isPresent(), "Create show topics");
102102
}
103103

104+
// TODO: remove it later
105+
@Override
106+
protected void setUpConfig() {
107+
super.setUpConfig();
108+
109+
IoTDBSubscriptionITConstant.FORCE_SCALABLE_SINGLE_NODE_MODE.accept(sender);
110+
IoTDBSubscriptionITConstant.FORCE_SCALABLE_SINGLE_NODE_MODE.accept(receiver1);
111+
IoTDBSubscriptionITConstant.FORCE_SCALABLE_SINGLE_NODE_MODE.accept(receiver2);
112+
}
113+
104114
@Override
105115
@After
106116
public void tearDown() throws Exception {

0 commit comments

Comments
 (0)