[JBoss JIRA] (ISPN-3759) org.infinispan.cli.interpreter.UpgradeTest.testSynchronization fails on all environments
by Vitalii Chepeliuk (JIRA)
[ https://issues.jboss.org/browse/ISPN-3759?page=com.atlassian.jira.plugin.... ]
Vitalii Chepeliuk updated ISPN-3759:
------------------------------------
Summary: org.infinispan.cli.interpreter.UpgradeTest.testSynchronization fails on all environments (was: org.infinispan.cli.interpreter.UpgradeTest.testSynchronization fails in all environments)
> org.infinispan.cli.interpreter.UpgradeTest.testSynchronization fails on all environments
> ----------------------------------------------------------------------------------------
>
> Key: ISPN-3759
> URL: https://issues.jboss.org/browse/ISPN-3759
> Project: Infinispan
> Issue Type: Bug
> Components: CLI
> Affects Versions: 6.0.0.Final
> Environment: Test fails on all environments
> Reporter: Vitalii Chepeliuk
> Assignee: Mircea Markus
> Labels: testsuite_stability
>
> There is a problem with ByteArrayKey class and we get
> java.lang.AssertionError: org/infinispan/util/ByteArrayKey
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
> at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
> at org.testng.AssertJUnit.assertFalse(AssertJUnit.java:41)
> at org.infinispan.cli.interpreter.UpgradeTest.checkNoErrors(UpgradeTest.java:101)
> at org.infinispan.cli.interpreter.UpgradeTest.testSynchronization(UpgradeTest.java:87)
> In infinispan-cachestore-remote/pom.xml
> <dependency>
> <groupId>${project.groupId}</groupId>
> <artifactId>infinispan-adaptor52x</artifactId>
> <optional>true</optional> <<< this dependency is optional
> </dependency>
> So when test is running there is no ByteArrayKey under classpath and it fails
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (ISPN-3759) org.infinispan.cli.interpreter.UpgradeTest.testSynchronization fails
by Vitalii Chepeliuk (JIRA)
Vitalii Chepeliuk created ISPN-3759:
---------------------------------------
Summary: org.infinispan.cli.interpreter.UpgradeTest.testSynchronization fails
Key: ISPN-3759
URL: https://issues.jboss.org/browse/ISPN-3759
Project: Infinispan
Issue Type: Bug
Components: CLI
Affects Versions: 6.0.0.Final
Environment: Test fails on all environments
Reporter: Vitalii Chepeliuk
Assignee: Mircea Markus
There is a problem with ByteArrayKey class and we get
java.lang.AssertionError: org/infinispan/util/ByteArrayKey
at org.testng.AssertJUnit.fail(AssertJUnit.java:59)
at org.testng.AssertJUnit.assertTrue(AssertJUnit.java:24)
at org.testng.AssertJUnit.assertFalse(AssertJUnit.java:41)
at org.infinispan.cli.interpreter.UpgradeTest.checkNoErrors(UpgradeTest.java:101)
at org.infinispan.cli.interpreter.UpgradeTest.testSynchronization(UpgradeTest.java:87)
In infinispan-cachestore-remote/pom.xml
<dependency>
<groupId>${project.groupId}</groupId>
<artifactId>infinispan-adaptor52x</artifactId>
<optional>true</optional> <<< this dependency is optional
</dependency>
So when test is running there is no ByteArrayKey under classpath and it fails
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (ISPN-3724) REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
by Tomas Sykora (JIRA)
[ https://issues.jboss.org/browse/ISPN-3724?page=com.atlassian.jira.plugin.... ]
Tomas Sykora updated ISPN-3724:
-------------------------------
Attachment: restRollups6dot0to6dot0tryingToGetHRkey
> REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
> ------------------------------------------------------------------------------
>
> Key: ISPN-3724
> URL: https://issues.jboss.org/browse/ISPN-3724
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.CR1
> Reporter: Tomas Sykora
> Assignee: Mircea Markus
> Attachments: restRollups6dot0to6dot0tryingToGetHRkey, RestRollUpsUnsupportedProtocol60
>
>
> Trying to process REST rolling upgrades using latest infinispan server 6.0.0 snapshot as a TARGET node and the same server as a source node.
> Run Infinispan-server testsuite test for REST Rolling Upgrades.
> mvn clean verify -P suite.examples -Dtest=ExampleConfigsTest#testRestRollingUpgrades -DfailIfNoTests=false
> See new attached file with current stacktrace. REST rolling upgrades from 5.2.x to 6.0 will probably _not_ be supported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (ISPN-3724) REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
by Tomas Sykora (JIRA)
[ https://issues.jboss.org/browse/ISPN-3724?page=com.atlassian.jira.plugin.... ]
Tomas Sykora updated ISPN-3724:
-------------------------------
Description:
Trying to process REST rolling upgrades using latest infinispan server 6.0.0 snapshot as a TARGET node and the same server as a source node.
Run Infinispan-server testsuite test for REST Rolling Upgrades.
mvn clean verify -P suite.examples -Dtest=ExampleConfigsTest#testRestRollingUpgrades -DfailIfNoTests=false
See new attached file with current stacktrace. REST rolling upgrades from 5.2.x to 6.0 will probably _not_ be supported.
was:
Trying to process REST rolling upgrades using latest infinispan server 6.0.0 snapshot as a TARGET node and old 5.2.4 server as a source node.
Put entry to the SOURCE node.
Start TARGET node, specifying source node as a REST RCS.
Calling get on the TARGET node will cause PersistenceException caused by Caused by: java.io.IOException: Unsupported protocol version 60
Please, see full stack trace in attached file.
> REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
> ------------------------------------------------------------------------------
>
> Key: ISPN-3724
> URL: https://issues.jboss.org/browse/ISPN-3724
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.CR1
> Reporter: Tomas Sykora
> Assignee: Mircea Markus
> Attachments: RestRollUpsUnsupportedProtocol60
>
>
> Trying to process REST rolling upgrades using latest infinispan server 6.0.0 snapshot as a TARGET node and the same server as a source node.
> Run Infinispan-server testsuite test for REST Rolling Upgrades.
> mvn clean verify -P suite.examples -Dtest=ExampleConfigsTest#testRestRollingUpgrades -DfailIfNoTests=false
> See new attached file with current stacktrace. REST rolling upgrades from 5.2.x to 6.0 will probably _not_ be supported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (ISPN-3724) REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
by Tomas Sykora (JIRA)
[ https://issues.jboss.org/browse/ISPN-3724?page=com.atlassian.jira.plugin.... ]
Tomas Sykora commented on ISPN-3724:
------------------------------------
Interesting thing is that the whole process seems to be ok. Entries are migrated. But process using rest is trying to do something with ___MigrationManager_HotRod_KnownKeys___ key, which is obviously the problem.
> REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
> ------------------------------------------------------------------------------
>
> Key: ISPN-3724
> URL: https://issues.jboss.org/browse/ISPN-3724
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.CR1
> Reporter: Tomas Sykora
> Assignee: Mircea Markus
> Attachments: RestRollUpsUnsupportedProtocol60
>
>
> Trying to process REST rolling upgrades using latest infinispan server 6.0.0 snapshot as a TARGET node and the same server as a source node.
> Run Infinispan-server testsuite test for REST Rolling Upgrades.
> mvn clean verify -P suite.examples -Dtest=ExampleConfigsTest#testRestRollingUpgrades -DfailIfNoTests=false
> See new attached file with current stacktrace. REST rolling upgrades from 5.2.x to 6.0 will probably _not_ be supported.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (ISPN-3724) REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
by Tomas Sykora (JIRA)
[ https://issues.jboss.org/browse/ISPN-3724?page=com.atlassian.jira.plugin.... ]
Tomas Sykora updated ISPN-3724:
-------------------------------
Summary: REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN (was: REST RollUps 5.2.4 to 6.0.0 -- target can't fetch entries (Unsupported protocol version 60))
> REST RollUps -- Unsupported protocol version 60 throws annoying ERROR and WARN
> ------------------------------------------------------------------------------
>
> Key: ISPN-3724
> URL: https://issues.jboss.org/browse/ISPN-3724
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 6.0.0.CR1
> Reporter: Tomas Sykora
> Assignee: Mircea Markus
> Attachments: RestRollUpsUnsupportedProtocol60
>
>
> Trying to process REST rolling upgrades using latest infinispan server 6.0.0 snapshot as a TARGET node and old 5.2.4 server as a source node.
> Put entry to the SOURCE node.
> Start TARGET node, specifying source node as a REST RCS.
> Calling get on the TARGET node will cause PersistenceException caused by Caused by: java.io.IOException: Unsupported protocol version 60
> Please, see full stack trace in attached file.
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month
[JBoss JIRA] (ISPN-3757) User documentation for 6.0 contains links to older versions of Infinispan apidocs
by Adrian Nistor (JIRA)
[ https://issues.jboss.org/browse/ISPN-3757?page=com.atlassian.jira.plugin.... ]
Adrian Nistor updated ISPN-3757:
--------------------------------
Summary: User documentation for 6.0 contains links to older versions of Infinispan apidocs (was: User documentation contains links to older versions of Infinispan apidocs and JDK apidocs)
Description: All references to apidocs must go to 6.0. Except where linking to an older version is appropriate (upgrade guide might need to). (was: All references to apidocs must go to 6.0. All JDK javadoc references must go to 7.0.
Except where linking to an older version is appropriate (upgrade guide might need to).)
> User documentation for 6.0 contains links to older versions of Infinispan apidocs
> ---------------------------------------------------------------------------------
>
> Key: ISPN-3757
> URL: https://issues.jboss.org/browse/ISPN-3757
> Project: Infinispan
> Issue Type: Bug
> Components: Documentation
> Affects Versions: 6.0.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
>
> All references to apidocs must go to 6.0. Except where linking to an older version is appropriate (upgrade guide might need to).
--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira
11 years, 1 month