Hi,

I am facing errors when trying to run integration tests using the script
travis_run_tests.sh and also it takes a lot of time or rather gets stuck.
If I run them like normal junit tests, they work fine.

Sometimes random transient errors also come, but these are the most
frequent ones -

[ERROR] Tests run: 3, Failures: 3, Errors: 0, Skipped: 0, Time elapsed:
345.207 s <<< FAILURE! - in org.apache.hudi.integ.ITTestHoodieSanity
[ERROR]
testRunHoodieJavaAppOnSinglePartitionKeyCOWTable(org.apache.hudi.integ.ITTestHoodieSanity)
 Time elapsed: 129.227 s  <<< FAILURE!
java.lang.AssertionError: Expecting 100 rows to be present in the new table
expected:<100> but was:<200>
at
org.apache.hudi.integ.ITTestHoodieSanity.testRunHoodieJavaAppOnCOWTable(ITTestHoodieSanity.java:115)
at
org.apache.hudi.integ.ITTestHoodieSanity.testRunHoodieJavaAppOnSinglePartitionKeyCOWTable(ITTestHoodieSanity.java:42)

[ERROR]
testRunHoodieJavaAppOnMultiPartitionKeysCOWTable(org.apache.hudi.integ.ITTestHoodieSanity)
 Time elapsed: 108.146 s  <<< FAILURE!
java.lang.AssertionError: Expecting 100 rows to be present in the new table
expected:<100> but was:<200>
at
org.apache.hudi.integ.ITTestHoodieSanity.testRunHoodieJavaAppOnCOWTable(ITTestHoodieSanity.java:115)
at
org.apache.hudi.integ.ITTestHoodieSanity.testRunHoodieJavaAppOnMultiPartitionKeysCOWTable(ITTestHoodieSanity.java:54)

[ERROR]
testRunHoodieJavaAppOnNonPartitionedCOWTable(org.apache.hudi.integ.ITTestHoodieSanity)
 Time elapsed: 107.63 s  <<< FAILURE!
java.lang.AssertionError: Expecting 100 rows to be present in the new table
expected:<100> but was:<200>
at
org.apache.hudi.integ.ITTestHoodieSanity.testRunHoodieJavaAppOnCOWTable(ITTestHoodieSanity.java:115)
at
org.apache.hudi.integ.ITTestHoodieSanity.testRunHoodieJavaAppOnNonPartitionedCOWTable(ITTestHoodieSanity.java:66)

Has anybody else faced similar issues?

Reply via email to