aboutsummaryrefslogtreecommitdiff
path: root/dev/sparktestsupport/modules.py
diff options
context:
space:
mode:
authorShixiong Zhu <shixiong@databricks.com>2016-08-31 23:25:20 -0700
committerShixiong Zhu <shixiong@databricks.com>2016-08-31 23:25:20 -0700
commit21c0a4fe9d8e21819ba96e7dc2b1f2999d3299ae (patch)
tree496883a6da800226a51ea4564b3d18eaff26ebb2 /dev/sparktestsupport/modules.py
parentaaf632b2132750c697dddd0469b902d9308dbf36 (diff)
downloadspark-21c0a4fe9d8e21819ba96e7dc2b1f2999d3299ae.tar.gz
spark-21c0a4fe9d8e21819ba96e7dc2b1f2999d3299ae.tar.bz2
spark-21c0a4fe9d8e21819ba96e7dc2b1f2999d3299ae.zip
[SPARK-17318][TESTS] Fix ReplSuite replicating blocks of object with class defined in repl again
## What changes were proposed in this pull request? After digging into the logs, I noticed the failure is because in this test, it starts a local cluster with 2 executors. However, when SparkContext is created, executors may be still not up. When one of the executor is not up during running the job, the blocks won't be replicated. This PR just adds a wait loop before running the job to fix the flaky test. ## How was this patch tested? Jenkins Author: Shixiong Zhu <shixiong@databricks.com> Closes #14905 from zsxwing/SPARK-17318-2.
Diffstat (limited to 'dev/sparktestsupport/modules.py')
0 files changed, 0 insertions, 0 deletions