Skip to content

Instantly share code, notes, and snippets.

@galderz
Created September 3, 2015 13:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save galderz/1143078e6be8869cd602 to your computer and use it in GitHub Desktop.
Save galderz/1143078e6be8869cd602 to your computer and use it in GitHub Desktop.
INFO] ------------------------------------------------------------------------
[INFO] Building Infinispan CDI support 8.0.1-SNAPSHOT
[INFO] ------------------------------------------------------------------------
Downloading: http://maven.repository.redhat.com/earlyaccess/all/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloading: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom
Downloaded: http://repository.jboss.org/nexus/content/groups/public/org/codehaus/plexus/plexus-utils/3.0.8/plexus-utils-3.0.8.pom (0 B at 0.0 KB/sec)
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ infinispan-cdi ---
[INFO]
[INFO] --- maven-remote-resources-plugin:1.1:process (attach-license) @ infinispan-cdi ---
[INFO] Setting property: classpath.resource.loader.class => 'org.codehaus.plexus.velocity.ContextClassLoaderResourceLoader'.
[INFO] Setting property: velocimacro.messages.on => 'false'.
[INFO] Setting property: resource.loader => 'classpath'.
[INFO] Setting property: resource.manager.logwhenfound => 'false'.
[INFO]
[INFO] --- maven-resources-plugin:2.6:resources (default-resources) @ infinispan-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-compiler-plugin:3.1:compile (default-compile) @ infinispan-cdi ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] --- maven-injection-plugin:1.0.2:bytecode (inject-project-version) @ infinispan-cdi ---
[INFO] writing injection changes back [/opt/upstream/infinispan/cdi/target/classes/org/infinispan/cdi/util/Version.class]
[INFO]
[INFO] >>> exec-maven-plugin:1.2.1:java (serialize_component_metadata) > validate @ infinispan-cdi >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ infinispan-cdi ---
[INFO]
[INFO] <<< exec-maven-plugin:1.2.1:java (serialize_component_metadata) < validate @ infinispan-cdi <<<
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:java (serialize_component_metadata) @ infinispan-cdi ---
[INFO] skipping execute as per configuraion
[INFO]
[INFO] --- maven-resources-plugin:2.6:testResources (default-testResources) @ infinispan-cdi ---
[INFO] Using 'UTF-8' encoding to copy filtered resources.
[INFO] Copying 2 resources
[INFO] Copying 2 resources
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (copy_serialized_metadata) @ infinispan-cdi ---
[INFO] Skipping Antrun execution
[INFO]
[INFO] --- maven-compiler-plugin:3.1:testCompile (default-testCompile) @ infinispan-cdi ---
[INFO] Nothing to compile - all classes are up to date
[INFO]
[INFO] >>> exec-maven-plugin:1.2.1:java (serialize_test_component_metadata) > validate @ infinispan-cdi >>>
[INFO]
[INFO] --- maven-enforcer-plugin:1.3.1:enforce (enforce-java) @ infinispan-cdi ---
[INFO]
[INFO] <<< exec-maven-plugin:1.2.1:java (serialize_test_component_metadata) < validate @ infinispan-cdi <<<
[INFO]
[INFO] --- exec-maven-plugin:1.2.1:java (serialize_test_component_metadata) @ infinispan-cdi ---
[INFO] skipping execute as per configuraion
[INFO]
[INFO] --- maven-antrun-plugin:1.8:run (copy_serialized_test_metadata) @ infinispan-cdi ---
[INFO] Skipping Antrun execution
[INFO]
[INFO] --- maven-surefire-plugin:2.18.1:test (default-test) @ infinispan-cdi ---
[INFO] Surefire report directory: /opt/upstream/infinispan/cdi/target/surefire-reports
-------------------------------------------------------
T E S T S
-------------------------------------------------------
Java HotSpot(TM) 64-Bit Server VM warning: ignoring option MaxPermSize=256m; support was removed in 8.0
Running TestSuite
Configuring TestNG with: TestNG652Configurator
Sep 03, 2015 2:36:03 PM org.jboss.weld.bootstrap.WeldBootstrap <clinit>
INFO: WELD-000900 1.1.13 (Final)
[UnitTestTestNGListener] Test testFiringDataRehashedWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 1, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntriesEvictedWhenEvictingDataInCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 2, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryActivatedEventWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 3, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryCreatedEventWhenPuttingDataIntoCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 4, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryEvictedWhenEvictingDataInCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 5, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryInvalidatedWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 6, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryLoadedWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 7, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryModifiedEventWhenModifyingEntryInCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 8, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryPassivatedWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 9, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryRemovedEventWhenRemovingDataFromCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 10, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringEntryVisitedWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 11, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringStartedEventOnNewlyStartedCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 12, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringStoppedEventWhenStoppingCache(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 13, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringTopologyChangedWhenUsingCacheManagerNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 14, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringTransactionCompletedWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 15, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringTransactionRegisteredWhenUsingCacheNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 16, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testFiringViewChangedWhenUsingCacheManagerNotifier(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 17, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testSendingEventToProperEventObservers(org.infinispan.cdi.test.event.CacheEventTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 18, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testCacheRegistrationInDefaultCacheManager(org.infinispan.cdi.test.cachemanager.embedded.registration.CacheRegistrationTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 19, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testCacheRegistrationInSpecificCacheManager(org.infinispan.cdi.test.cachemanager.embedded.registration.CacheRegistrationTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 20, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testSmallCache(org.infinispan.cdi.test.cachemanager.embedded.programmatic.ProgrammaticCacheContainerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 21, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testQuickCache(org.infinispan.cdi.test.cachemanager.embedded.xml.XMLConfiguredCacheContainerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 22, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testVeryLargeCache(org.infinispan.cdi.test.cachemanager.embedded.xml.XMLConfiguredCacheContainerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 23, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testLargeCache(org.infinispan.cdi.test.cachemanager.embedded.external.ExternalCacheContainerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 24, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testQuickCache(org.infinispan.cdi.test.cachemanager.embedded.external.ExternalCacheContainerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 25, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testDefaultConfiguration(org.infinispan.cdi.test.cachemanager.embedded.DefaultConfigurationTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 26, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testDefaultRemoteCacheManagerInjection(org.infinispan.cdi.test.cachemanager.remote.DefaultCacheManagerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 27, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testDefaultRemoteCacheManagerOverride(org.infinispan.cdi.test.cachemanager.remote.DefaultCacheManagerOverrideTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 28, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testCorrectCacheManagersRegistered(org.infinispan.cdi.test.cache.embedded.specific.SpecificCacheManagerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 29, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testSpecificCacheManager(org.infinispan.cdi.test.cache.embedded.specific.SpecificCacheManagerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 30, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testSmallCache(org.infinispan.cdi.test.cache.embedded.configured.ConfiguredCacheTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 31, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testTinyCache(org.infinispan.cdi.test.cache.embedded.configured.ConfiguredCacheTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 32, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testDefaultCache(org.infinispan.cdi.test.cache.embedded.DefaultCacheTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 33, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testDefaultCache(org.infinispan.cdi.test.cache.remote.DefaultCacheTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 34, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testSpecificCacheManager(org.infinispan.cdi.test.cache.remote.SpecificCacheManagerTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 35, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testNamedCache(org.infinispan.cdi.test.cache.remote.NamedCacheTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 36, failed: 0, skipped: 0.
Transport protocol stack used = tcp
[UnitTestTestNGListener] Test testBasicInvocation(org.infinispan.cdi.test.distexec.DistributedExecutorCDITest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 37, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testInvocationUsingImpliedInputCache(org.infinispan.cdi.test.distexec.DistributedExecutorCDITest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 38, failed: 0, skipped: 0.
10994 [WARN] UnitTestTestNGListener: Wrong test name Surefire test for class MultipleCacheManagersArquillianTest
Transaction manager used: JBossTM
[UnitTestTestNGListener] Test testinvokeMapReduceOnSubsetOfKeys(org.infinispan.cdi.test.distexec.WordCountMapReduceCDITest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 39, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testinvokeMapReduceWithInputCacheOnSubsetOfKeys(org.infinispan.cdi.test.distexec.WordCountMapReduceCDITest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 40, failed: 0, skipped: 0.
12265 [WARN] PreferAvailabilityStrategy: ISPN000312: Cache mapreducecache lost data because of graceful leaver WordCountMapReduceCDITest-NodeB-2460
12266 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 32 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12267 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 1 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12267 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 34 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12267 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 3 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12267 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 36 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12268 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 5 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12268 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 38 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12268 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 7 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12268 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 30 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12268 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 1 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12268 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 3 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12269 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 5 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12269 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 7 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12269 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 30 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12269 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 32 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12269 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 34 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12270 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 36 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12270 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 38 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460]
12285 [WARN] PreferAvailabilityStrategy: ISPN000312: Cache mapreducecache lost data because of graceful leaver WordCountMapReduceCDITest-NodeC-41617
12286 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 0 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12286 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 33 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12286 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 2 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12286 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 35 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12286 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 4 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12287 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 37 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12287 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 21 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeC-41617]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12287 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 6 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12287 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 39 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12287 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 12 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeC-41617]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12288 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 29 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeC-41617]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12288 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 31 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12288 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 0 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12288 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 2 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12288 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 4 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12288 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 6 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12289 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 12 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeC-41617]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12289 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 21 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeC-41617]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12289 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 29 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeC-41617]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12289 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 31 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12289 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 33 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12289 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 35 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12290 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 37 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
12290 [ERROR] StateConsumerImpl: ISPN000208: No live owners found for segment 39 of cache mapreducecache. Current owners are: [WordCountMapReduceCDITest-NodeB-2460]. Faulty owners: [WordCountMapReduceCDITest-NodeB-2460, WordCountMapReduceCDITest-NodeC-41617]
[UnitTestTestNGListener] Test testServiceLoaderExtension(org.infinispan.cdi.test.ServiceLoaderTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 41, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testAssertNotNullOnNotNullParameter(org.infinispan.cdi.test.util.ContractsTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 42, failed: 0, skipped: 0.
[UnitTestTestNGListener] Test testAssertNotNullOnNullParameter(org.infinispan.cdi.test.util.ContractsTest) succeeded.
[UnitTestTestNGListener] Test suite progress: tests succeeded: 43, failed: 0, skipped: 0.
12549 [WARN] UnitTestTestNGListener: Possible leaked threads at the end of the test suite:
12550 [WARN] UnitTestTestNGListener: Thread Name: Transaction Reaper
12550 [WARN] UnitTestTestNGListener: Thread Name: threadDeathWatcher-4-1
12550 [WARN] UnitTestTestNGListener: Thread Name: Signal Dispatcher
12550 [WARN] UnitTestTestNGListener: Thread Name: Listener:49502
12550 [WARN] UnitTestTestNGListener: Thread Name: Reference Handler
12550 [WARN] UnitTestTestNGListener: Thread Name: Timer-0
12550 [WARN] UnitTestTestNGListener: Thread Name: Transaction Reaper Worker 0
12551 [WARN] UnitTestTestNGListener: Thread Name: Finalizer
12551 [WARN] UnitTestTestNGListener: Thread Name: process reaper
12551 [WARN] UnitTestTestNGListener: Number of threads: 9
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 11.523 sec - in TestSuite
Results :
Tests run: 43, Failures: 0, Errors: 0, Skipped: 0
[INFO] ------------------------------------------------------------------------
[INFO] BUILD SUCCESS
[INFO] ------------------------------------------------------------------------
[INFO] Total time: 22.630 s
[INFO] Finished at: 2015-09-03T14:36:13+01:00
[INFO] Final Memory: 94M/1061M
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment