assertEquals("tcp", g.transport().properties().getProperty("stack"));
DefaultThreadFactory threadFactory =
cm.getCacheManagerConfiguration().listenerThreadPool().threadFactory();
assertEquals("infinispan", threadFactory.threadGroup().getName());
assertEquals("%G %i", threadFactory.threadNamePattern());
assertEquals(5, threadFactory.initialPriority());
assertTrue(cm.getCacheManagerConfiguration().transport().totalOrderThreadPool().threadPoolFactory() instanceof CachedThreadPoolExecutorFactory);
threadFactory = cm.getCacheManagerConfiguration().transport().totalOrderThreadPool().threadFactory();
assertEquals("infinispan", threadFactory.threadGroup().getName());