-
Notifications
You must be signed in to change notification settings - Fork 172
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
Handle missing resource when dropping a datastore #4340
Labels
Comments
3 tasks
3 tasks
I ran into this where I used the Datasets admin form to delete a whole bunch of Data nodes, and then ran cron. Added a PR to avoid the error, but it probably speaks more to some other area where subsystems are out of sync wrt deleted nodes. |
This is back after #4351 |
Hmm looks like we should have added a test in #4343? |
yupyup. |
3 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Current Behavior
Error when running
drush dkan:datastore:drop
when the resource is missingExpected Behavior
User should see a message that that no resource could be found.
Steps To Reproduce
Relevant log output (optional)
No response
Anything else?
No response
The text was updated successfully, but these errors were encountered: