apache / couchdb

Seamless multi-master syncing database with an intuitive HTTP/JSON API, designed for reliability
https://couchdb.apache.org/
Apache License 2.0
6.26k stars 1.03k forks source link

fix(`mango`): raise error on running the tests #5220

Closed pgj closed 2 months ago

pgj commented 2 months ago

While creating the databases for testing the Mango interface, HTTP errors are not considered at all. Although failures will be returned in result, it happens only at the end, and in a generic way (hiding the real cause), after the maximum number of attempts is exceeded.

pgj commented 2 months ago

I am closing this PR for now. The revisited approach shall be a different PR.