This is an automated email from the ASF dual-hosted git repository.
dongjoon pushed a commit to branch branch-3.0
in repository https://gitbox.apache.org/repos/asf/spark.git
The following commit(s) were added to refs/heads/branch-3.0 by this push:
new ab14d05 [SPARK-32287][TESTS] Flaky Test:
ExecutorAllocationManagerSuite.add executors default profile
ab14d05 is described below
commit ab14d05624f6cc88b02e29dd5ae8d302ffcfd09d
Author: Thomas Graves <[email protected]>
AuthorDate: Fri Jul 24 11:12:28 2020 -0700
[SPARK-32287][TESTS] Flaky Test: ExecutorAllocationManagerSuite.add
executors default profile
I wasn't able to reproduce the failure but the best I can tell is that the
allocation manager timer triggers and call doRequest. The timeout is 10s so try
to increase that to 30seconds.
test failure
no
unit test
Closes #29225 from tgravescs/SPARK-32287.
Authored-by: Thomas Graves <[email protected]>
Signed-off-by: Dongjoon Hyun <[email protected]>
(cherry picked from commit e6ef27be52dcd14dc94384c2ada85861be44d843)
Signed-off-by: Dongjoon Hyun <[email protected]>
---
.../test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala
b/core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala
index 8d95849..0b19146 100644
--- a/core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala
+++ b/core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala
@@ -1142,7 +1142,7 @@ class ExecutorAllocationManagerSuite extends
SparkFunSuite {
.set(config.DYN_ALLOCATION_TESTING, true)
// SPARK-22864: effectively disable the allocation schedule by setting
the period to a
// really long value.
- .set(TEST_SCHEDULE_INTERVAL, 10000L)
+ .set(TEST_SCHEDULE_INTERVAL, 30000L)
}
private def createManager(
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]