[HUDI-667] Fixing delete tests for DeltaStreamer (#1395)
This commit is contained in:
committed by
GitHub
parent
dd7cf38a13
commit
1ca912af09
@@ -422,8 +422,8 @@ public class TestHoodieDeltaStreamer extends UtilitiesTestBase {
|
||||
} else {
|
||||
TestHelpers.assertAtleastNCompactionCommits(5, tableBasePath, dfs);
|
||||
}
|
||||
TestHelpers.assertRecordCount(totalRecords + 200, tableBasePath + "/*/*.parquet", sqlContext);
|
||||
TestHelpers.assertDistanceCount(totalRecords + 200, tableBasePath + "/*/*.parquet", sqlContext);
|
||||
TestHelpers.assertRecordCount(totalRecords, tableBasePath + "/*/*.parquet", sqlContext);
|
||||
TestHelpers.assertDistanceCount(totalRecords, tableBasePath + "/*/*.parquet", sqlContext);
|
||||
return true;
|
||||
}, 180);
|
||||
ds.shutdownGracefully();
|
||||
|
||||
Reference in New Issue
Block a user