IGNITE-2924 .NET: Several improvements to speed-up unit tests execution. This closes #599.
Project: http://git-wip-us.apache.org/repos/asf/ignite/repo Commit: http://git-wip-us.apache.org/repos/asf/ignite/commit/12a19663 Tree: http://git-wip-us.apache.org/repos/asf/ignite/tree/12a19663 Diff: http://git-wip-us.apache.org/repos/asf/ignite/diff/12a19663 Branch: refs/heads/ignite-1786 Commit: 12a19663c2eacbedb170c848589e469f83e3b39c Parents: 3bcabaa Author: Pavel Tupitsyn <[email protected]> Authored: Mon Apr 11 14:34:09 2016 +0300 Committer: vozerov-gridgain <[email protected]> Committed: Mon Apr 11 14:34:09 2016 +0300 ---------------------------------------------------------------------- .../Apache.Ignite.Core.Tests.csproj | 59 ++++++++++---------- .../Binary/BinaryBuilderSelfTest.cs | 8 +-- .../Cache/Query/CacheLinqTest.cs | 11 +--- .../Config/Apache.Ignite.exe.config.test2 | 2 +- .../Config/Cache/Store/cache-store-session.xml | 3 +- .../Config/Compute/compute-grid1.xml | 3 +- .../Config/Compute/compute-grid2.xml | 3 +- .../Config/Compute/compute-grid3.xml | 5 +- .../Config/Compute/compute-standalone.xml | 4 +- .../Config/Dynamic/dynamic-client.xml | 3 +- .../Config/Dynamic/dynamic-data-no-cfg.xml | 3 +- .../Config/Dynamic/dynamic-data.xml | 3 +- .../Config/Lifecycle/lifecycle-beans.xml | 3 +- .../Config/Lifecycle/lifecycle-no-beans.xml | 3 +- .../Config/cache-binarizables.xml | 3 +- .../Config/cache-local-node.xml | 3 +- .../Config/cache-query-continuous.xml | 3 +- .../Config/cache-query.xml | 3 +- .../Config/ignite-dotnet-cfg.xml | 2 +- .../Config/marshaller-default.xml | 3 +- .../Config/marshaller-explicit.xml | 3 +- .../Config/marshaller-invalid.xml | 3 +- .../native-client-test-cache-affinity.xml | 3 +- .../native-client-test-cache-parallel-store.xml | 3 +- .../Config/native-client-test-cache-store.xml | 3 +- .../Config/native-client-test-cache.xml | 3 +- .../Config/reconnect-test.xml | 43 ++++++++++++++ .../Config/start-test-grid1.xml | 3 +- .../Config/start-test-grid2.xml | 3 +- .../Config/start-test-grid3.xml | 3 +- .../Apache.Ignite.Core.Tests/ReconnectTest.cs | 5 +- .../Apache.Ignite.Core.Tests/TestUtils.cs | 5 +- .../dotnet/Apache.Ignite.Core.Tests/app.config | 4 +- .../Apache.Ignite.Core.csproj | 4 +- .../Apache.Ignite.Linq.csproj | 2 +- .../dotnet/examples/Config/examples-config.xml | 2 +- 36 files changed, 139 insertions(+), 83 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj index 9b946d6..cba7d9e 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Apache.Ignite.Core.Tests.csproj @@ -183,83 +183,86 @@ </ItemGroup> <ItemGroup> <Content Include="Config\cache-binarizables.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\cache-local-node.xml"> <SubType>Designer</SubType> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\cache-query-continuous.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\cache-query.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> <SubType>Designer</SubType> </Content> <Content Include="Config\Cache\Store\cache-store-session.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Compute\compute-grid1.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Compute\compute-grid2.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Compute\compute-grid3.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Compute\compute-standalone.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Dynamic\dynamic-client.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Dynamic\dynamic-data-no-cfg.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Dynamic\dynamic-data.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Lifecycle\lifecycle-beans.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\Lifecycle\lifecycle-no-beans.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\marshaller-default.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\marshaller-invalid.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\marshaller-explicit.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\native-client-test-cache-affinity.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\native-client-test-cache-parallel-store.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\native-client-test-cache-store.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\native-client-test-cache.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> + </Content> + <Content Include="Config\reconnect-test.xml"> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\start-test-grid1.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\start-test-grid2.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <Content Include="Config\start-test-grid3.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> <Content Include="Config\Apache.Ignite.exe.config.test"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> </ItemGroup> <ItemGroup> @@ -267,13 +270,13 @@ <None Include="Apache.Ignite.Core.Tests.snk" /> <None Include="app.config" /> <Content Include="Config\ignite-dotnet-cfg.xml"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </Content> <None Include="Config\Apache.Ignite.exe.config.test3"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> <None Include="Config\Apache.Ignite.exe.config.test2"> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <Import Project="$(MSBuildToolsPath)\Microsoft.CSharp.targets" /> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/BinaryBuilderSelfTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/BinaryBuilderSelfTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/BinaryBuilderSelfTest.cs index 1199790..1b73022 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/BinaryBuilderSelfTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Binary/BinaryBuilderSelfTest.cs @@ -93,13 +93,7 @@ namespace Apache.Ignite.Core.Tests.Binary }, JvmClasspath = TestUtils.CreateTestClasspath(), JvmOptions = TestUtils.TestJavaOptions(), - DiscoverySpi = new TcpDiscoverySpi - { - IpFinder = new TcpDiscoveryStaticIpFinder - { - Endpoints = new[] { "127.0.0.1:47500", "127.0.0.1:47501" } - } - } + DiscoverySpi = TestUtils.GetStaticDiscovery() }; _grid = (Ignite) Ignition.Start(cfg); http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs index 9fb529f..a9656e8 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Cache/Query/CacheLinqTest.cs @@ -120,19 +120,10 @@ namespace Apache.Ignite.Core.Tests.Cache.Query /// </summary> private static IgniteConfiguration GetConfig(string gridName = null) { - return new IgniteConfiguration + return new IgniteConfiguration(TestUtils.GetTestConfiguration()) { - JvmClasspath = TestUtils.CreateTestClasspath(), - JvmOptions = TestUtils.TestJavaOptions(), BinaryConfiguration = new BinaryConfiguration(typeof(Person), typeof(Organization), typeof(Address), typeof(Role), typeof(RoleKey), typeof(Numerics)), - DiscoverySpi = new TcpDiscoverySpi - { - IpFinder = new TcpDiscoveryStaticIpFinder - { - Endpoints = new[] { "127.0.0.1:47500", "127.0.0.1:47501" } - } - }, GridName = gridName }; } http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Apache.Ignite.exe.config.test2 ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Apache.Ignite.exe.config.test2 b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Apache.Ignite.exe.config.test2 index ecfce18..f40f220 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Apache.Ignite.exe.config.test2 +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Apache.Ignite.exe.config.test2 @@ -34,7 +34,7 @@ <discoverySpi type="TcpDiscoverySpi"> <ipFinder type="TcpDiscoveryStaticIpFinder"> <endpoints> - <string>127.0.0.1:47500..47501</string> + <string>127.0.0.1:47500</string> </endpoints> </ipFinder> </discoverySpi> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Cache/Store/cache-store-session.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Cache/Store/cache-store-session.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Cache/Store/cache-store-session.xml index 66d4114..3cc9efa 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Cache/Store/cache-store-session.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Cache/Store/cache-store-session.xml @@ -68,11 +68,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml index 566d6ac..e627b54 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid1.xml @@ -95,11 +95,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid2.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid2.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid2.xml index 711c3e3..3ed8042 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid2.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid2.xml @@ -86,11 +86,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid3.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid3.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid3.xml index 64d14bb..a93e01a 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid3.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-grid3.xml @@ -55,18 +55,17 @@ <property name="discoverySpi"> <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi"> - <property name="forceServerMode" value="true"/> - <property name="ipFinder"> <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-standalone.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-standalone.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-standalone.xml index ddedf40..af5f499 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-standalone.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Compute/compute-standalone.xml @@ -45,11 +45,13 @@ <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> <property name="addresses"> <list> - <value>127.0.0.1:47500..47502</value> + <!-- In distributed environment, replace with actual host IP address. --> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-client.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-client.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-client.xml index 8f8893f..05143fa 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-client.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-client.xml @@ -40,11 +40,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data-no-cfg.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data-no-cfg.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data-no-cfg.xml index 83c6642..48b7b01 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data-no-cfg.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data-no-cfg.xml @@ -36,11 +36,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data.xml index dbbae90..14ecf90 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Dynamic/dynamic-data.xml @@ -54,11 +54,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-beans.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-beans.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-beans.xml index a40c27c..71b7072 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-beans.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-beans.xml @@ -33,11 +33,12 @@ <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> <property name="addresses"> <list> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-no-beans.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-no-beans.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-no-beans.xml index 4063e6e..e83c4e8 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-no-beans.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/Lifecycle/lifecycle-no-beans.xml @@ -33,11 +33,12 @@ <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> <property name="addresses"> <list> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-binarizables.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-binarizables.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-binarizables.xml index a31a450..2804131 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-binarizables.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-binarizables.xml @@ -67,11 +67,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-local-node.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-local-node.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-local-node.xml index d6e4dd2..f5e0008 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-local-node.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-local-node.xml @@ -54,11 +54,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query-continuous.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query-continuous.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query-continuous.xml index 86a46e4..2a79994 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query-continuous.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query-continuous.xml @@ -160,11 +160,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query.xml index 338e7f1..08d36e2 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/cache-query.xml @@ -89,11 +89,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/ignite-dotnet-cfg.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/ignite-dotnet-cfg.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/ignite-dotnet-cfg.xml index 53f2f0f..e2870e6 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/ignite-dotnet-cfg.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/ignite-dotnet-cfg.xml @@ -27,7 +27,7 @@ <discoverySpi type="TcpDiscoverySpi"> <ipFinder type="TcpDiscoveryStaticIpFinder"> <endpoints> - <string>127.0.0.1:47500..47501</string> + <string>127.0.0.1:47500</string> </endpoints> </ipFinder> </discoverySpi> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-default.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-default.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-default.xml index 753fad1..f14f15b 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-default.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-default.xml @@ -32,11 +32,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml index 0d0e911..d7d690c 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-explicit.xml @@ -42,11 +42,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-invalid.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-invalid.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-invalid.xml index 188781d..c680314 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-invalid.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/marshaller-invalid.xml @@ -35,11 +35,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-affinity.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-affinity.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-affinity.xml index 4c73ff6..6fe3e70 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-affinity.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-affinity.xml @@ -59,11 +59,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-parallel-store.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-parallel-store.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-parallel-store.xml index 8376d40..6776516 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-parallel-store.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-parallel-store.xml @@ -57,11 +57,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-store.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-store.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-store.xml index c2c4762..f16a867 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-store.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache-store.xml @@ -111,11 +111,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache.xml index d8d4553..f811823 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/native-client-test-cache.xml @@ -118,11 +118,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/reconnect-test.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/reconnect-test.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/reconnect-test.xml new file mode 100644 index 0000000..6fd6b28 --- /dev/null +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/reconnect-test.xml @@ -0,0 +1,43 @@ +<?xml version="1.0" encoding="UTF-8"?> + +<!-- + Licensed to the Apache Software Foundation (ASF) under one or more + contributor license agreements. See the NOTICE file distributed with + this work for additional information regarding copyright ownership. + The ASF licenses this file to You under the Apache License, Version 2.0 + (the "License"); you may not use this file except in compliance with + the License. You may obtain a copy of the License at + + http://www.apache.org/licenses/LICENSE-2.0 + + Unless required by applicable law or agreed to in writing, software + distributed under the License is distributed on an "AS IS" BASIS, + WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. + See the License for the specific language governing permissions and + limitations under the License. +--> + +<beans xmlns="http://www.springframework.org/schema/beans" + xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" + xsi:schemaLocation="http://www.springframework.org/schema/beans + http://www.springframework.org/schema/beans/spring-beans.xsd"> + <bean id="grid.cfg" class="org.apache.ignite.configuration.IgniteConfiguration"> + <property name="localHost" value="127.0.0.1"/> + <property name="connectorConfiguration"><null/></property> + + <property name="discoverySpi"> + <bean class="org.apache.ignite.spi.discovery.tcp.TcpDiscoverySpi"> + <property name="ipFinder"> + <bean class="org.apache.ignite.spi.discovery.tcp.ipfinder.vm.TcpDiscoveryVmIpFinder"> + <property name="addresses"> + <list> + <!-- In distributed environment, replace with actual host IP address. --> + <value>127.0.0.1:47500</value> + </list> + </property> + </bean> + </property> + </bean> + </property> + </bean> +</beans> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid1.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid1.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid1.xml index 8559173..c61ecde 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid1.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid1.xml @@ -43,11 +43,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid2.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid2.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid2.xml index cb628fe..432d318 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid2.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid2.xml @@ -34,11 +34,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid3.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid3.xml b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid3.xml index 753fad1..f14f15b 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid3.xml +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Config/start-test-grid3.xml @@ -32,11 +32,12 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47502</value> + <value>127.0.0.1:47500</value> </list> </property> </bean> </property> + <property name="socketTimeout" value="300" /> </bean> </property> </bean> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ReconnectTest.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ReconnectTest.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ReconnectTest.cs index 5cb0a4f..7803110 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ReconnectTest.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/ReconnectTest.cs @@ -26,6 +26,7 @@ namespace Apache.Ignite.Core.Tests /// <summary> /// Client reconnect tests. /// </summary> + [Category(TestUtils.CategoryIntensive)] public class ReconnectTest { /// <summary> @@ -36,7 +37,7 @@ namespace Apache.Ignite.Core.Tests { var cfg = new IgniteConfiguration { - SpringConfigUrl = "config\\compute\\compute-grid1.xml", + SpringConfigUrl = "config\\reconnect-test.xml", JvmClasspath = TestUtils.CreateTestClasspath(), JvmOptions = TestUtils.TestJavaOptions() }; @@ -49,7 +50,7 @@ namespace Apache.Ignite.Core.Tests { Assert.IsTrue(ignite.GetCluster().ClientReconnectTask.IsCompleted); - var cache = ignite.GetCache<int, int>(null); + var cache = ignite.CreateCache<int, int>("c"); cache[1] = 1; http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs index 9fe8f1c..72e426d 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/TestUtils.cs @@ -315,8 +315,9 @@ namespace Apache.Ignite.Core.Tests { IpFinder = new TcpDiscoveryStaticIpFinder { - Endpoints = new[] { "127.0.0.1:47500", "127.0.0.1:47501" } - } + Endpoints = new[] { "127.0.0.1:47500" } + }, + SocketTimeout = TimeSpan.FromSeconds(0.3) }; } http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core.Tests/app.config ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/app.config b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/app.config index c290c83..2e72ce4 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/app.config +++ b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/app.config @@ -27,7 +27,7 @@ <discoverySpi type="TcpDiscoverySpi"> <ipFinder type="TcpDiscoveryStaticIpFinder"> <endpoints> - <string>127.0.0.1:47500..47501</string> + <string>127.0.0.1:47500</string> </endpoints> </ipFinder> </discoverySpi> @@ -41,7 +41,7 @@ <discoverySpi type="TcpDiscoverySpi"> <ipFinder type="TcpDiscoveryStaticIpFinder"> <endpoints> - <string>127.0.0.1:47500..47501</string> + <string>127.0.0.1:47500</string> </endpoints> </ipFinder> </discoverySpi> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj index a2575cc..7deaf69 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj +++ b/modules/platforms/dotnet/Apache.Ignite.Core/Apache.Ignite.Core.csproj @@ -19,7 +19,7 @@ <DefineConstants>DEBUG;CODE_ANALYSIS</DefineConstants> <CodeAnalysisRuleSet>Apache.Ignite.Core.ruleset</CodeAnalysisRuleSet> <DocumentationFile>bin\x64\Debug\Apache.Ignite.Core.XML</DocumentationFile> - <RunCodeAnalysis>true</RunCodeAnalysis> + <RunCodeAnalysis>false</RunCodeAnalysis> <CodeAnalysisRuleSet>Apache.Ignite.Core.ruleset</CodeAnalysisRuleSet> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|x64'"> @@ -485,7 +485,7 @@ <None Include="Apache.Ignite.Core.snk" /> <None Include="IgniteConfigurationSection.xsd"> <SubType>Designer</SubType> - <CopyToOutputDirectory>Always</CopyToOutputDirectory> + <CopyToOutputDirectory>PreserveNewest</CopyToOutputDirectory> </None> </ItemGroup> <ItemGroup /> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.csproj ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.csproj b/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.csproj index 59aef1c..d1dad16 100644 --- a/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.csproj +++ b/modules/platforms/dotnet/Apache.Ignite.Linq/Apache.Ignite.Linq.csproj @@ -20,7 +20,7 @@ <PlatformTarget>AnyCPU</PlatformTarget> <ErrorReport>prompt</ErrorReport> <CodeAnalysisRuleSet>..\Apache.Ignite.Core\Apache.Ignite.Core.ruleset</CodeAnalysisRuleSet> - <RunCodeAnalysis>true</RunCodeAnalysis> + <RunCodeAnalysis>false</RunCodeAnalysis> </PropertyGroup> <PropertyGroup Condition="'$(Configuration)|$(Platform)' == 'Release|AnyCPU'"> <OutputPath>bin\Release\</OutputPath> http://git-wip-us.apache.org/repos/asf/ignite/blob/12a19663/modules/platforms/dotnet/examples/Config/examples-config.xml ---------------------------------------------------------------------- diff --git a/modules/platforms/dotnet/examples/Config/examples-config.xml b/modules/platforms/dotnet/examples/Config/examples-config.xml index 04e6a26..40b7a43 100644 --- a/modules/platforms/dotnet/examples/Config/examples-config.xml +++ b/modules/platforms/dotnet/examples/Config/examples-config.xml @@ -34,7 +34,7 @@ <property name="addresses"> <list> <!-- In distributed environment, replace with actual host IP address. --> - <value>127.0.0.1:47500..47501</value> + <value>127.0.0.1:47500</value> </list> </property> </bean>
