Github user steveloughran commented on a diff in the pull request:
https://github.com/apache/spark/pull/14835#discussion_r76764190
--- Diff:
core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala ---
@@ -100,6 +100,7 @@ class HistoryServerSuite extends SparkFunSuite with
BeforeAndAfter with Matchers
"minDate app list json" -> "applications?minDate=2015-02-10",
"maxDate app list json" -> "applications?maxDate=2015-02-10",
"maxDate2 app list json" ->
"applications?maxDate=2015-02-03T16:42:40.000GMT",
+ "limit app list json" -> "applications?limit=3",
--- End diff --
I was worried about what would happen if limit was unset âbut the
existing tests (lines 180-182) all test that
---
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]