aboutsummaryrefslogtreecommitdiff
path: root/core
diff options
context:
space:
mode:
authorscwf <wangfei1@huawei.com>2015-05-27 09:12:18 -0500
committerImran Rashid <irashid@cloudera.com>2015-05-27 09:12:18 -0500
commit4615081d7a10b023491e25478d19b8161e030974 (patch)
treee960cefcfbf75f997e28a5d027f254ef5f8c0543 /core
parent3e7d7d6b3d6e07b52b1a138f7aa2ef628597fe05 (diff)
downloadspark-4615081d7a10b023491e25478d19b8161e030974.tar.gz
spark-4615081d7a10b023491e25478d19b8161e030974.tar.bz2
spark-4615081d7a10b023491e25478d19b8161e030974.zip
[CORE] [TEST] HistoryServerSuite failed due to timezone issue
follow up for #6377 Change time to the equivalent in GMT /cc squito Author: scwf <wangfei1@huawei.com> Closes #6425 from scwf/fix-HistoryServerSuite and squashes the following commits: 4d37935 [scwf] fix HistoryServerSuite
Diffstat (limited to 'core')
-rw-r--r--core/src/test/scala/org/apache/spark/deploy/history/HistoryServerSuite.scala2
1 files changed, 1 insertions, 1 deletions
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 4adb5122bc..e10dd4cf83 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",