ci: run MongoDB integration tests - #52
Merged
Benoît Cortier (CBenoit) merged 1 commit intoAug 6, 2026
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Adds MongoDB-backed integration testing to CI using a MongoDB 7 service container.
Changes:
- Adds a serialized integration-test job for ignored tests.
- Adds MongoDB health checks.
- Adds the integration job as a dependency of the
Successgate.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| needs: | ||
| - formatting | ||
| - checks | ||
| - integration-tests |
Member
Author
There was a problem hiding this comment.
Addressed in 4d07ac2. The Success job now runs its aggregate step unconditionally and fails unless formatting, checks, and MongoDB integration tests each report success.
Benoît Cortier (CBenoit)
changed the base branch from
master
to
cbenoit-fix-mongodb-index-assertions
August 6, 2026 07:02
Run the ignored integration tests against a MongoDB 7 service container on Linux. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Benoît Cortier (CBenoit)
force-pushed
the
cbenoit-add-mongodb-integration-ci
branch
from
August 6, 2026 07:03
78595d8 to
feba088
Compare
Benoît Cortier (CBenoit)
merged commit Aug 6, 2026
d45a66d
into
cbenoit-fix-mongodb-index-assertions
4 checks passed
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Run the ignored integration tests against a MongoDB 7 service container on Linux.
Co-authored-by: Copilot App 223556219+Copilot@users.noreply.github.com