nsivabalan commented on PR #13229: URL: https://github.com/apache/hudi/pull/13229#issuecomment-2873020971
hey @danny0405 : wrt assertNoWriteErrors(), I felt its not doing much as part of the assertion. the test continues and if there were errors, future assertions would have failed. Adding to that, if there are errors, we will not see a completed commit in the timeline. So, due to these reasons, we removed assertNoWriteErrors() in many tests. -- 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]
