espy opened a new pull request, #9204: URL: https://github.com/apache/pouchdb/pull/9204
Destroying databases is flaky in pouchdb-server. This PR supersedes #9202 ## Overview PouchDB integration tests were very flaky, with random timeouts. We (NH) identified this being caused by an issue with `pouchdb-server`, where the `destroy()` method used to clean up test DBs didn’t actually remove the test databases. The tests no longer seem to time out when using a CouchDB via `COUCHD_HOST` instead of `pouchdb-server`. This PR changes the CI setup so we can verify this assumption by running the CI repeatedly. We moved the node PERF tests out into their own `nodejs-perf` Job , since our changes conflicted with that particular bit of the `node` job. We’re also trying out randomly selecting Ubuntu mirrors other than the terribly slow Azure one, see https://github.com/actions/runner-images/issues/7048#issuecomment-1419426054 ## Testing recommendations We want to re-run the test suite multiple times to se whether the timeouts are resolved, and if so, submit this as a fix. ## Checklist - [x] I am not a bot - [x] This is my own work, I did not use AI, LLM's or similar technology for code or docs generation - [ ] Code is written and works correctly - [ ] Changes are covered by tests - [ ] Documentation changes were made in the `docs` folder -- 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]
