Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Postgres CI tests are flaky #747

Open
justinbot opened this issue Apr 21, 2023 · 1 comment
Open

Postgres CI tests are flaky #747

justinbot opened this issue Apr 21, 2023 · 1 comment
Labels
S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.

Comments

@justinbot
Copy link
Contributor

The integration-postgres tests in CI will fail sometimes with a timeout error like this:

     Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves. (/home/runner/work/matrix-appservice-slack/matrix-appservice-slack/tests/integration/PgDatastoreTest.ts)

And then succeed after re-running one or more times.

@Half-Shot
Copy link
Contributor

Hm, 2s is pretty low for schema creations and so on, perhaps we need to ramp it up a bit.

@Half-Shot Half-Shot added T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems. S-Minor Impairs non-critical functionality or suitable workarounds exist labels Apr 21, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
S-Minor Impairs non-critical functionality or suitable workarounds exist T-Defect Bugs, crashes, hangs, vulnerabilities, or other reported problems.
Projects
None yet
Development

No branches or pull requests

2 participants