openinx opened a new issue #3084: URL: https://github.com/apache/iceberg/issues/3084
When I run the command to build the apache iceberg repo: `./gradlew build -x test`. It will run all the `testSpark31` test cases , which is really time consuming if people just want to build the project without testing. ``` > Task :iceberg-spark3-runtime:spark31IntegrationTest [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Shutdown hook called [shutdown-hook-0] INFO org.apache.spark.util.ShutdownHookManager - Deleting directory /private/var/folders/fg/kbb4swcd0gl_3s0wlhhk9bch0000gp/T/spark-4c3c6fe8-ad54-4830-b52d-3dad4a1c81e8 <============-> 98% EXECUTING [8m 18s] > :iceberg-spark3-extensions:testSpark31 > 98 tests completed, 5 skipped > :iceberg-spark3:testSpark31 > Executing test org.apache.iceberg.actions.TestExpireSnapshotsAction3 > :iceberg-spark3-extensions:testSpark31 > Executing test org.apache.iceberg.spark.extensions.TestCopyOnWriteMerge > :iceberg-spark3:testSpark31 > 93 tests completed, 42 skipped ``` -- 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]
