You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@manifoldcf.apache.org by "Karl Wright (JIRA)" <ji...@apache.org> on 2011/09/09 10:27:09 UTC

[jira] [Created] (CONNECTORS-253) Script test fails on some machines due to hash order

Script test fails on some machines due to hash order
----------------------------------------------------

                 Key: CONNECTORS-253
                 URL: https://issues.apache.org/jira/browse/CONNECTORS-253
             Project: ManifoldCF
          Issue Type: Bug
          Components: Tests
    Affects Versions: ManifoldCF 0.3
            Reporter: Karl Wright
             Fix For: ManifoldCF 0.3


On some machines, the following failure is seen:

run-script-engine-tests:
   [junit] Testsuite: org.apache.manifoldcf.scriptengine.tests.ExpressionTest
   [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 0.092 sec
   [junit]
   [junit] Testcase: basicConfigurationnodeOperations(org.apache.manifoldcf.scriptengine.tests.ExpressionTest):        FAILED
   [junit] expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
   [junit] junit.framework.AssertionFailedError: expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
   [junit]     at org.apache.manifoldcf.scriptengine.tests.ExpressionTest.basicConfigurationnodeOperations(ExpressionTest.java:514)
   [junit]
   [junit]

BUILD FAILED


--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Resolved] (CONNECTORS-253) Script test fails on some machines due to hash order

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright resolved CONNECTORS-253.
------------------------------------

    Resolution: Fixed

> Script test fails on some machines due to hash order
> ----------------------------------------------------
>
>                 Key: CONNECTORS-253
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-253
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.3
>
>
> On some machines, the following failure is seen:
> run-script-engine-tests:
>    [junit] Testsuite: org.apache.manifoldcf.scriptengine.tests.ExpressionTest
>    [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 0.092 sec
>    [junit]
>    [junit] Testcase: basicConfigurationnodeOperations(org.apache.manifoldcf.scriptengine.tests.ExpressionTest):        FAILED
>    [junit] expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
>    [junit] junit.framework.AssertionFailedError: expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
>    [junit]     at org.apache.manifoldcf.scriptengine.tests.ExpressionTest.basicConfigurationnodeOperations(ExpressionTest.java:514)
>    [junit]
>    [junit]
> BUILD FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Assigned] (CONNECTORS-253) Script test fails on some machines due to hash order

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
     [ https://issues.apache.org/jira/browse/CONNECTORS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Karl Wright reassigned CONNECTORS-253:
--------------------------------------

    Assignee: Karl Wright

> Script test fails on some machines due to hash order
> ----------------------------------------------------
>
>                 Key: CONNECTORS-253
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-253
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.3
>
>
> On some machines, the following failure is seen:
> run-script-engine-tests:
>    [junit] Testsuite: org.apache.manifoldcf.scriptengine.tests.ExpressionTest
>    [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 0.092 sec
>    [junit]
>    [junit] Testcase: basicConfigurationnodeOperations(org.apache.manifoldcf.scriptengine.tests.ExpressionTest):        FAILED
>    [junit] expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
>    [junit] junit.framework.AssertionFailedError: expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
>    [junit]     at org.apache.manifoldcf.scriptengine.tests.ExpressionTest.basicConfigurationnodeOperations(ExpressionTest.java:514)
>    [junit]
>    [junit]
> BUILD FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

        

[jira] [Commented] (CONNECTORS-253) Script test fails on some machines due to hash order

Posted by "Karl Wright (JIRA)" <ji...@apache.org>.
    [ https://issues.apache.org/jira/browse/CONNECTORS-253?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13101066#comment-13101066 ] 

Karl Wright commented on CONNECTORS-253:
----------------------------------------

r1167039 in trunk.
r1167043 in release-0.3-incubating branch.


> Script test fails on some machines due to hash order
> ----------------------------------------------------
>
>                 Key: CONNECTORS-253
>                 URL: https://issues.apache.org/jira/browse/CONNECTORS-253
>             Project: ManifoldCF
>          Issue Type: Bug
>          Components: Tests
>    Affects Versions: ManifoldCF 0.3
>            Reporter: Karl Wright
>            Assignee: Karl Wright
>             Fix For: ManifoldCF 0.3
>
>
> On some machines, the following failure is seen:
> run-script-engine-tests:
>    [junit] Testsuite: org.apache.manifoldcf.scriptengine.tests.ExpressionTest
>    [junit] Tests run: 9, Failures: 1, Errors: 0, Time elapsed: 0.092 sec
>    [junit]
>    [junit] Testcase: basicConfigurationnodeOperations(org.apache.manifoldcf.scriptengine.tests.ExpressionTest):        FAILED
>    [junit] expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
>    [junit] junit.framework.AssertionFailedError: expected:<...e" : "value" : "attr[1"="av1", "attr2"="av2]" : << "childn1" : "...> but was:<...e" : "value" : "attr[2"="av2", "attr1"="av1]" : << "childn1" : "...>
>    [junit]     at org.apache.manifoldcf.scriptengine.tests.ExpressionTest.basicConfigurationnodeOperations(ExpressionTest.java:514)
>    [junit]
>    [junit]
> BUILD FAILED

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira