-
Notifications
You must be signed in to change notification settings - Fork 22
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
Instructions for running the tests #29
Comments
Hi :) Testing is performed using a dedicated Docker image. Try launching a Docker container using the file pg-logical-replication/infra/docker-pg-logical-replication/docker-compose.yml Lines 1 to 9 in 1f50224
Tests in GitHub Actions are also conducted in a similar environment pg-logical-replication/.github/workflows/node.js.yml Lines 20 to 30 in 1f50224
|
Thanks that worked. Here is what I did for future visitors: cd infra/docker-pg-logical-replication
docker-compose up In a new tab/terminal
|
I have postgres.app installed and running on port 5432 but there seems to be something else that I need to do to verify that things work as expected?
I also tried using act but I'm getting the same errors.
Here are the errors I'm seeing.
Terminal output
If I run
psql -c 'create table playground'
and then run the tests again using:
I get a bunch of other errors.
The text was updated successfully, but these errors were encountered: