Skip to content

Commit

Permalink
Pipe IT: Ignore Pipe capture history TSFile test for table model (apa…
Browse files Browse the repository at this point in the history
  • Loading branch information
luoluoyuyu authored Nov 21, 2024
1 parent e37d2b9 commit 4420f21
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,7 @@

import org.junit.Assert;
import org.junit.Before;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -324,6 +325,7 @@ public void testHistoryAndRealtime() throws Exception {
}
}

@Ignore
@Test
public void testHistoryStartTimeAndEndTimeWorkingWithOrWithoutPattern() throws Exception {
final DataNodeWrapper receiverDataNode = receiverEnv.getDataNodeWrapper(0);
Expand Down Expand Up @@ -619,6 +621,7 @@ public void testSourceStartTimeAndEndTimeWorkingWithOrWithoutPattern() throws Ex
}
}

@Ignore
@Test
public void testHistoryLooseRange() throws Exception {
final DataNodeWrapper receiverDataNode = receiverEnv.getDataNodeWrapper(0);
Expand Down Expand Up @@ -708,6 +711,7 @@ public void testHistoryLooseRange() throws Exception {
}
}

@Ignore
@Test
public void testRealtimeLooseRange() throws Exception {
final DataNodeWrapper receiverDataNode = receiverEnv.getDataNodeWrapper(0);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@
import org.apache.iotdb.rpc.TSStatusCode;

import org.junit.Assert;
import org.junit.Ignore;
import org.junit.Test;
import org.junit.experimental.categories.Category;
import org.junit.runner.RunWith;
Expand Down Expand Up @@ -104,6 +105,7 @@ public void testLifeCycleWithHistoryEnabled() throws Exception {
}
}

@Ignore
@Test
public void testLifeCycleWithHistoryDisabled() throws Exception {
final DataNodeWrapper receiverDataNode = receiverEnv.getDataNodeWrapper(0);
Expand Down

0 comments on commit 4420f21

Please sign in to comment.