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



##########
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:
       It should be fine now. In 2nd attempt it should get at least 1 complete 
batch. As second attempt is after 500 ms and batches are of 100 ms only.




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