venkata91 commented on a change in pull request #30164:
URL: https://github.com/apache/spark/pull/30164#discussion_r522514726
##########
File path: core/src/test/scala/org/apache/spark/storage/BlockManagerSuite.scala
##########
@@ -1995,7 +2037,9 @@ class BlockManagerSuite extends SparkFunSuite with
Matchers with BeforeAndAfterE
assert(sortedBlocks.sameElements(decomManager.shufflesToMigrate.asScala.map(_._1)))
}
- class MockBlockTransferService(val maxFailures: Int) extends
BlockTransferService {
+ class MockBlockTransferService(
+ val maxFailures: Int,
+ hostname: String = "MockBlockTransferServiceHost") extends
BlockTransferService {
Review comment:
It didn't work. I think its probably because the hostname is a abstract
method in `BlockTransferService`. Let me know if thats not the case.
----------------------------------------------------------------
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]