-
Notifications
You must be signed in to change notification settings - Fork 18
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
ENG-2639 Postgres Periodic Integration Tests #1135
ENG-2639 Postgres Periodic Integration Tests #1135
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks like this is still WIP, can bump this off my review queue until Andre is back. It's not something we desperately need to get in this week.
a4b2f1b
to
bd6c34f
Compare
@kenxu95 Checks here are passing. Going to update to run on schedule again and will set the test-config file to use the test-config.yml before merging. |
…gration test runner
6eacabf
to
212c789
Compare
Describe your changes and why you are making these changes
This PR sets up periodic integration tests to run tests against Postgres.
Setup here is a little different than I expected due to the way that Github Actions handles networking.
Followed a tutorial here and was able to get a Postgres service up and running:
https://josef.codes/using-a-real-postgres-database-in-your-github-ci-pipeline/
Related issue number (if any)
ENG-2639
Loom demo (if any)
N/A (see actions tab here 😄 )
Checklist before requesting a review
python3 scripts/run_linters.py -h
for usage).run_integration_test
: Runs integration testsskip_integration_test
: Skips integration tests (Should be used when changes are ONLY documentation/UI)