-
Notifications
You must be signed in to change notification settings - Fork 104
removing code duplication. #2402
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
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
Result of fdb-kubernetes-operator-pr on Linux RHEL 9
|
| } | ||
|
|
||
| // RunDescribeCommand run the describe command on the backup pod. | ||
| func (fdbBackup *FdbBackup) RunDescribeCommand() string { |
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.
This should be in another PR, we shouldn't mix a refactoring and adding new features if not strictly required for some reason.
|
|
||
| var _ = Describe("Operator Backup", Label("e2e", "pr"), func() { | ||
| When("a cluster has backups enabled and then restored", func() { | ||
| func describeBackupMode(backupMode fdbv1beta2.BackupMode) { |
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.
I understand the idea, but I think we should keep them split since we are probably adding more tests in the future that are either specific for continuous backup or onetime backups, thought the latter is rather an exception.
Description
This PR deal with the following:
FileLevelEncryptionis missing the describe command. For now I have put the test in Pending, I will remove that once we have a fix for the same.Type of change
Please select one of the options below.
Discussion
Are there any design details that you would like to discuss further?
No
Testing
Performed manual testing,
Documentation
Did you update relevant documentation within this repository?
N/A
If this change is adding new functionality, do we need to describe it in our user manual?
N/A
If this change is adding or removing subreconcilers, have we updated the core technical design doc to reflect that?
N/A
If this change is adding new safety checks or new potential failure modes, have we documented and how to debug potential issues?
N/A
Follow-up
Are there any follow-up issues that we should pursue in the future?
No
Does this introduce new defaults that we should re-evaluate in the future?
No