-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Summary**: Added a CI for running integration tests. Fixed a few bugs to get it working. **Demo**: [Successful CI](https://github.com/cmu-db/dbgym/actions/runs/10242135761/job/28331697565) ![Screenshot 2024-08-04 at 21 08 29](https://github.com/user-attachments/assets/f70cbc54-4cf7-473a-a37c-4546e60b63ee) **Details**: * Made the runner use the `runner` user instead of `root` so we can start Postgres in it. * Made new DBGym config for integration test so that the ports and workspace don't conflict (yay config file!). This is not currently necessary since we run it in a Docker container but it's a good precaution. * In the integration test, we run the full chain (with replay) twice so that we test it both without and with cached results in the workspace. We make sure to delete the workspace before running twice (again not necessary because we're using Docker but is a good precaution).
- Loading branch information
1 parent
e373554
commit 9ef1ee6
Showing
14 changed files
with
130 additions
and
106 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.