You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by pt...@apache.org on 2023/07/25 09:39:03 UTC

[ignite-3] branch main updated (df4fdc5986 -> 6cc42b6a2b)

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 df4fdc5986 IGNITE-20037 Fix Gradle issues when building Ignite 3 on Java 17 (#2351)
     add 6cc42b6a2b IGNITE-20036 Fix resource leaks in client tests and streamer (#2350)

No new revisions were added by this update.

Summary of changes:
 .../apache/ignite/client/AbstractClientTest.java   |   4 +-
 .../ignite/client/ClientAuthenticationTest.java    |   6 +-
 .../apache/ignite/client/ClientMetricsTest.java    |  35 +++---
 .../org/apache/ignite/client/DataStreamerTest.java |  83 +++++++-------
 .../ignite/client/PartitionAwarenessTest.java      | 122 +++++++++++----------
 .../internal/streamer/StreamerSubscriber.java      |  34 ++++--
 .../streamer/ItAbstractDataStreamerTest.java       |  88 ++++++++-------
 .../streamer/ItClientDataStreamerTest.java         |   6 +-
 8 files changed, 198 insertions(+), 180 deletions(-)