-
Notifications
You must be signed in to change notification settings - Fork 9
feat(mongodb-runner): make suitable for drivers team use DRIVERS-3335 #598
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
Open
addaleax
wants to merge
21
commits into
main
Choose a base branch
from
extra-params
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+1,635
−246
Open
Changes from 14 commits
Commits
Show all changes
21 commits
Select commit
Hold shift + click to select a range
a317cce
Add additional options to MongoCluster
blink1073 b6beb60
wip add auth support
blink1073 bde597f
finish support for auth and ssl
blink1073 462f151
finish sharded support
blink1073 28a10e2
align more with mongodb-runner design principles
addaleax 5e383ec
fix handling of arbiters
blink1073 e475696
Add RSMemberOptions
blink1073 625c540
fixup: use actual TagSet type
addaleax 47de6fd
feat(mongodb-runner): add ability to use a config file
addaleax 4c756a1
fixup: clean up replset and shard arg handling
addaleax 23bb0d3
fixup: allow passing CLI args as env vars, add verbose debug mode dir…
addaleax d159b3d
fixup: be more correct/more explicit in replset hosts test
addaleax fea6ceb
add tests, fix behaviors
addaleax 74b8c93
fixup: check mongos list in config db
addaleax 008bfdf
fixup: CR, use 8.x in tests by default
addaleax 04249ed
fixup: version assertions
addaleax 4746fa0
fixup: cr, export interfaces, fix auth test for 8.x
addaleax acfe911
fixup: support TLS on internal client out of the box
addaleax 401163c
fixup: full flexibility for individual shards
addaleax 42cc373
chore: add documentation
addaleax d919fe9
fixup: bump to Node.js 22.x in CI
addaleax 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
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
Oops, something went wrong.
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.
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.
Haha I can't believe I missed this option. 😅
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.
I verified that it passes options through that aren't defined in the cli options, so we don't need to add all of the new options to the cli.