dongjoon-hyun commented on PR #52773: URL: https://github.com/apache/spark/pull/52773#issuecomment-3559654970
> This issue is due to slow CI machine making the test func passed into `withTempDir` to timeout after 10 secs. The test passes locally. @zifeif2 will remove this to avoid timing out when it is slow. Thanks No, the test fails locally, @micheal-o . Please see here. - https://github.com/apache/spark/pull/53101#pullrequestreview-3489064347 ``` $ LIVE_UI_LOCAL_STORE_DIR=/tmp/kvStore build/sbt "sql/testOnly *.StateStoreSuite" ... [info] *** 1 TEST FAILED *** [error] Failed tests: [error] org.apache.spark.sql.execution.streaming.state.StateStoreSuite [error] (sql / Test / testOnly) sbt.TestsFailedException: Tests unsuccessful [error] Total time: 114 s (0:01:54.0), completed Nov 20, 2025, 9:31:12 AM ``` -- 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]
