[JBoss JIRA] (ISPN-10099) Some modules disable execution default-test but not java8-test
by Tristan Tarrant (Jira)
[ https://issues.jboss.org/browse/ISPN-10099?page=com.atlassian.jira.plugin... ]
Tristan Tarrant updated ISPN-10099:
-----------------------------------
Fix Version/s: 9.4.13.Final
(was: 9.4.12.Final)
> Some modules disable execution default-test but not java8-test
> --------------------------------------------------------------
>
> Key: ISPN-10099
> URL: https://issues.jboss.org/browse/ISPN-10099
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite - Server
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Dan Berindei
> Assignee: Dan Berindei
> Priority: Major
> Fix For: 10.0.0.Beta4, 9.4.13.Final
>
>
> ISPN-9959 introduced executions {{java8-test}} and {{java10-test}}, but some modules (e.g. {{jcache/tck-runner}}) only disable the {{default-test}} execution when they want to skip Surefire completely.
> When profile {{java8-test}} is activated, Surefire tries to run the tests for those modules and fails:
> {noformat}
> [ERROR] Failed to execute goal org.apache.maven.plugins:maven-surefire-plugin:3.0.0-M3:test (java8-test) on project infinispan-jcache-tck-runner: Illegal parallel='tests' -> [Help 1]
> {noformat}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (ISPN-10102) Off heap memory get/put byte should check for 1 byte, not 4
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10102?page=com.atlassian.jira.plugin... ]
Ryan Emerson resolved ISPN-10102.
---------------------------------
Resolution: Done
> Off heap memory get/put byte should check for 1 byte, not 4
> -----------------------------------------------------------
>
> Key: ISPN-10102
> URL: https://issues.jboss.org/browse/ISPN-10102
> Project: Infinispan
> Issue Type: Bug
> Components: Off Heap
> Affects Versions: 10.0.0.Beta3, 9.4.11.Final
> Reporter: Galder Zamarreño
> Assignee: Galder Zamarreño
> Priority: Major
> Fix For: 10.0.0.Beta4, 10.0.0.Final
>
>
> Off-heap's getByte/putByte code check that 4 bytes can be read/written when in reality it should only need 1 byte.
> This will only show up if the byte is read/written at the end of a stream. I don't think it happens right now in the code but could happen in the future.
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years
[JBoss JIRA] (ISPN-10108) Query Project - Store the test results using TestNG
by Ryan Emerson (Jira)
[ https://issues.jboss.org/browse/ISPN-10108?page=com.atlassian.jira.plugin... ]
Ryan Emerson reassigned ISPN-10108:
-----------------------------------
Assignee: Diego Lovison
> Query Project - Store the test results using TestNG
> ---------------------------------------------------
>
> Key: ISPN-10108
> URL: https://issues.jboss.org/browse/ISPN-10108
> Project: Infinispan
> Issue Type: Bug
> Affects Versions: 10.0.0.Final, 9.4.11.Final
> Reporter: Diego Lovison
> Assignee: Diego Lovison
> Priority: Major
>
> Running the command {{mvn verify -pl 'query' -Dtest=MassIndexerAsyncBackendTest}} from the root folder will produce two XMLs
> TEST-infinispan-query.xml
> TEST-org.infinispan.query.distributed.MassIndexerAsyncBackendTest.xml
> One will be the Junit report and the other one will be the Polarion Report.
> The query project uses TestNG instead of JUNIT
> I would like to fix the following
> {code:xml}
> <testcase name="query.distributed.MassIndexerAsyncBackendTest" classname="org.infinispan.query.distributed.MassIndexerAsyncBackendTest" time="3.469"/>
> {code}
--
This message was sent by Atlassian Jira
(v7.12.1#712002)
7 years