PrabhuJoseph commented on PR #8512: URL: https://github.com/apache/hudi/pull/8512#issuecomment-1517643696
The UT run failed for below test case which runs successfully on my local. ``` 2023-04-20T21:48:21.8482771Z [ERROR] Tests run: 124, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1,054.64 s <<< FAILURE! - in org.apache.hudi.table.ITTestHoodieDataSource 2023-04-20T21:48:21.8483490Z [ERROR] testStreamWriteReadSkippingCompaction Time elapsed: 15.377 s <<< FAILURE! 2023-04-20T21:48:21.8484188Z java.lang.AssertionError: 2023-04-20T21:48:21.8484420Z 2023-04-20T21:48:21.8485540Z Expected: is "[+I[id5, Sophia, 18, 1970-01-01T00:00:05, par3], +I[id6, Emma, 20, 1970-01-01T00:00:06, par3], +I[id7, Bob, 44, 1970-01-01T00:00:07, par4], +I[id8, Han, 56, 1970-01-01T00:00:08, par4]]" 2023-04-20T21:48:21.8485952Z but: was "[]" 2023-04-20T21:48:21.8486198Z at org.apache.hudi.table.ITTestHoodieDataSource.testStreamWriteReadSkippingCompaction(ITTestHoodieDataSource.java:331) 2023-04-20T21:48:21.8486369Z ``` -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
