Skip to content

Commit 090e1d4

Browse files
author
Marcelo Vanzin
committed
Define sbt_test_goals for yarn module.
1 parent 131e658 commit 090e1d4

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

dev/sparktestsupport/modules.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -411,6 +411,10 @@ def contains_file(self, filename):
411411
"yarn/",
412412
"network/yarn/",
413413
],
414+
sbt_test_goals=[
415+
"yarn/test",
416+
"network-yarn/test",
417+
],
414418
test_tags=[
415419
"org.apache.spark.deploy.yarn.ExtendedYarnTest"
416420
]

0 commit comments

Comments
 (0)