sarutak commented on a change in pull request #28748:
URL: https://github.com/apache/spark/pull/28748#discussion_r436694872



##########
File path: 
streaming/src/test/scala/org/apache/spark/streaming/UISeleniumSuite.scala
##########
@@ -125,24 +125,37 @@ class UISeleniumSuite
 
         // Check batch tables
         val h4Text = findAll(cssSelector("h4")).map(_.text).toSeq
-        h4Text.exists(_.matches("Active Batches \\(\\d+\\)")) should be (true)
         h4Text.exists(_.matches("Completed Batches \\(last \\d+ out of 
\\d+\\)")) should be (true)

Review comment:
       Is this still flaky isn't it? What if it reaches this line before at 
least one batch finishes?




----------------------------------------------------------------
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]

Reply via email to