garyli1019 commented on pull request #1938: URL: https://github.com/apache/hudi/pull/1938#issuecomment-757588401
> Seems like this test is flaky. :( @garyli1019 > > ``` > [INFO] > [ERROR] Failures: > [ERROR] TestMORDataSource.testCount:310 expected: <152> but was: <2> > ``` > > https://api.travis-ci.com/v3/job/470167079/log.txt @vinothchandar This was the compaction consistency question I mentioned in the sync meeting. There are actually 2 new insert records suppose to be here, but we triggered inline compaction that compacted 150 records. This test was 2 in my local back in August but now it's 152. So I was wondering if the compaction logic was changed somehow. @n3nash any thoughts? ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: [email protected]
