You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@ignite.apache.org by am...@apache.org on 2022/10/14 11:41:32 UTC

[ignite-3] branch ignite-17748 updated (0ec78576a8 -> e0a972c36e)

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

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


 discard 0ec78576a8 Fix imports.
 discard 850b84304b Fix tests.
 discard 5e06ba5d8f Fix tests.
 discard ffef874177 Fix incorrect module dependencies.
 discard dc7570407e WIP.
     add 66f1bd1069 IGNITE-17901 .NET: Fix Java server termination, increase timeout (#1209)
     add c97a3d8156 IGNITE-17903 Remove random index names from AbstractSortedIndexTest (#1210)
     add 7b23007a43 WIP.
     add e0a972c36e WIP. Fix incorrect dependencies.

This update added new revisions after undoing existing revisions.
That is to say, some revisions that were in the old version of the
branch are not in the new version.  This situation occurs
when a user --force pushes a change and generates a repository
containing something like this:

 * -- * -- B -- O -- O -- O   (0ec78576a8)
            \
             N -- N -- N   refs/heads/ignite-17748 (e0a972c36e)

You should already have received notification emails for all of the O
revisions, and so the following emails describe only the N revisions
from the common base, B.

Any revisions marked "omit" are not gone; other references still
refer to them.  Any revisions marked "discard" are gone forever.

No new revisions were added by this update.

Summary of changes:
 .../org/apache/ignite/internal/index/IndexManagerTest.java  |  4 ++--
 modules/platforms/dotnet/Apache.Ignite.Tests/JavaServer.cs  |  6 +++---
 .../internal/sql/engine/exec/MockedStructuresTest.java      |  4 +---
 modules/storage-api/pom.xml                                 |  5 -----
 .../storage/index/AbstractSortedIndexStorageTest.java       | 13 ++++++-------
 5 files changed, 12 insertions(+), 20 deletions(-)