[infinispan-issues] [JBoss JIRA] Issue Comment Edited: (ISPN-1123) Stabilise test suite
Randall Hauch (JIRA)
jira-events at lists.jboss.org
Wed Jun 1 10:56:01 EDT 2011
[ https://issues.jboss.org/browse/ISPN-1123?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12605784#comment-12605784 ]
Randall Hauch edited comment on ISPN-1123 at 6/1/11 10:54 AM:
--------------------------------------------------------------
Looks like more tests are passing. I just synchronized with upstream, and on the 'master' branch I'm running 'mvn clean install' and get three failures in the core module:
{code}
Failed tests:
testTaskCancellation(org.infinispan.distexec.DistributedExecutorTest)
testLocalKeyOwnerChanged(org.infinispan.tx.EagerLockSingleNodeOwnerChangedTest)
createBeforeMethod(org.infinispan.replication.FlagsReplicationTest)
Tests run: 1229, Failures: 3, Errors: 0, Skipped: 3
{code}
Note that three methods in {{org.infinispan.statetransfer.StateTransferLargeObjectTest}} are currently being skipped:
* clearContent()
* createBeforeMethod()
* testForFailure()
Without syncing with upstream, I ran 'mvn clean install -DskipTests', then reran 'mvn clean install' and the number of failures changed:
{code}
Failed tests:
createBeforeClass(org.infinispan.statetransfer.StateTransferLargeObjectTest)
testLocalKeyOwnerChanged(org.infinispan.tx.EagerLockSingleNodeOwnerChangedTest)
Tests run: 1230, Failures: 2, Errors: 0, Skipped: 3
{code}
was (Author: rhauch):
Looks like more tests are passing. I just synchronized with upstream, and on the 'master' branch I'm running 'mvn clean install' and get three failures in the core module:
{code}
Failed tests:
testTaskCancellation(org.infinispan.distexec.DistributedExecutorTest)
testLocalKeyOwnerChanged(org.infinispan.tx.EagerLockSingleNodeOwnerChangedTest)
createBeforeMethod(org.infinispan.replication.FlagsReplicationTest)
Tests run: 1229, Failures: 3, Errors: 0, Skipped: 3
{code}
Note that three methods in {monospaced}org.infinispan.statetransfer.StateTransferLargeObjectTest{monospaced} are currently being skipped:
* clearContent()
* createBeforeMethod()
* testForFailure()
Without syncing with upstream, I ran 'mvn clean install -DskipTests', then reran 'mvn clean install' and the number of failures changed:
{code}
createBeforeClass(org.infinispan.statetransfer.StateTransferLargeObjectTest)
testLocalKeyOwnerChanged(org.infinispan.tx.EagerLockSingleNodeOwnerChangedTest)
Tests run: 1230, Failures: 2, Errors: 0, Skipped: 3
{code}
> Stabilise test suite
> --------------------
>
> Key: ISPN-1123
> URL: https://issues.jboss.org/browse/ISPN-1123
> Project: Infinispan
> Issue Type: Task
> Components: Core API
> Affects Versions: 5.0.0.CR2
> Reporter: Manik Surtani
> Assignee: Dan Berindei
> Priority: Blocker
> Labels: ci, test
> Fix For: 5.0.0.FINAL
>
>
> The current test suite on http://hudson.infinispan.org is pretty unstable. Some tests have been disabled to allow it to run with 100% pass rate. Please investigate these disabled tests.
--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the infinispan-issues
mailing list