[
https://issues.apache.org/jira/browse/ORC-70?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15328480#comment-15328480
]
hongwu edited comment on ORC-70 at 6/14/16 12:09 AM:
-----------------------------------------------------
The test error generated in Travis osx with HAS_POST_2038 true is due to the
time do not match, not the date. For example:
{noformat}
Value of: line
Actual: "{\"time\": \"2039-05-05 11:34:56.1103\", \"date\": \"2039-12-25\"}"
Expected: expectedLine
Which is: "{\"time\": \"2039-05-05 12:34:56.1103\", \"date\": \"2039-12-25\"}"
{noformat}
was (Author: xunzhang):
It seems that it doesn't matter for running tests whether HAS_POST_2038 is true
or false. The test error generated in Travis osx is due to the time do not
match, not the date. For example:
{noformat}
Value of: line
Actual: "{\"time\": \"2039-05-05 11:34:56.1103\", \"date\": \"2039-12-25\"}"
Expected: expectedLine
Which is: "{\"time\": \"2039-05-05 12:34:56.1103\", \"date\": \"2039-12-25\"}"
{noformat}
> Add travis CI for contributor to verify commit and pull request.
> ----------------------------------------------------------------
>
> Key: ORC-70
> URL: https://issues.apache.org/jira/browse/ORC-70
> Project: Orc
> Issue Type: Improvement
> Components: build
> Reporter: hongwu
> Priority: Minor
>
> As a developer wants to contribute to apache orc, I want to use CI to verify
> the code. I noticed that there is a private travis CI in hortonworks/orc
> while it is opacity. I try to add the .travis.yml file to achieve this.
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)