Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

QA-531: start implementing single-shard dump/restore #20827

Draft
wants to merge 8 commits into
base: 3.11
Choose a base branch
from

Conversation

dothebart
Copy link
Contributor

Scope & Purpose

(Please describe the changes in this PR for reviewers, motivation, rationale - mandatory)

  • 馃挬 Bugfix
  • 馃崟 New feature
  • 馃敟 Performance improvement
  • 馃敤 Refactoring/simplification

Checklist

  • Tests
    • Regression tests
    • C++ Unit tests
    • integration tests
    • resilience tests
  • 馃摉 CHANGELOG entry made
  • 馃摎 documentation written (release notes, API changes, ...)
  • Backports
    • Backport for 3.12.0: (Please link PR)
    • Backport for 3.11: (Please link PR)
    • Backport for 3.10: (Please link PR)

Related Information

(Please reference tickets / specification / other PRs etc)

  • Docs PR:
  • Enterprise PR:
  • GitHub issue / Jira ticket:
  • Design document:

@cla-bot cla-bot bot added the cla-signed label Apr 9, 2024
@dothebart dothebart changed the title start implementing single-shard dump/restore QA-531: start implementing single-shard dump/restore Apr 10, 2024
@dothebart dothebart requested a review from a team as a code owner April 10, 2024 10:46
Base automatically changed from bug-fix-3.11/fix-agent-upgrade-alternative-with-rta to 3.11 April 10, 2024 12:18
@KVS85 KVS85 requested a review from a team as a code owner April 10, 2024 12:18
@jsteemann jsteemann added this to the 3.11 milestone Apr 11, 2024
@@ -44,6 +44,12 @@ if (isEnterprise) {
egm = require("@arangodb/enterprise-graph");
}

function getNoShards(defaultNo) {
Copy link
Contributor

Choose a reason for hiding this comment

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

I am not against adding this function and using it in the tests.
But the devel version of this PR did not add such function, and I currently do not see an open devel PR that would add it.
So why is this function added only in 3.11? Do we need to add it in a separate devel PR?

@dothebart dothebart marked this pull request as draft April 11, 2024 14:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants