nickva commented on code in PR #5220:
URL: https://github.com/apache/couchdb/pull/5220#discussion_r1752137725
##########
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:
Normally I don't remember seeing an issue with mango tests behaving this way
in CI. I think it must because you're trying to run them separately on a
different cluster? Maybe what we can have is a pre-test check for auth and
ability to talk to the cluster in general, and if not quickly exit before the
test even starts?
--
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]