Skip to content

Commit 73fad55

Browse files
committed
fix ut
1 parent 4d73c0d commit 73fad55

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

iotdb-core/datanode/src/test/java/org/apache/iotdb/db/storageengine/dataregion/compaction/object/ObjectTypeCompactionTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,7 +136,7 @@ public void createTable(String tableName, long ttl) {
136136
@Test
137137
public void testSeqCompactionWithTTL() throws IOException, WriteProcessException {
138138
Pair<TsFileResource, File> pair1 =
139-
generateTsFileAndObject(true, System.currentTimeMillis() - 10000, 0);
139+
generateTsFileAndObject(true, System.currentTimeMillis() - 100000, 0);
140140
Pair<TsFileResource, File> pair2 =
141141
generateTsFileAndObject(true, System.currentTimeMillis() + 1000000, 100);
142142
tsFileManager.add(pair1.getLeft(), true);
@@ -236,7 +236,7 @@ public void testCrossCompactionWithTTL() throws IOException, WriteProcessExcepti
236236
@Test
237237
public void testSettleCompaction() throws IOException, WriteProcessException {
238238
Pair<TsFileResource, File> pair1 =
239-
generateTsFileAndObject(true, System.currentTimeMillis() - 10000, 3);
239+
generateTsFileAndObject(true, System.currentTimeMillis() - 100000, 3);
240240
Pair<TsFileResource, File> pair2 =
241241
generateTsFileAndObject(true, System.currentTimeMillis() + 1000000, 0);
242242
tsFileManager.add(pair1.getLeft(), true);

0 commit comments

Comments
 (0)