pgj commented on code in PR #5220:
URL: https://github.com/apache/couchdb/pull/5220#discussion_r1752143114
##########
src/mango/test/mango.py:
##########
@@ -120,6 +120,8 @@ def recreate(self):
# db exists and it is empty -- exit condition is met
return
self.delete()
+ else:
+ r.raise_for_status()
Review Comment:
Yes, the issue happened because I was trying to run the test against a
remote cluster. I will not likely show up in the CI. The pre-test check
sounds like an interesting idea, I can give it a try.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]