assert gc.evictionScheduledExecutor().properties().getProperty("threadNamePrefix").equals("EvictionThread");
assert gc.replicationQueueScheduledExecutor().factory() instanceof DefaultScheduledExecutorFactory;
assert gc.replicationQueueScheduledExecutor().properties().getProperty("threadNamePrefix").equals("ReplicationQueueThread");
assert gc.transport().transport() instanceof JGroupsTransport;
assert gc.transport().clusterName().equals("infinispan-cluster");
// Should be "Jalapeno" but it's overriden by the test cache manager factory
assert gc.transport().nodeName().contains("Node");
assert gc.transport().distributedSyncTimeout() == 50000;