[HUDI-988] Fix Unit Test Flakiness : Ensure all instantiations of HoodieWriteClient is closed properly. Fix bug in TestRollbacks. Make CLI unit tests for Hudi CLI check skip redering strings
This commit is contained in:
committed by
Balaji Varadarajan
parent
a9a97d6af4
commit
a68180b179
2
pom.xml
2
pom.xml
@@ -246,7 +246,7 @@
|
||||
<version>${maven-surefire-plugin.version}</version>
|
||||
<configuration>
|
||||
<skip>${skipUTs}</skip>
|
||||
<argLine>-Xmx2g</argLine>
|
||||
<argLine>-Xmx4g</argLine>
|
||||
<forkedProcessExitTimeoutInSeconds>120</forkedProcessExitTimeoutInSeconds>
|
||||
<systemPropertyVariables>
|
||||
<log4j.configuration>
|
||||
|
||||
Reference in New Issue
Block a user