-
Notifications
You must be signed in to change notification settings - Fork 201
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 testing cleanup #520
Postgres testing cleanup #520
Conversation
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
Signed-off-by: Billy Yuan <billy112487983@gmail.com>
@BillyYccc this is cool for domain sockets, however this is not supported on OSX (due to docker/for-mac#483) which makes impossible to test on OSX domain sockets which is a blocker for testing domain sockets on OSX. |
I know that but it could not be avoided if we test Unix domain socket with Docker on the OS X system, so the domain socket tests are skipped if the server is started by TestContainers on OS X. Or should we deploy a specific database in CI with OS X for this kind of stuff? |
cleanup |
Motivation:
Rework the Postgres testing