ebyhr commented on code in PR #12806: URL: https://github.com/apache/iceberg/pull/12806#discussion_r2053486396
########## build.gradle: ########## @@ -207,6 +207,11 @@ subprojects { testImplementation libs.assertj.core } + tasks.withType(Test).configureEach { + // Some tests verify the messages included in the stack traces Review Comment: I changed it the following sentence: > JVM may stop outputting stack trace of the exception which often occurs. > Disable the optimization because some tests depend on the stack trace. -- 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: issues-unsubscr...@iceberg.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: issues-unsubscr...@iceberg.apache.org For additional commands, e-mail: issues-h...@iceberg.apache.org