Skip to content

IGNITE-17613 Create incremental snapshot infrastructure#10263

Merged
nizhikov merged 55 commits intoapache:IGNITE-17177_inc_snapshotsfrom
nizhikov:IGNITE-17613
Oct 14, 2022
Merged

IGNITE-17613 Create incremental snapshot infrastructure#10263
nizhikov merged 55 commits intoapache:IGNITE-17177_inc_snapshotsfrom
nizhikov:IGNITE-17613

Conversation

@nizhikov
Copy link
Copy Markdown
Contributor

Thank you for submitting the pull request to the Apache Ignite.

In order to streamline the review of the contribution
we ask you to ensure the following steps have been taken:

The Contribution Checklist

  • There is a single JIRA ticket related to the pull request.
  • The web-link to the pull request is attached to the JIRA ticket.
  • The JIRA ticket has the Patch Available state.
  • The pull request body describes changes that have been made.
    The description explains WHAT and WHY was made instead of HOW.
  • The pull request title is treated as the final commit message.
    The following pattern must be used: IGNITE-XXXX Change summary where XXXX - number of JIRA issue.
  • A reviewer has been mentioned through the JIRA comments
    (see the Maintainers list)
  • The pull request has been checked by the Teamcity Bot and
    the green visa attached to the JIRA ticket (see TC.Bot: Check PR)

Notes

If you need any help, please email dev@ignite.apache.org or ask anу advice on http://asf.slack.com #ignite channel.

@nizhikov nizhikov changed the base branch from master to IGNITE-17177_inc_snapshots September 23, 2022 15:50
@Test
public void testClusterSnapshotExOnInitiatorLeft() throws Exception {
IgniteEx ignite = startGridsWithCache(2, dfltCacheCfg, CACHE_KEYS_RANGE);
for (boolean inc : new boolean[] {false, true}) {
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'd suggest to split it on 2 independent tests, because test for inc snapshots requires additional if and additional cleaning that is already implemented for AbstractSnapshotSelfTest.

@nizhikov nizhikov merged commit 914dc24 into apache:IGNITE-17177_inc_snapshots Oct 14, 2022
@nizhikov nizhikov deleted the IGNITE-17613 branch October 27, 2022 09:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants