Github user vanzin commented on a diff in the pull request:
https://github.com/apache/spark/pull/12416#discussion_r61141159
--- Diff: dev/run-tests.py ---
@@ -128,7 +128,7 @@ def determine_tags_to_exclude(changed_modules):
tags = []
for m in modules.all_modules:
if m not in changed_modules:
- tags += m.test_tags
+ tags += m.tags
--- End diff --
`m.tags` (née `m.test_tags`) is a list of tags that identify tests that
are to be excluded when that module hasn't changed. It's explained in
dev/sparktestsupport/modules.py (where the field is defined).
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]