-
Notifications
You must be signed in to change notification settings - Fork 1.5k
fix(tests): Added Backup/Restore test for NFS. #8551
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’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
this is a
ToDo:
Future Changes needed:
This PR should NOT be merged till we do some more cleanups. |
@shivaji-dgraph will fix up the ci-yaml file - because there are py dependencies and other dependencies as you had shown during the call. So once you fix those up, this PR tests should all pass. Post a successful run, we shall start looking into the |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
These are some really useful tests but we need to improve the tests. I have added a few comments and I can help more if you get stuck. Please take a look.
systest/backup/nfs-backup/docker-utils/dgraph-nfs-client/Dockerfile
Outdated
Show resolved
Hide resolved
Please rebase the change on latest main and force push before we can review it. Thanks |
e8bc42f
to
561ca0c
Compare
b2b758d
to
09aa050
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please update the description with information on what scenario is being tested.
This needs more details. |
…age and resolved review comments
9ba24ef
to
a0cde5a
Compare
This reverts commit 9739415. It is failing on CI.
Change: Added new automated tests for backup/restore (full as well as incremental ) on NFS. Test Scenarios covered:- - Full+Incremental backup on nfs mounted directory - Full+Incremental restore from nfs mounted directory.
Change: Added new automated tests for backup/restore (full as well as incremental ) on NFS. Test Scenarios covered:- - Full+Incremental backup on nfs mounted directory - Full+Incremental restore from nfs mounted directory.
Change: Added new automated tests for backup/restore (full as well as incremental ) on NFS.
Test Scenarios covered:-