Closed
Description
New Issue Checklist
- I am not disclosing a vulnerability.
- I am not just asking a question.
- I have searched through existing issues.
- I can reproduce the issue with the latest version of Parse Server.
Issue Description
The flaky Postgres tests are currently the most significant bottleneck when it comes to merging PRs:
- More reviewer effort required to restart failing tests
- Longer wait time for contributors to see PRs getting merged
- Increased resource costs (GitHub Action compute time)
While there were other CI/CD related bottlenecks in the past, they have largely been removed over time so that this issue became now the most impactful one.
Solution
Fix the flakiness.