aboutsummaryrefslogtreecommitdiff
path: root/python/pyspark
diff options
context:
space:
mode:
authorAndrew Or <andrew@databricks.com>2015-01-28 12:52:31 -0800
committerAndrew Or <andrew@databricks.com>2015-01-28 12:53:22 -0800
commit84b6ecdef63e6f5710a3f7f95f698b1d1ea44855 (patch)
tree0d164452afd6f8998c119e6c8fd7e188bd612f52 /python/pyspark
parent81f8f3406284c391dfad14fb70147fa8e20692a8 (diff)
downloadspark-84b6ecdef63e6f5710a3f7f95f698b1d1ea44855.tar.gz
spark-84b6ecdef63e6f5710a3f7f95f698b1d1ea44855.tar.bz2
spark-84b6ecdef63e6f5710a3f7f95f698b1d1ea44855.zip
[SPARK-5437] Fix DriverSuite and SparkSubmitSuite timeout issues
In DriverSuite, we currently set a timeout of 60 seconds. If after this time the process has not terminated, we leak the process because we never destroy it. In SparkSubmitSuite, we currently do not have a timeout so the test can hang indefinitely. Author: Andrew Or <andrew@databricks.com> Closes #4230 from andrewor14/fix-driver-suite and squashes the following commits: f5c80fd [Andrew Or] Fix timeout behaviors in both suites 8092c36 [Andrew Or] Stop SparkContext after every individual test
Diffstat (limited to 'python/pyspark')
0 files changed, 0 insertions, 0 deletions