Skip to content

Commit

Permalink
IGNITE-24028 Remove setForceServerMode from .NET tests (#11754)
Browse files Browse the repository at this point in the history
* IGNITE-24028 Remove setForceServerMode from .NET tests

* IGNITE-24028 Remove setForceServerMode from .NET tests
  • Loading branch information
nizhikov authored Dec 17, 2024
1 parent 9ae7f84 commit 4236e3c
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,6 @@

<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">
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -846,7 +846,6 @@ private static IgniteConfiguration GetTestConfig()
Endpoints = new[] {"", "abc"}
},
ClientReconnectDisabled = true,
ForceServerMode = true,
IpFinderCleanFrequency = TimeSpan.FromMinutes(7),
LocalAddress = "127.0.0.1",
LocalPort = 49900,
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -747,7 +747,6 @@ private static IgniteConfiguration GetCustomConfig()
Endpoints = new[] {"127.0.0.1:47503", "127.0.0.1:47504"}
},
ClientReconnectDisabled = true,
ForceServerMode = true,
IpFinderCleanFrequency = TimeSpan.FromMinutes(7),
LocalAddress = "127.0.0.1",
LocalPort = 47503,
Expand Down

0 comments on commit 4236e3c

Please sign in to comment.