ZhendongBai commented on PR #11576: URL: https://github.com/apache/iceberg/pull/11576#issuecomment-2482468159
> @ZhendongBai: Could you please add some unit tests which fail before the patch, and succeed after the fix? @pvary Firstly, this scenario has been replicated in the production environment. Given the complexity of the program, simulating an OutOfMemoryError (OOM) is challenging. Furthermore, when running unit tests using JUnit, memory is shared among threads within the same process. An OOM occurrence can potentially affect the execution of other test cases. Is there a better way to simulate this? I am willing to give it a try. -- 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] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
