Skip to content
Snippets Groups Projects
Commit 4615081d authored by scwf's avatar scwf Committed by Imran Rashid
Browse files

[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
parent 3e7d7d6b
No related branches found
No related tags found
No related merge requests found
......@@ -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",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment