wohali opened a new issue #1122: should_create_delete_database_continuously (100 times) fails on Jenkins CI URL: https://github.com/apache/couchdb/issues/1122 The test seems to have started failing after #1062 landed (/cc @eiri @nickva). I beg you to not ignore Jenkins :) ## Expected Behavior Test runs should be green across the board ## Current Behavior 8 of 11 runs in Jenkins timed out on this test in the last run on `master` https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/46 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/47 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/48 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/56 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/55 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/50 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/52 https://builds.apache.org/blue/organizations/jenkins/CouchDB/detail/master/173/pipeline/51 ## Possible solution FYI the semantics of the test changed with the PR. See: https://github.com/apache/couchdb/blob/e81c54e32d2a165dc762ad4217b753da723dc1fa/src/couch/test/couch_db_tests.erl vs. https://github.com/apache/couchdb/blob/master/src/couch/test/couch_db_tests.erl#L129-L139 We are calling `couch_server:delete()` now; previously we were calling `couch_db:close()` which only de-monitors the DB.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
