HeartSaVioR commented on a change in pull request #30427:
URL: https://github.com/apache/spark/pull/30427#discussion_r527268569
##########
File path:
sql/core/src/test/scala/org/apache/spark/sql/streaming/ui/UISeleniumSuite.scala
##########
@@ -51,6 +53,7 @@ class UISeleniumSuite extends SparkFunSuite with WebBrowser
with Matchers with B
val conf = new SparkConf()
.setMaster(master)
.setAppName("ui-test")
+ .set(SHUFFLE_PARTITIONS, 5)
Review comment:
Yes. Once I changed the active query a bit to have watermark being set,
it suffered to make progress in 30 seconds (meaning checking the UI failed as
there's no queryProgress) and failed. This fixed the issue.
----------------------------------------------------------------
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]