Github user srowen commented on a diff in the pull request:
https://github.com/apache/spark/pull/7862#discussion_r36040597
--- Diff:
streaming/src/test/scala/org/apache/spark/streaming/UISeleniumSuite.scala ---
@@ -100,8 +100,8 @@ class UISeleniumSuite
// Check stat table
val statTableHeaders = findAll(cssSelector("#stat-table
th")).map(_.text).toSeq
statTableHeaders.exists(
- _.matches("Timelines \\(Last \\d+ batches, \\d+ active, \\d+
completed\\)")) should be
- (true)
+ _.matches("Timelines \\(Last \\d+ batches, \\d+ active, \\d+
completed\\)")
+ ) should be (true)
--- End diff --
Not sure, but, `scalac` claimed that `(true)` by itself on a line was a
no-op, which makes me think it was not parsed as post-fix and connected to the
expression before.
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]