diff options
author | waqas.ikram <waqas.ikram@ericsson.com> | 2018-07-06 16:37:36 +0100 |
---|---|---|
committer | waqas.ikram <waqas.ikram@ericsson.com> | 2018-07-09 14:07:58 +0100 |
commit | dba5999ebf16a85a996f1f5502c2c154ac3f38b2 (patch) | |
tree | 189c48972b92213ae7b853ce6c100f52a196635b /testsuites/integration/integration-context-test/src/test/resources/hazelcast | |
parent | dcf8f703fdd07161c86231ecc4af0f25872a45f4 (diff) |
Fixing Multi JVM Tests and sonar bugs
Change-Id: I02df58695b44d5768410a0eaccb090cda7eb85ba
Issue-ID: POLICY-865
Signed-off-by: waqas.ikram <waqas.ikram@ericsson.com>
Diffstat (limited to 'testsuites/integration/integration-context-test/src/test/resources/hazelcast')
-rw-r--r-- | testsuites/integration/integration-context-test/src/test/resources/hazelcast/hazelcast.xml | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/testsuites/integration/integration-context-test/src/test/resources/hazelcast/hazelcast.xml b/testsuites/integration/integration-context-test/src/test/resources/hazelcast/hazelcast.xml index d69f24b90..2918909c3 100644 --- a/testsuites/integration/integration-context-test/src/test/resources/hazelcast/hazelcast.xml +++ b/testsuites/integration/integration-context-test/src/test/resources/hazelcast/hazelcast.xml @@ -41,14 +41,23 @@ </interfaces> </network> <properties> - <property name="hazelcast.icmp.enabled">true</property> + <property name="hazelcast.icmp.enabled">false</property> <property name="hazelcast.logging.type">slf4j</property> <!-- disable the hazelcast shutdown hook - prefer to control the shutdown in code --> <property name="hazelcast.shutdownhook.enabled">false</property> <property name="hazelcast.graceful.shutdown.max.wait">60</property> + <property name="hazelcast.operation.generic.thread.count">1</property> + <property name="hazelcast.operation.thread.count">1</property> + <property name="hazelcast.clientengine.thread.count">1</property> + <property name="hazelcast.client.event.thread.count">1</property> + <property name="hazelcast.event.thread.count">1</property> + <property name="hazelcast.io.output.thread.count">1</property> + <property name="hazelcast.io.thread.count">1</property> + <property name="hazelcast.executor.client.thread.count">1</property> + <property name="hazelcast.clientengine.thread.count">1</property> </properties> <executor-service> - <pool-size>16</pool-size> + <pool-size>2</pool-size> </executor-service> </hazelcast> |