[
https://issues.apache.org/jira/browse/RYA-6?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15237495#comment-15237495
]
ASF GitHub Bot commented on RYA-6:
----------------------------------
GitHub user DLotts opened a pull request:
https://github.com/apache/incubator-rya/pull/37
Fixed failing test. RYA-6
No longer matters how unspecified time zones are handled, they won't
duplicate the other test data. Tests pass on Linux.
https://issues.apache.org/jira/browse/RYA-6
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/DLotts/incubator-rya RYA-6_Dates_Test_fail
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/incubator-rya/pull/37.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #37
----
commit 9568716b40c9cc23d07ff25b7d142fd2d31f19c5
Author: David W. Lotts <[email protected]>
Date: 2016-04-12T16:08:38Z
Fixed failing test. RYA-6
----
> DOA/Query Dates Test fail on Hortonworks Sandox
> -----------------------------------------------
>
> Key: RYA-6
> URL: https://issues.apache.org/jira/browse/RYA-6
> Project: Rya
> Issue Type: Bug
> Environment: OS: Hortonworks Sandbox with HDP 2.2.4 (Cent OS 6 64bit)
> Maven version: 3.3.3
> Java version: OpenJDK Runtime Environment 1.7.0_79
> Accumulo version: 1.6.1.2.2.4.2-2
> Hadoop version:2.6.0.2.2.4.2-2
> Reporter: Aaron Mihalik
> Assignee: David W. Lotts
>
> here is the stack trace:
> {noformat}
> -------------------------------------------------------------------------------
> Test set: mvm.rya.accumulo.AccumuloRyaDAOTest
> -------------------------------------------------------------------------------
> Tests run: 19, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 9.243 sec
> <<< FAILURE!
> testQueryDates(mvm.rya.accumulo.AccumuloRyaDAOTest) Time elapsed: 0.16 sec
> <<< FAILURE!
> java.lang.AssertionError: expected:<2> but was:<1>
> at org.junit.Assert.fail(Assert.java:91)
> at org.junit.Assert.failNotEquals(Assert.java:645)
> at org.junit.Assert.assertEquals(Assert.java:126)
> at org.junit.Assert.assertEquals(Assert.java:470)
> at org.junit.Assert.assertEquals(Assert.java:454)
> at
> mvm.rya.accumulo.AccumuloRyaDAOTest.testQueryDates(AccumuloRyaDAOTest.java:441)
> {noformat}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)