Skip to content
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

add dbshell tests to CI #169

Merged
merged 2 commits into from
Oct 24, 2024
Merged

Conversation

timgraham
Copy link
Collaborator

@timgraham timgraham commented Oct 22, 2024

The tests were previously in the Django fork, but mongodb-forks/django#9 allows putting tests in this repo.

@@ -31,7 +31,7 @@ jobs:
uses: actions/checkout@v4
with:
repository: 'mongodb-forks/django'
ref: 'mongodb-5.0.x'
ref: 'mongodb-tests1'
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@@ -62,6 +62,7 @@ jobs:
dates
datetimes
db_functions
dbshell1
Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

When we'd like to use the same app name as Django (when tests in this repo are modeled off tests there), I haven't thought of a better way to differentiate than add something like "1". We could add something longer like "_mongo" but it's just more to type.

@timgraham timgraham merged commit 17d8a5d into mongodb-labs:main Oct 24, 2024
3 checks passed
@timgraham timgraham deleted the move-db-shell-tests branch October 24, 2024 02:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants