Repository: spark
Updated Branches:
  refs/heads/branch-1.4 e5357132b -> 90525c9ba


[CORE] [TEST] HistoryServerSuite failed due to timezone issue

follow up for #6377
Change time to the equivalent in GMT
/cc squito

Author: scwf <wangf...@huawei.com>

Closes #6425 from scwf/fix-HistoryServerSuite and squashes the following 
commits:

4d37935 [scwf] fix HistoryServerSuite

(cherry picked from commit 4615081d7a10b023491e25478d19b8161e030974)
Signed-off-by: Imran Rashid <iras...@cloudera.com>


Project: http://git-wip-us.apache.org/repos/asf/spark/repo
Commit: http://git-wip-us.apache.org/repos/asf/spark/commit/90525c9b
Tree: http://git-wip-us.apache.org/repos/asf/spark/tree/90525c9b
Diff: http://git-wip-us.apache.org/repos/asf/spark/diff/90525c9b

Branch: refs/heads/branch-1.4
Commit: 90525c9ba1ca8528567ea30e611511251d55f685
Parents: e535713
Author: scwf <wangf...@huawei.com>
Authored: Wed May 27 09:12:18 2015 -0500
Committer: Imran Rashid <iras...@cloudera.com>
Committed: Wed May 27 09:12:31 2015 -0500

----------------------------------------------------------------------
 .../scala/org/apache/spark/deploy/history/HistoryServerSuite.scala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/spark/blob/90525c9b/core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala
----------------------------------------------------------------------
diff --git 
a/core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala 
b/core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala
index 4adb512..e10dd4c 100644
--- 
a/core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala
+++ 
b/core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala
@@ -82,7 +82,7 @@ class HistoryServerSuite extends FunSuite with BeforeAndAfter 
with Matchers with
     "running app list json" -> "applications?status=running",
     "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-03T10:42:40.000CST",
+    "maxDate2 app list json" -> 
"applications?maxDate=2015-02-03T16:42:40.000GMT",
     "one app json" -> "applications/local-1422981780767",
     "one app multi-attempt json" -> "applications/local-1426533911241",
     "job list json" -> "applications/local-1422981780767/jobs",


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@spark.apache.org
For additional commands, e-mail: commits-h...@spark.apache.org

Reply via email to