You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by sa...@apache.org on 2021/01/10 21:44:40 UTC

[ignite-extensions] branch master updated: IGNITE-13648 Tests failing for extensions modules - Fixes #29.

This is an automated email from the ASF dual-hosted git repository.

samaitra pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ignite-extensions.git


The following commit(s) were added to refs/heads/master by this push:
     new 0b54bc9  IGNITE-13648 Tests failing for extensions modules - Fixes #29.
0b54bc9 is described below

commit 0b54bc993797e57ee44c0aa7813be05c36ae157b
Author: samaitra <sa...@gmail.com>
AuthorDate: Sun Jan 10 15:43:53 2021 -0600

    IGNITE-13648 Tests failing for extensions modules - Fixes #29.
    
    Signed-off-by: samaitra <sa...@gmail.com>
---
 modules/kafka-ext/src/test/resources/example-ignite.xml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/modules/kafka-ext/src/test/resources/example-ignite.xml b/modules/kafka-ext/src/test/resources/example-ignite.xml
index f23a306..d3315e9 100644
--- a/modules/kafka-ext/src/test/resources/example-ignite.xml
+++ b/modules/kafka-ext/src/test/resources/example-ignite.xml
@@ -31,7 +31,7 @@
         http://www.springframework.org/schema/util/spring-util.xsd">
     <bean id="ignite.cfg" class="org.apache.ignite.configuration.IgniteConfiguration">
         <!-- Enable peer class loading for remote events. -->
-        <property name="peerClassLoadingEnabled" value="true"/>
+        <property name="peerClassLoadingEnabled" value="false"/>
         <!-- Enable client mode. -->
         <property name="clientMode" value="true"/>
 
@@ -62,7 +62,7 @@
                     <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder">
                         <property name="addresses">
                             <list>
-                                <value>127.0.0.1:47500</value>
+                                <value>127.0.0.1:47500..47509</value>
                             </list>
                         </property>
                     </bean>