-
Notifications
You must be signed in to change notification settings - Fork 72
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
Bug: parks-app crashes after being restored when hitting the api #646
Comments
Further debug of this issue: after i did a backup and restore, we have the same pods running initially but after i hit the parks REST API, it doesnt work, however, another deployment get triggered due to a change in build config: https://github.com/openshift/oadp-operator/blob/master/tests/e2e/sample-applications/parks-app/manifest4.8.yaml#L69-L77 After this it works. |
I think the verification function should wait a few seconds and only check the last deployment (restify-2). |
Whatever replacement is should remains a deploymentconfig with buildconfig which is a usecase that OADP currently requires a workaround on to restore successfully. |
oh @kaovilai so just to make sure I 100% understand what you are saying... |
Yes. That would be great! |
* created a version of todolist for mongo * ensure the manifest builds and triggers just like the parks-app did * adv is that the same app api can be used to add data to the db and check after restore. Related PR openshift#624 Resolves: openshift#646
* created a version of todolist for mongo * ensure the manifest builds and triggers just like the parks-app did * adv is that the same app api can be used to add data to the db and check after restore. Related PR openshift#624 Resolves: openshift#646
* created a version of todolist for mongo * ensure the manifest builds and triggers just like the parks-app did * adv is that the same app api can be used to add data to the db and check after restore. Related PR openshift#624 Resolves: openshift#646
Contact Details
whayutin@redhat.com
Describe bug
parks-app is OLD... afaict it's only value is mongodb.
https://github.com/openshift/oadp-operator/tree/master/tests/e2e/sample-applications/parks-app
Let's replace parks app w/ the same app we use for mariadb (todolist).
This will allow for data validation across db backends
We have the todolist app working with MongoDB.
https://github.com/weshayutin/todolist-mongo-go
What happened?
A bug happened!
OADP Version
1.0.1 (Stable)
OpenShift Version
4.10
Velero pod logs
No response
Restic pod logs
No response
Operator pod logs
No response
New issue
The text was updated successfully, but these errors were encountered: