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

mpochatkin pushed a change to branch IGNITE-26181
in repository https://gitbox.apache.org/repos/asf/ignite-3.git


    from 8d9e932bc9c Add comment about resolveClass override
     add 8fea6dcd7ba IGNITE-25669 Fix Netty buffer leak in TcpClientChannel 
(#6512)
     add 8d94b95b32d IGNITE-26277 Fix DotNetComputeExecutor process start on 
undeploy (#6519)
     add 9565e696257 IGNITE-26274 Fix on demand deploy race condition (#6470)
     add 216dfa0228d IGNITE-26352 Add single checkstyle task (#6517)
     add 8c956b3f0d8 IGNITE-26178 Sql. List of SQL keywords (#6520)
     add 938e09d0306 IGNITE-25987 Add public CLI API for partition restart with 
cleanup functionality (#6513)
     add a4695b99f9e IGNITE-25631 C++ Client: Move verification to 
configuration methods (#6523)
     add 06e115514ce IGNITE-26308 Mute the test until heartbeats are 
implemented (#6522)
     add 62c47e04531 IGNITE-26336 Fix node name and node url options (#6510)
     add f7d6cf7914a Merge branch 'main' into IGNITE-26181

No new revisions were added by this update.

Summary of changes:
 ... checkstyleTest checkstyleTestFixtures].run.xml |   9 +-
 build.gradle                                       |   8 +
 .../restart/ItRestartPartitionsTest.java           |  71 ++-
 .../recovery/restart/RestartPartitionsCall.java    |  12 +-
 .../restart/RestartPartitionsCallInput.java        |  22 +-
 .../ignite/internal/cli/commands/Options.java      |   5 +
 .../internal/cli/commands/node/NodeUrlMixin.java   |  13 +-
 .../partitions/restart/RestartPartitionsMixin.java |  10 +
 .../ignite/internal/cli/commands/MixinTest.java    | 246 +++++++++
 .../partitions/restart/RestartPartitionsTest.java  |  64 +++
 .../ignite/internal/client/TcpClientChannel.java   |  86 +--
 .../apache/ignite/client/ConfigurationTest.java    |  22 +
 .../ignite/internal/deployunit/UnitDownloader.java |  21 +-
 .../platform/dotnet/DotNetComputeExecutor.java     |  36 +-
 .../platform/dotnet/DotNetComputeExecutorTest.java |  33 ++
 modules/platforms/cpp/ignite/client/CMakeLists.txt |   1 +
 .../platforms/cpp/ignite/client/ignite_client.cpp  |   7 -
 .../ignite_client_configuration.cpp}               |  17 +-
 .../ignite/client/ignite_client_configuration.h    |  38 +-
 modules/platforms/cpp/ignite/client/ssl_mode.h     |   2 +-
 .../cpp/ignite/network/detail/win/sockets.cpp      |   1 -
 .../cpp/tests/client-test/ignite_client_test.cpp   |  60 +++
 .../cpp/tests/client-test/ignite_runner_suite.h    |   4 +-
 modules/platforms/python/tests/test_fetch_table.py |   3 +-
 .../sql/engine/sql/SqlReservedWordsTest.java       | 581 +++++++++++++++++++++
 25 files changed, 1273 insertions(+), 99 deletions(-)
 create mode 100644 
modules/cli/src/test/java/org/apache/ignite/internal/cli/commands/MixinTest.java
 copy modules/platforms/cpp/ignite/{common/uuid.cpp => 
client/ignite_client_configuration.cpp} (72%)

Reply via email to