This is an automated email from the ASF dual-hosted git repository.
amashenkov pushed a change to branch ignite-18171
in repository https://gitbox.apache.org/repos/asf/ignite-3.git
from 2d94efe187 Wip.
new 7386aafb18 wip.
new e95a4a992a wip.
new e50ee81159 wip.
The 3 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:
modules/runner/build.gradle | 1 +
.../ignite/internal/ItNodeStartStopTest.java | 482 ----------------
.../ignite/internal/cluster/ItNodeRestartTest.java | 616 +++++++++++++++++++++
.../internal/cluster/ItNodeStartStopTest.java | 556 +++++++++++++++++++
4 files changed, 1173 insertions(+), 482 deletions(-)
delete mode 100644
modules/runner/src/integrationTest/java/org/apache/ignite/internal/ItNodeStartStopTest.java
create mode 100644
modules/runner/src/integrationTest/java/org/apache/ignite/internal/cluster/ItNodeRestartTest.java
create mode 100644
modules/runner/src/integrationTest/java/org/apache/ignite/internal/cluster/ItNodeStartStopTest.java