You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tinkerpop.apache.org by "Priyanka Awatramani (Jira)" <ji...@apache.org> on 2022/12/11 00:53:00 UTC

[jira] [Created] (TINKERPOP-2840) Test Failures on NonDex

Priyanka Awatramani created TINKERPOP-2840:
----------------------------------------------

             Summary: Test Failures on NonDex
                 Key: TINKERPOP-2840
                 URL: https://issues.apache.org/jira/browse/TINKERPOP-2840
             Project: TinkerPop
          Issue Type: Bug
            Reporter: Priyanka Awatramani
             Fix For: 3.7.0
         Attachments: image-2022-12-10-18-49-54-203.png, image-2022-12-10-18-50-35-363.png, image-2022-12-10-18-51-06-752.png

The tests {*}org.apache.tinkerpop.gremlin.process.traversal.translator.ParameterizedGroovyTranslatorTest#shouldHandleSet{*}, *org.apache.tinkerpop.gremlin.util.iterator.IteratorUtilsTest#shouldConvertMapToIterator* and *org.apache.tinkerpop.gremlin.util.iterator.IteratorUtilsTest#shouldConvertMapToList* passed using normal maven-test, but showed Non-deterministic behavior under NonDex([https://github.com/TestingResearchIllinois/NonDex)] and thus failed. Some of the error messages are:

!image-2022-12-10-18-51-06-752.png!
 
!image-2022-12-10-18-50-35-363.png!

and after some probing, I found the output from the test is not deterministic.

 

Steps to reproduce the failure:

Install Nondex([https://github.com/TestingResearchIllinois/NonDex)] in the environment. 

Then cd to nifi repository, and run the following:
{code:java}
mvn install -pl gremlin-core -am -DskipTests

mvn -pl gremlin-core test -Dtest=org.apache.tinkerpop.gremlin.process.traversal.translator.ParameterizedGroovyTranslatorTest#shouldHandleSet

mvn -pl gremlin-core edu.illinois:nondex-maven-plugin:1.1.2:nondex -Dtest=org.apache.tinkerpop.gremlin.process.traversal.translator.ParameterizedGroovyTranslatorTest#shouldHandleSet{code}



--
This message was sent by Atlassian Jira
(v8.20.10#820010)