[JBoss JIRA] (ISPN-11289) Use InfinispanServerRule externally
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11289?page=com.atlassian.jira.plugi... ]
Tristan Tarrant resolved ISPN-11289.
------------------------------------
Fix Version/s: 10.1.4.Final
Resolution: Done
> Use InfinispanServerRule externally
> -----------------------------------
>
> Key: ISPN-11289
> URL: https://issues.redhat.com/browse/ISPN-11289
> Project: Infinispan
> Issue Type: Enhancement
> Components: Test Suite
> Affects Versions: 10.1.1.Final
> Reporter: Gustavo Lira e Silva
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 10.1.4.Final
>
>
> We are trying to use InfinispanServerRule on jdg-functional-tests but we can only start the tests with container mode if we set
> {code:java}
> -Dserver.output.dir=jdg/server/runtime/target/rhdg-server-8.0.0
> {code}
> server.output.dir needs to use a relative path inside jdg project, otherwise docker container doesn't start. This is happening because this line https://github.com/infinispan/jdg/blob/13cae7b461f934f7349b776b6269f95ce3...
> In other words, If we download redhat-datagrid-8.0.0-server and set -Dserver.output.dir to server downloaded docker container doesn't start
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11475) Remove `EntryVersionsMap`
by Ryan Emerson (Jira)
Ryan Emerson created ISPN-11475:
-----------------------------------
Summary: Remove `EntryVersionsMap`
Key: ISPN-11475
URL: https://issues.redhat.com/browse/ISPN-11475
Project: Infinispan
Issue Type: Enhancement
Reporter: Ryan Emerson
The transaction versioned commit/prepare commands use {{EntryVersionsMap}} this can be replaced by a {{Map<Object, IncrementableEntryVersion>}} instance, with the additional merge logic replcaed by a helper method in the WriteSkewHelper class.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-11126) Health check fails when authz is enabled and cache is not yet started
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-11126?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-11126:
-----------------------------------
Fix Version/s: 10.1.6.Final
(was: 10.1.5.Final)
> Health check fails when authz is enabled and cache is not yet started
> ---------------------------------------------------------------------
>
> Key: ISPN-11126
> URL: https://issues.redhat.com/browse/ISPN-11126
> Project: Infinispan
> Issue Type: Bug
> Components: JMX, reporting and management, REST
> Affects Versions: 10.1.0.Final
> Reporter: Tristan Tarrant
> Assignee: Tristan Tarrant
> Priority: Major
> Fix For: 11.0.0.Dev03, 10.1.6.Final
>
>
> When using predefined caches on a container with authorization, and the caches have not been started, the health handler for the cachemanager resource fails with an authorization error.
> The call should be wrapped in a SecurityAction.
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years
[JBoss JIRA] (ISPN-10270) DroppedConnectionsTest.testClosedConnection random failures
by Tristan Tarrant (Jira)
[ https://issues.redhat.com/browse/ISPN-10270?page=com.atlassian.jira.plugi... ]
Tristan Tarrant updated ISPN-10270:
-----------------------------------
Fix Version/s: 10.1.6.Final
(was: 10.1.5.Final)
> DroppedConnectionsTest.testClosedConnection random failures
> -----------------------------------------------------------
>
> Key: ISPN-10270
> URL: https://issues.redhat.com/browse/ISPN-10270
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 10.0.0.Beta3
> Reporter: Dan Berindei
> Assignee: Tristan Tarrant
> Priority: Major
> Labels: testsuite_stability
> Fix For: 11.0.0.Dev03, 10.1.6.Final
>
> Attachments: ISPN-10137_Injection_without_reflection_20190605-1157_DroppedConnectionsTest-infinispan-client-hotrod.log.gz
>
>
> {noformat}
> 12:03:26,084 ERROR (testng-Test:[]) [TestSuiteProgress] Test failed: org.infinispan.client.hotrod.DroppedConnectionsTest.testClosedConnection
> java.lang.AssertionError: expected:<1> but was:<0>
> at org.testng.AssertJUnit.fail(AssertJUnit.java:59) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.failNotEquals(AssertJUnit.java:364) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:80) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:245) ~[testng-6.14.3.jar:?]
> at org.testng.AssertJUnit.assertEquals(AssertJUnit.java:252) ~[testng-6.14.3.jar:?]
> at org.infinispan.client.hotrod.DroppedConnectionsTest.testClosedConnection(DroppedConnectionsTest.java:78) ~[test-classes/:?]
> {noformat}
> Full trace log attached
--
This message was sent by Atlassian Jira
(v7.13.8#713008)
6 years