This is an automated email from the ASF dual-hosted git repository.

alexpl pushed a change to branch ignite-2.9
in repository https://gitbox.apache.org/repos/asf/ignite.git.


    from 1303767  IGNITE-13328 Fixed: control.sh returns invalid error code - 
Fixes #8123.
     new 455bb28  IGNITE-12718 pyignite: added SSL keyfile password argument. 
(#7480)
     new 03c7e2a  IGNITE-13369 .NET: Clear cached node data on client disconnect

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../config/ssl/generate_certificates.sh            |  18 +++++--
 .../Apache.Ignite.Core.Tests/ReconnectTest.cs      |  37 ++++++++++++++
 .../Impl/Cluster/ClusterGroupImpl.cs               |   9 ++++
 .../dotnet/Apache.Ignite.Core/Impl/Ignite.cs       |   8 ++-
 .../python/pyignite/connection/__init__.py         |   4 ++
 .../platforms/python/pyignite/connection/ssl.py    |  40 +++++++++------
 .../tests/config/ssl.xml}                          |  15 +++---
 .../platforms/python/tests/config/ssl/README.txt   |   3 ++
 .../python/tests/config/ssl/client_full.pem        |  52 ++++++++++++++++++++
 .../tests/config/ssl/client_with_pass_full.pem     |  54 +++++++++++++++++++++
 .../platforms/python/tests/config/ssl/server.jks   | Bin 0 -> 2380 bytes
 .../platforms/python/tests/config/ssl/trust.jks    | Bin 0 -> 1346 bytes
 modules/platforms/python/tests/conftest.py         |  11 ++++-
 modules/platforms/python/tests/test_handshake.py   |   3 +-
 14 files changed, 223 insertions(+), 31 deletions(-)
 copy modules/platforms/{cpp/odbc-test/config/queries-ssl.xml => 
python/tests/config/ssl.xml} (88%)
 create mode 100644 modules/platforms/python/tests/config/ssl/README.txt
 create mode 100644 modules/platforms/python/tests/config/ssl/client_full.pem
 create mode 100644 
modules/platforms/python/tests/config/ssl/client_with_pass_full.pem
 create mode 100644 modules/platforms/python/tests/config/ssl/server.jks
 create mode 100644 modules/platforms/python/tests/config/ssl/trust.jks

Reply via email to