// Should be 25, but it's overriden by the test cache manager factory
assertEquals(String.valueOf(TestCacheManagerFactory.MAX_ASYNC_EXEC_THREADS), gc.asyncTransportExecutor().properties().getProperty("maxThreads"));
if (!deprecated) {
assertEquals(String.valueOf(TestCacheManagerFactory.ASYNC_EXEC_QUEUE_SIZE), gc.asyncTransportExecutor().properties().getProperty("queueSize"));
}
assertEquals("AsyncSerializationThread", gc.asyncTransportExecutor().properties().getProperty("threadNamePrefix"));
if (!deprecated) {
assertTrue(gc.remoteCommandsExecutor().factory() instanceof DefaultExecutorFactory);
assertEquals(String.valueOf(TestCacheManagerFactory.MAX_REQ_EXEC_THREADS),
gc.remoteCommandsExecutor().properties().getProperty("maxThreads"));