You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Most of times, I will get "true" and "true". But sometimes I get "true" and "false", meaning that the doc still exists in the CouchDB. When I go and check on the DB, and I can still see the doc.
What could be causing this kind of error? Is there anyway to completely delete the doc from the DB (instead of deleting just _id and _rev)? Or what can I try to resolve this problem?
Thanks....
The text was updated successfully, but these errors were encountered:
I have this really strange issue, and I was hoping someone can shed some light on how I can go about debugging it.
When I run my unit tests, the part when I delete a number of docs, but sometimes not all will be deleted.
Most of times, I will get "true" and "true". But sometimes I get "true" and "false", meaning that the doc still exists in the CouchDB. When I go and check on the DB, and I can still see the doc.
What could be causing this kind of error? Is there anyway to completely delete the doc from the DB (instead of deleting just _id and _rev)? Or what can I try to resolve this problem?
Thanks....
The text was updated successfully, but these errors were encountered: