viirya commented on code in PR #48776:
URL: https://github.com/apache/spark/pull/48776#discussion_r1831663597
##########
core/src/test/scala/org/apache/spark/SparkContextSuite.scala:
##########
@@ -1423,6 +1423,41 @@ class SparkContextSuite extends SparkFunSuite with
LocalSparkContext with Eventu
sc = new SparkContext(conf)
sc.stop()
}
+
+ test("SPARK-50247: BLOCK_MANAGER_REREGISTRATION_FAILED should be counted as
network failure") {
Review Comment:
Would you like to add such comment in the test? Without referring to the
test, this test is hard to understand.
--
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.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]