You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@iceberg.apache.org by GitBox <gi...@apache.org> on 2021/09/07 09:06:20 UTC

[GitHub] [iceberg] openinx opened a new issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

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: issues-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] RussellSpitzer edited a comment on issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

Posted by GitBox <gi...@apache.org>.
RussellSpitzer edited a comment on issue #3084:
URL: https://github.com/apache/iceberg/issues/3084#issuecomment-914343333


   when i don't want to run test I do
   ```
   g build -x test  -x integrationTest -x testSpark31 -x spark31IntegrationTest
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] openinx closed issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

Posted by GitBox <gi...@apache.org>.
openinx closed issue #3084:
URL: https://github.com/apache/iceberg/issues/3084


   


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] RussellSpitzer commented on issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

Posted by GitBox <gi...@apache.org>.
RussellSpitzer commented on issue #3084:
URL: https://github.com/apache/iceberg/issues/3084#issuecomment-914343333


   when i don't want to just run the build I do
   ```
   g build -x test  -x integrationTest -x testSpark31 -x spark31IntegrationTest
   ```


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] openinx commented on issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

Posted by GitBox <gi...@apache.org>.
openinx commented on issue #3084:
URL: https://github.com/apache/iceberg/issues/3084#issuecomment-914138067


   FYI @RussellSpitzer 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] openinx commented on issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

Posted by GitBox <gi...@apache.org>.
openinx commented on issue #3084:
URL: https://github.com/apache/iceberg/issues/3084#issuecomment-914865186


   Okay,  let's close this issue now.  Thanks for the checking ! 


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org


[GitHub] [iceberg] openinx commented on issue #3084: Is it correct to run all the testSpark31 when build with command ./gradlew build -x test

Posted by GitBox <gi...@apache.org>.
openinx commented on issue #3084:
URL: https://github.com/apache/iceberg/issues/3084#issuecomment-914141729


   After I reverted the https://github.com/apache/iceberg/pull/2872/files in my own repo,  the build process won't run all the `testSpark31` related tests now.


-- 
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-unsubscribe@iceberg.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: issues-unsubscribe@iceberg.apache.org
For additional commands, e-mail: issues-help@iceberg.apache.org