You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@atlas.apache.org by "ASF subversion and git services (Jira)" <ji...@apache.org> on 2019/12/02 21:40:00 UTC

[jira] [Commented] (ATLAS-3532) Test case failure in GremlinQueryComposerTest

    [ https://issues.apache.org/jira/browse/ATLAS-3532?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16986398#comment-16986398 ] 

ASF subversion and git services commented on ATLAS-3532:
--------------------------------------------------------

Commit 5955fcd1390910b714b13716b8c2ffc8fc5932d8 in atlas's branch refs/heads/master from Nikhil Bonte
[ https://gitbox.apache.org/repos/asf?p=atlas.git;h=5955fcd ]

ATLAS-3532: DSL Composer update to address '_' test case. Part #2

Signed-off-by: Ashutosh Mestry <am...@hortonworks.com>


> Test case failure in GremlinQueryComposerTest
> ---------------------------------------------
>
>                 Key: ATLAS-3532
>                 URL: https://issues.apache.org/jira/browse/ATLAS-3532
>             Project: Atlas
>          Issue Type: Bug
>            Reporter: Nikhil Bonte
>            Assignee: Nikhil Bonte
>            Priority: Major
>         Attachments: ATLAS-3532-DSL-Composer-update-to-address-_-test-cas.patch, ATLAS-3532-Test-case-failure-in-GremlinQueryComposer.patch
>
>
> {code:java}
> Tests run: 39, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 15.464 sec <<< FAILURE! - in org.apache.atlas.query.GremlinQueryComposerTestwhereClauseTextContains(org.apache.atlas.query.GremlinQueryComposerTest)  Time elapsed: 0.697 sec  <<< FAILURE!java.lang.AssertionError: Table where owner like "Tab*" expected [g.V().has('__typeName', 'Table').has('Table.owner', org.janusgraph.core.attribute.Text.textContainsRegex("Tab.*")).dedup().limit(25).toList()] but found [g.V().has('__typeName', 'Table').has('Table.owner', org.janusgraph.core.attribute.Text.textRegex("Tab.*")).dedup().limit(25).toList()]
>      at org.testng.Assert.fail(Assert.java:94)
>      at org.testng.Assert.failNotEquals(Assert.java:496)
>      at org.testng.Assert.assertEquals(Assert.java:125)
>      at org.testng.Assert.assertEquals(Assert.java:178)
>      at org.apache.atlas.query.GremlinQueryComposerTest.verify(GremlinQueryComposerTest.java:362)
>      at org.apache.atlas.query.GremlinQueryComposerTest.verify(GremlinQueryComposerTest.java:371)
>      at org.apache.atlas.query.GremlinQueryComposerTest.whereClauseTextContains(GremlinQueryComposerTest.java:170)
> {code}



--
This message was sent by Atlassian Jira
(v8.3.4#803005)