Adding function to verify Backup / Restore data#624
Conversation
|
Skipping CI for Draft Pull Request. |
|
@deepakraj1997 nice start dude! |
|
/retest |
|
|
||
| parksAppReady := VerificationFunction(func(ocClient client.Client, namespace string) error { | ||
| Eventually(IsDCReady(ocClient, "parks-app", "restify"), timeoutMultiplier*time.Minute*10, time.Second*10).Should(BeTrue()) | ||
| // err := VerifyBackUpRestoreData(artifact_dir, namespace, "restify", "parks-app") // TODO: VERIFY PARKS APP DATA |
There was a problem hiding this comment.
thanks... looking at the parks app.. the last commit was in 2016. I'm a little suspicious of this app. https://github.com/ryanj/restify-mongodb-parks
There was a problem hiding this comment.
I had added the issue in the description although we could verify the data if we add a wait function.
|
/retest |
1 similar comment
|
/retest |
|
+1 to making this part of the validation VERY resiliant |
| return err | ||
| } | ||
|
|
||
| func VerifyBackUpRestoreData(artifact_dir string, namespace string, routeName string, app string) error { |
There was a problem hiding this comment.
| func VerifyBackUpRestoreData(artifact_dir string, namespace string, routeName string, app string) error { | |
| func VerifyBackupRestoreData(artifact_dir string, namespace string, routeName string, app string) error { |
|
/retest |
|
@deepakraj1997: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes/test-infra repository. I understand the commands that are listed here. |
Uh oh!
There was an error while loading. Please reload this page.