xuanyuanking commented on a change in pull request #33220:
URL: https://github.com/apache/spark/pull/33220#discussion_r664360253
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/execution/streaming/state/RocksDBSuite.scala
##########
@@ -337,12 +338,12 @@ class RocksDBSuite extends SparkFunSuite {
}
}
- ignore("ensure that concurrent update and cleanup consistent versions") {
+ test("ensure that concurrent update and cleanup consistent versions") {
quietly {
val numThreads = 20
val numUpdatesInEachThread = 20
val remoteDir = Utils.createTempDir().toString
- @volatile var exception: Exception = null
+ @volatile val exception: ArrayBuffer[Exception] = _
Review comment:
Thanks, just temporarily adding more logs to this WIP PR for debugging
the flaky test. Since the failure can't reproduce locally.
--
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]