hvanhovell commented on a change in pull request #31742:
URL: https://github.com/apache/spark/pull/31742#discussion_r591830020
##########
File path: core/src/test/scala/org/apache/spark/ContextCleanerSuite.scala
##########
@@ -351,6 +351,10 @@ class ContextCleanerSuite extends ContextCleanerSuiteBase {
case _ => false
}, askStorageEndpoints = true).isEmpty)
}
+
+ test("SPARK-33000: shutdown cleans up checkpointed data when configured to
do so") {
+ // TODO: How do I write a test for this?
+ }
Review comment:
We have a couple of thrift tests that do something like that. I have to
admit it is not pretty.
----------------------------------------------------------------
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]