ignite-3477-master fix testClientReconnectRequest
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/7a9bd3ef Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/7a9bd3ef Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/7a9bd3ef Branch: refs/heads/ignite-3477-master Commit: 7a9bd3ef05d23d685694a560424cdc1de7806053 Parents: cf06bad Author: Dmitriy Govorukhin <[email protected]> Authored: Thu Apr 6 18:47:00 2017 +0300 Committer: Dmitriy Govorukhin <[email protected]> Committed: Thu Apr 6 18:47:00 2017 +0300 ---------------------------------------------------------------------- modules/core/src/test/config/websession/example-cache-client.xml | 4 ++++ 1 file changed, 4 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/7a9bd3ef/modules/core/src/test/config/websession/example-cache-client.xml ---------------------------------------------------------------------- diff --git a/modules/core/src/test/config/websession/example-cache-client.xml b/modules/core/src/test/config/websession/example-cache-client.xml index 5ec9b5b..b0cc5d4 100644 --- a/modules/core/src/test/config/websession/example-cache-client.xml +++ b/modules/core/src/test/config/websession/example-cache-client.xml @@ -28,6 +28,10 @@ <property name="clientMode" value="true"/> <property name="igniteInstanceName" value="client"/> + + <property name="cacheConfiguration"> + <list/> + </property> </bean> </beans>
