This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch ignite-12471-2.8
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-12471-2.8 by this push:
new a09900a cleanup
a09900a is described below
commit a09900a556f6517ba2b1c133ae55c80a6dc58c24
Author: Pavel <[email protected]>
AuthorDate: Sat Jan 4 17:34:17 2020 +0300
cleanup
---
.../Apache.Ignite.Core.Tests/Client/ClientServerCompatibilityTest.cs | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientServerCompatibilityTest.cs
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientServerCompatibilityTest.cs
index 05bf804..82922ff 100644
---
a/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientServerCompatibilityTest.cs
+++
b/modules/platforms/dotnet/Apache.Ignite.Core.Tests/Client/ClientServerCompatibilityTest.cs
@@ -120,7 +120,7 @@ namespace Apache.Ignite.Core.Tests.Client
using (var client = StartClient())
{
var expectedPartitionAwareness = _clientProtocolVersion >=
ClientSocket.Ver140;
- Assert.AreEqual(expectedPartitionAwareness,
client.GetConfiguration().EnablePartitionAwareness);
+ Assert.AreEqual(expectedPartitionAwareness,
client.GetConfiguration().EnableAffinityAwareness);
var cache = client.GetOrCreateCache<int,
int>(TestContext.CurrentContext.Test.Name);
cache.Put(1, 2);