-
Notifications
You must be signed in to change notification settings - Fork 49
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
Adds e2e test for compaction #723
Conversation
/test pull-etcd-druid-e2e-kind |
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.
Thanks @abdasgupta for adding E2E tests
Please address my NIT comments
/test pull-etcd-druid-e2e-kind-alpha-features |
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.
/lgtm
Merge this PR once etcd-backup-restore is released
@seshachalam-yv this PR will not pass until #726 is merged. Please rebase this on master once #726 has been merged |
d6a9806
to
16bda19
Compare
* Added e2e tests for compaction. * Fetches options for ETCD Druid through skaffold. * Fixes compaction for distroless image of etcd backup-restore. * Address Sesha's second review.
How to categorize this PR?
/area control-plane
/kind test
What this PR does / why we need it:
This PR adds e2e test for compaction in druid
Which issue(s) this PR fixes:
Fixes #704
Special notes for your reviewer:
As we don't have the new release of etcd backup-restore that supports on demand latest snapshot fetch from actual object storage, I used a custom image of etcd backup-restore that support on-demand latest snapshot from actual object storage. Please, delete the commit with the name
Uses a custom etcdbrctl image that supports latest snapshot pulled from actual storage.
from this PR, once a release is made for etcd backup-restore.Release note: