[infinispan-issues] [JBoss JIRA] (ISPN-2798) Test name differs from test class name
Mircea Markus (JIRA)
jira-events at lists.jboss.org
Fri Feb 8 10:44:51 EST 2013
[ https://issues.jboss.org/browse/ISPN-2798?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Mircea Markus updated ISPN-2798:
--------------------------------
Status: Resolved (was: Pull Request Sent)
Resolution: Done
thanks - integrated on both 5.2.x and master.
> Test name differs from test class name
> --------------------------------------
>
> Key: ISPN-2798
> URL: https://issues.jboss.org/browse/ISPN-2798
> Project: Infinispan
> Issue Type: Bug
> Components: Test Suite
> Affects Versions: 5.2.0.Final
> Reporter: Adrian Nistor
> Assignee: Adrian Nistor
> Fix For: 5.2.1, 5.3.0.Alpha1
>
>
> The log from a recent test run on core contains these warnings.
> Some of them are actually superfluous because they refer to abstract classes. UnitTestTestNGListener should not print such a warning if the test class is abstract.
> {noformat}
> 2013-02-05 17:18:14,372 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name AsyncAPIAsyncReplTest for class AsyncAPITxAsyncReplTest
> 2013-02-05 17:18:14,373 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name AsyncAPISyncReplTest for class AsyncAPITxSyncReplTest
> 2013-02-05 17:18:14,376 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name SyncReplImplicitLockingTest for class SyncReplPessimisticLockingTest
> 2013-02-05 17:18:15,351 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name DldEagerLockingReplicationTest for class DldPessimisticLockingReplicationTest
> 2013-02-05 17:18:15,354 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name Command line test for class BaseDldPessimisticLockingTest
> 2013-02-05 17:18:15,355 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name DldEagerLockingDistributedTest for class DldPessimisticLockingDistributedTest
> 2013-02-05 17:18:19,641 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name TransactionReleaseWithAsync2ndPhaseRecoveryTest for class TransactionCleanupWithAsync2ndPhaseRecoveryTest
> 2013-02-05 17:18:19,930 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name ReplLockReorderingTest for class ReplicatedLockReorderingTest
> 2013-02-05 17:18:23,524 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name TransactionReleaseWithAsync2ndPhaseTest for class TransactionCleanupWithAsync2ndPhaseTest
> 2013-02-05 17:18:39,416 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name AsyncTest for class AsyncStoreEvictionTest
> 2013-02-05 17:18:39,472 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name RemovedEntryFoundAsyncStoreTest for class AsyncStoreFunctionalTest
> 2013-02-05 17:18:52,937 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name InitiatorCrasherBeforePrepareOptimisticTest for class InitiatorCrashOptimisticTest
> 2013-02-05 17:19:02,368 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name BasicSingleLockRepOptTest for class BasicSingleLockReplOptTest
> 2013-02-05 17:19:24,012 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name TopologyAwareConsistentHashFactoryTest for class TopologyAwareSyncConsistentHashFactoryTest
> 2013-02-05 17:19:34,681 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name AsyncAPISyncDistTest for class AsyncAPITxSyncDistTest
> 2013-02-05 17:19:35,098 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name AsyncAPIAsyncDistTest for class AsyncAPITxAsyncDistTest
> 2013-02-05 17:20:44,563 WARN [org.infinispan.test.fwk.UnitTestTestNGListener] (TestNG) Wrong test name TxAndAsyncOpsTest for class TxCacheAndAsyncOpsTest
> {noformat}
--
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
More information about the infinispan-issues
mailing list