Yikun commented on a change in pull request #32867:
URL: https://github.com/apache/spark/pull/32867#discussion_r649236682



##########
File path: dev/sparktestsupport/modules.py
##########
@@ -35,7 +53,7 @@ class Module(object):
     def __init__(self, name, dependencies, source_file_regexes, 
build_profile_flags=(),
                  environ=None, sbt_test_goals=(), python_test_goals=(),
                  excluded_python_implementations=(), test_tags=(), 
should_run_r_tests=False,
-                 should_run_build_tests=False):
+                 should_run_build_tests=False, python_test_paths=(), 
python_excluded_tests=()):

Review comment:
       `python_excluded_tests` is for something like I want to running all 
tests except some slow case. See L607 and L621.




-- 
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.

For queries about this service, please contact Infrastructure at:
[email protected]



---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to