Skip to content

AppVeyor build sometimes fails with PostgreSQL timeout #1241

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

Closed
bkoelman opened this issue Jan 7, 2023 · 0 comments · Fixed by #1247
Closed

AppVeyor build sometimes fails with PostgreSQL timeout #1241

bkoelman opened this issue Jan 7, 2023 · 0 comments · Fixed by #1247
Labels
needs-investigation testability Increase the focus on decoupling processes/services to create a better testable environment

Comments

@bkoelman
Copy link
Member

bkoelman commented Jan 7, 2023

DESCRIPTION

AppVeyor build sometimes fails with PostgreSQL timeouts, since we enabled running all tests in parallel. Should explore if reducing the level of parallelism (in case APPVEYOR environment variable is set) solves the problem.

private static readonly SemaphoreSlim ThrottleSemaphore = new(64);

@bkoelman bkoelman added bug needs-investigation testability Increase the focus on decoupling processes/services to create a better testable environment and removed bug labels Jan 7, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
needs-investigation testability Increase the focus on decoupling processes/services to create a better testable environment
Development

Successfully merging a pull request may close this issue.

1 participant