[infinispan-issues] [JBoss JIRA] (ISPN-4200) ExampleConfigsTest.testRestRollingUpgrades fails
Tomas Sykora (JIRA)
issues at jboss.org
Mon Jul 7 08:44:24 EDT 2014
[ https://issues.jboss.org/browse/ISPN-4200?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12982619#comment-12982619 ]
Tomas Sykora commented on ISPN-4200:
------------------------------------
It can help with further investigation:
When I try "pure" REST rolling upgrade test (package org.infinispan.server.test.rollingupgrades), it works even with example configuration file.
The difference is that this particular test is using *org.infinispan.server.test.client.rest.RESTHelper* for communication with nodes and it works.
So, it looks like we have an issue in CLI and issue with compatibility mode (putting via HotRod and using REST cache store and REST migrator) which is used for .testRestRollingUpgrades() test.
> ExampleConfigsTest.testRestRollingUpgrades fails
> ------------------------------------------------
>
> Key: ISPN-4200
> URL: https://issues.jboss.org/browse/ISPN-4200
> Project: Infinispan
> Issue Type: Bug
> Security Level: Public(Everyone can see)
> Components: Test Suite - Server
> Reporter: Jakub Markos
> Assignee: Mircea Markus
>
> Fails in the latest snapshot on line 240 with
> {code}
> Can't access etries stored in source node (target's RestCacheStore). expected:<value1> but was:<[B at 19676adb>
> {code}
> you can run the test from /server/integration/testsuite with this command:
> mvn clean test -Psuite.examples -Dtest=ExampleConfigsTest#testRestRollingUpgrades
> The configs used are /server/integration/testsuite/target/server/node1/standalone/configuration/examples/{standalone-rest-rolling-upgrade.xml, standalone-compatibility-mode.xml}
--
This message was sent by Atlassian JIRA
(v6.2.6#6264)
More information about the infinispan-issues
mailing list