You are viewing a plain text version of this content. The canonical link for it is here.
Posted to reviews@spark.apache.org by "panbingkun (via GitHub)" <gi...@apache.org> on 2023/07/25 08:59:59 UTC

[GitHub] [spark] panbingkun commented on a diff in pull request #42146: [WIP][DO_NOT_MERGE][INFRA] Move python packaging tests to a separate module

panbingkun commented on code in PR #42146:
URL: https://github.com/apache/spark/pull/42146#discussion_r1273225774


##########
dev/run-tests.py:
##########
@@ -655,7 +655,7 @@ def main():
             opts.parallelism,
             with_coverage=os.environ.get("PYSPARK_CODECOV", "false") == "true",
         )
-        run_python_packaging_tests()
+        # run_python_packaging_tests()

Review Comment:
   <img width="1026" alt="image" src="https://github.com/apache/spark/assets/15246973/7f4b4b74-26d8-4bb9-aec9-b65367c3de96">
   
   From this workflow: https://github.com/panbingkun/spark/actions/runs/5653268655/job/15314215187 Look, it seems to be a problem with `run_python_packaging_tests`.
   
   Because all the tests in `pyspark-pandas-connect-part-3` have ended running, `run_python_packaging_tests` caused an error



-- 
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: reviews-unsubscribe@spark.apache.org

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


---------------------------------------------------------------------
To unsubscribe, e-mail: reviews-unsubscribe@spark.apache.org
For additional commands, e-mail: reviews-help@spark.apache.org