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

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


    from dcade02c2de IGNITE-25578 Sql. Add tests for GROUP BY ROLLUP / CUBE 
(#6253)
     add 89bb4859ffd IGNITE-24463 .NET: Add compatibility tests (#6269)

No new revisions were added by this update.

Summary of changes:
 modules/compatibility-tests/build.gradle           |  11 +
 .../internal/client/ClientCompatibilityTests.java  |  48 +-
 .../ignite/internal/CompatibilityTestCommon.java   |  88 ++++
 .../org/apache/ignite/internal/IgniteCluster.java  |  19 +-
 .../PlatformCompatibilityTestNodeRunner.java       | 115 +++++
 .../org/apache/ignite/internal/StopNodeJob.java}   |  15 +-
 .../CurrentClientWithOldServerCompatibilityTest.cs | 516 +++++++++++++++++++++
 .../dotnet/Apache.Ignite.Tests/JavaServer.cs       | 191 ++++++--
 modules/runner/build.gradle                        |   1 +
 9 files changed, 912 insertions(+), 92 deletions(-)
 create mode 100644 
modules/compatibility-tests/src/testFixtures/java/org/apache/ignite/internal/CompatibilityTestCommon.java
 create mode 100644 
modules/compatibility-tests/src/testFixtures/java/org/apache/ignite/internal/PlatformCompatibilityTestNodeRunner.java
 copy 
modules/{compute/src/jobs/java/org/apache/ignite/internal/compute/FailingJob.java
 => 
compatibility-tests/src/testFixtures/java/org/apache/ignite/internal/StopNodeJob.java}
 (72%)
 create mode 100644 
modules/platforms/dotnet/Apache.Ignite.Tests/Compatibility/CurrentClientWithOldServerCompatibilityTest.cs

Reply via email to