-
Notifications
You must be signed in to change notification settings - Fork 8
chores: Add GH Workflow Integration Tests #53
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
Merged
Merged
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
f9cc9c4
chore: Add GH Workflow Integration Tests
ykaiboussiSO 69977e2
remove non-existent named volume from CI
ykaiboussiSO c8c8db6
increase health check timeout
ykaiboussiSO 7651b62
remove tmp branch
ykaiboussiSO 791d22b
add error check
ykaiboussiSO 1f11e56
add db assertion neo4j driver
ykaiboussiSO 2d8c214
fix case sensitive edge case
ykaiboussiSO c92910d
address code rabbit suggestions
ykaiboussiSO 87e9153
Split integration-test into per-driver jobs so each runner starts onl…
ykaiboussiSO 58f1fa9
Merge branch 'main' into PQE-401
ykaiboussiSO bbe46f5
add opengraph integration tests
ykaiboussiSO f9ca610
Merge branch 'main' into PQE-401
ykaiboussiSO 48e3b2b
run integration tests without driver db connection flags
ykaiboussiSO 7907a74
fix env error
ykaiboussiSO d820e4f
fix ci error
ykaiboussiSO 5bddc02
remove env from cmd
ykaiboussiSO bfecf81
remove ops tests
ykaiboussiSO File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or 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 hidden or 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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,25 @@ | ||
| services: | ||
| postgres: | ||
| image: postgres:16 | ||
| environment: | ||
| POSTGRES_USER: dawgs | ||
| POSTGRES_PASSWORD: weneedbetterpasswords | ||
| POSTGRES_DB: dawgs | ||
| ports: | ||
| - "65432:5432" | ||
| volumes: | ||
| - pg_data:/var/lib/postgresql/data | ||
|
|
||
| neo4j: | ||
| image: neo4j:4.4.42 | ||
| environment: | ||
| NEO4J_AUTH: neo4j/weneedbetterpasswords | ||
| ports: | ||
| - "7687:7687" | ||
| - "7474:7474" | ||
| volumes: | ||
| - neo4j_data:/data | ||
|
|
||
| volumes: | ||
| pg_data: | ||
| neo4j_data: |
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.