Skip to content

Commit ef19d19

Browse files
committed
AJ-748:fix test case
1 parent 62ec69a commit ef19d19

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/com/xxdb/route/AutoFitTableUpsertTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1710,13 +1710,13 @@ public void Test_AutoFitTableAppender_streamTable_allDateType_11() throws Except
17101710

17111711
long start = System.nanoTime();
17121712
int re = aftu.upsert(bt);
1713-
assertEquals(5000000,re);
1713+
assertEquals(0,re);
17141714
long end = System.nanoTime();
17151715
System.out.println((end - start) / 1000000);
17161716
assertEquals(true,((end - start) / 1000000)<5000);
17171717
for(int i=0;i<10;i++) {
17181718
int re1 = aftu.upsert(bt1);
1719-
assertEquals("0",re1);
1719+
assertEquals( 0,re1);
17201720
}
17211721
aftu.upsert(bt1);
17221722
long end1 = System.nanoTime();

0 commit comments

Comments
 (0)