You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Jiri Danek (JIRA)" <ji...@apache.org> on 2016/08/02 14:41:20 UTC

[jira] [Updated] (ARTEMIS-662) Failing HAAutomaticBackupSharedStore#basicDiscovery test

     [ https://issues.apache.org/jira/browse/ARTEMIS-662?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jiri Danek updated ARTEMIS-662:
-------------------------------
    Description: 
{noformat}
$ scripts/one-test.sh HAAutomaticBackupSharedStore#basicDiscovery

[...]

[main] 16:34:51,670 INFO  [org.apache.activemq.artemis.core.server] #*#*# Finished test: basicDiscovery()...
Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.051 sec <<< FAILURE! - in org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStore
basicDiscovery(org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStore)  Time elapsed: 13.315 sec  <<< ERROR!
java.lang.NullPointerException: null
        at org.apache.activemq.artemis.tests.integration.cluster.distribution.ClusterTestBase.startServers(ClusterTestBase.java:1842)
        at org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStore.basicDiscovery(HAAutomaticBackupSharedStore.java:50)


Results :

Tests in error: 
  HAAutomaticBackupSharedStore.basicDiscovery:50->ClusterTestBase.startServers:1842 » NullPointer

Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
{noformat}

  was:
There are three ManagementHelperTests that are currently (f44e87) failing for me. I believe that this is caused by changes introduced in ARTEMIS-565 Artemis use no free json.org

{noformat}
$ scripts/one-test.sh ManagementHelperTest

java.lang.AssertionError: 
Expected :212fccfd-9023-46d7-af25-55627c8ee7c5
Actual   :"212fccfd-9023-46d7-af25-55627c8ee7c5"

java.lang.AssertionError: expected: java.lang.Integer<2105907209> but was: org.apache.johnzon.core.JsonLongImpl<2105907209>
Expected :java.lang.Integer<2105907209> 
Actual   :org.apache.johnzon.core.JsonLongImpl<2105907209>

java.lang.AssertionError: 
Expected :hello
Actual   :"hello"
{noformat}


> Failing HAAutomaticBackupSharedStore#basicDiscovery test
> --------------------------------------------------------
>
>                 Key: ARTEMIS-662
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-662
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 1.4.0
>            Reporter: Jiri Danek
>
> {noformat}
> $ scripts/one-test.sh HAAutomaticBackupSharedStore#basicDiscovery
> [...]
> [main] 16:34:51,670 INFO  [org.apache.activemq.artemis.core.server] #*#*# Finished test: basicDiscovery()...
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0, Time elapsed: 14.051 sec <<< FAILURE! - in org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStore
> basicDiscovery(org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStore)  Time elapsed: 13.315 sec  <<< ERROR!
> java.lang.NullPointerException: null
>         at org.apache.activemq.artemis.tests.integration.cluster.distribution.ClusterTestBase.startServers(ClusterTestBase.java:1842)
>         at org.apache.activemq.artemis.tests.integration.cluster.ha.HAAutomaticBackupSharedStore.basicDiscovery(HAAutomaticBackupSharedStore.java:50)
> Results :
> Tests in error: 
>   HAAutomaticBackupSharedStore.basicDiscovery:50->ClusterTestBase.startServers:1842 » NullPointer
> Tests run: 1, Failures: 0, Errors: 1, Skipped: 0
> {noformat}



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)