ci: Don't run PostgreSQL tests in parallel by kylecarbs · Pull Request #94 · coder/coder · GitHub
Skip to content

ci: Don't run PostgreSQL tests in parallel - #94

Merged
kylecarbs merged 1 commit into
mainfrom
pgonce
Jan 30, 2022
Merged

ci: Don't run PostgreSQL tests in parallel#94
kylecarbs merged 1 commit into
mainfrom
pgonce

Conversation

@kylecarbs

@kylecarbs kylecarbs commented Jan 30, 2022

Copy link
Copy Markdown
Member

There have been race conditions when multiple instances
are created at once. This is an attempt to fix!

There's an ipv4 and ipv6 conflict that can occur in Docker. We'll reduce the Go test parallel count back to 1 until we get time to investigate. See: moby/moby#42442

@codecov

codecov Bot commented Jan 30, 2022

Copy link
Copy Markdown

@bryphe-coder bryphe-coder left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for testing this out @kylecarbs !

There have been race conditions when multiple instances
are created at once. This is an attempt to fix!
@kylecarbs kylecarbs changed the title ci: Lock PostgreSQL database creation ci: Don't run PostgreSQL tests in parallel Jan 30, 2022
@kylecarbs
kylecarbs merged commit a7d6f4b into main Jan 30, 2022
@kylecarbs
kylecarbs deleted the pgonce branch January 30, 2022 03:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants