Igor Sapego created IGNITE-21785:
------------------------------------
Summary: C++ 3.0: Client lifecycle Integration Testing
Key: IGNITE-21785
URL: https://issues.apache.org/jira/browse/IGNITE-21785
Project: Ignite
Issue Type: Improvement
Components: platforms, thin client
Reporter: Igor Sapego
Need to implement the following plan for integration tests in C++ client:
A logic related to address resolving should be covered if possible:
- A single address is provided, that resolves to a single connection point.
Make sure the address itself is chosen for the initial connection;
- A single address is provided, that resolves to multiple connection points.
Make sure a random address is chosen for the initial connection;
- Multiple addresses are provided, which resolve to multiple connection points.
Make sure a random address is chosen for the initial connection.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)