@@ -101,11 +101,11 @@ public void testCompareSchemaAndData() throws Exception
101101 assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "tab3" , DifferenceType .DATA_ROW_EXCESS_IN_SLAVE_TABLE , "(uid,sometext2)=(4,d3)" )) >= 0 );
102102 assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "tab3" , DifferenceType .DATA_ROW_EXCESS_IN_SLAVE_TABLE , "(uid,sometext2)=(6,e2)" )) >= 0 );
103103
104- assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "bigtable" , DifferenceType .DATA_ROW_EXCESS_IN_SLAVE_TABLE , "(uid)=(300000000 )" )) >= 0 );
105- assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "bigtable" , DifferenceType .DATA_ROW_DIFFERENT_MD5 , "(uid)=(500000000 )" )) >= 0 );
106- assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "bigtable" , DifferenceType .DATA_ROW_MISSING_IN_SLAVE_TABLE , "(uid)=(700000000 )" )) >= 0 );
104+ assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "bigtable" , DifferenceType .DATA_ROW_EXCESS_IN_SLAVE_TABLE , "(uid)=(300000001 )" )) >= 0 );
105+ assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "bigtable" , DifferenceType .DATA_ROW_DIFFERENT_MD5 , "(uid)=(500000001 )" )) >= 0 );
106+ assertTrue (dataDifferences .indexOf (new SchemaDifference (Criticality .ERROR , "bigtable" , DifferenceType .DATA_ROW_MISSING_IN_SLAVE_TABLE , "(uid)=(700000001 )" )) >= 0 );
107107 assertEquals (dataDifferences .size (), 14 );
108- assertTrue (tableDataComparer .getMasterTotalRetrievedRows () > 100000 );
109- assertTrue (tableDataComparer .getSlaveTotalRetrievedRows () > 100000 );
108+ assertTrue (tableDataComparer .getMasterTotalRetrievedRows () > 900000 );
109+ assertTrue (tableDataComparer .getSlaveTotalRetrievedRows () > 900000 );
110110 }
111111}
0 commit comments