This is an automated email from the ASF dual-hosted git repository.
ptupitsyn pushed a commit to branch ignite-12458
in repository https://gitbox.apache.org/repos/asf/ignite.git
The following commit(s) were added to refs/heads/ignite-12458 by this push:
new 292b070 wip
292b070 is described below
commit 292b070fdd2cda4377c1acdf1ed2c8141f2a0d73
Author: Pavel <[email protected]>
AuthorDate: Wed Dec 25 21:01:43 2019 +0300
wip
---
.../cpp/thin-client-test/src/cache_client_test.cpp | 16 ++++++++--------
1 file changed, 8 insertions(+), 8 deletions(-)
diff --git a/modules/platforms/cpp/thin-client-test/src/cache_client_test.cpp
b/modules/platforms/cpp/thin-client-test/src/cache_client_test.cpp
index 8334a2b..075cfff 100644
--- a/modules/platforms/cpp/thin-client-test/src/cache_client_test.cpp
+++ b/modules/platforms/cpp/thin-client-test/src/cache_client_test.cpp
@@ -469,7 +469,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsString)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -499,7 +499,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsGuid)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -529,7 +529,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsComplexType)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -575,7 +575,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsDate)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -619,7 +619,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsTime)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -657,7 +657,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsTimestamp)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -849,7 +849,7 @@
BOOST_AUTO_TEST_CASE(CacheClientPartitionsDefaultDynamicCacheThreeNodes)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);
@@ -881,7 +881,7 @@ BOOST_AUTO_TEST_CASE(CacheClientPartitionsRebalance)
IgniteClientConfiguration cfg;
cfg.SetEndPoints("127.0.0.1:11110,127.0.0.1:11111,127.0.0.1:11112,127.0.0.1:11113");
- cfg.SetAffinityAwareness(true);
+ cfg.SetPartitionawareness(true);
IgniteClient client = IgniteClient::Start(cfg);