-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* wip: add backup and restore probes * Add probe for sidecar model * preBackup hook: add httpGet test * preBackupHook: Add HTTP Post test * preBackupHooks: add TCP probe test * preBackupHooks: add Exec probe test * Add postBackupHooks test * Add restore hook test * use busybox * Make SetupWorkloadBackup() and SetupWorkloadRestore() configurable * Execute postBackup/postRestore hook even if the backup/restore process fail * wip: add hook for job model * add hook for job model * wip: add hook test for job model * Add preBackup hook test for job model * Add test of job model for preBackup hook * Add test for job model of preRestore hook * Add test for job model of postRestore hook * wip: add preBackup hook test for database backup (MySQL) * Complete preBackup hook test for database (MySQL) * wip: add postBackup hook for database (MySQL) * Add license header * Use os.Chmod() to make the output file to all users * wip: fix postBackup hook for database * Fix postBackup test hook for database * Add postRestore hook test for database (MySQL) * Add postRestore hook test for database (MySQL) * Remove unnecessary pod/exec permissions * Remove unnecessary Can not be updated' comment * Add debug helper for failed cases * Print operator log after test suit + format log * fix check * Fix StatefulSet tests * Fix failing cases * comment out verify-gen
- Loading branch information
1 parent
cc11d98
commit fa59718
Showing
101 changed files
with
12,888 additions
and
1,088 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.