tgravescs commented on a change in pull request #29225:
URL: https://github.com/apache/spark/pull/29225#discussion_r471478921
##########
File path:
core/src/test/scala/org/apache/spark/ExecutorAllocationManagerSuite.scala
##########
@@ -1603,7 +1603,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)
Review comment:
I'm not seeing. a test report in that run?
Yes but it seemed like the failures we were seeing before we after an
interation or two or the test starting, although it did vary. If we can see the
logs from it we should be able to see timing and possibly some log messages to
tell us if that is the problem.
----------------------------------------------------------------
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]