1
0

[HUDI-568] Improve unit test coverage

Classes improved:
* HoodieTableMetaClient
* RocksDBDAO
* HoodieRealtimeFileSplit
This commit is contained in:
Ramachandran Madtas Subramaniam
2020-03-11 12:58:31 -07:00
committed by n3nash
parent 996f761232
commit f5f34bb1c1
5 changed files with 335 additions and 23 deletions

View File

@@ -101,6 +101,12 @@
<artifactId>junit</artifactId>
<scope>test</scope>
</dependency>
<dependency>
<groupId>org.mockito</groupId>
<artifactId>mockito-all</artifactId>
<scope>test</scope>
</dependency>
</dependencies>
<build>