Ngone51 commented on a change in pull request #29001:
URL: https://github.com/apache/spark/pull/29001#discussion_r449956680
##########
File path:
core/src/test/scala/org/apache/spark/scheduler/WorkerDecommissionExtendedSuite.scala
##########
@@ -32,17 +32,17 @@ import
org.apache.spark.scheduler.cluster.StandaloneSchedulerBackend
class WorkerDecommissionExtendedSuite extends SparkFunSuite with
LocalSparkContext {
private val conf = new org.apache.spark.SparkConf()
.setAppName(getClass.getName)
- .set(SPARK_MASTER, "local-cluster[20,1,512]")
+ .set(SPARK_MASTER, "local-cluster[10,1,512]")
Review comment:
Any particular reason we need 10 or 20 executors? It's still too many
compares to other tests, whose average number should be 2 or 3. cc @holdenk
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]