-
Notifications
You must be signed in to change notification settings - Fork 533
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
Sync with master #2828
Draft
comandeo
wants to merge
32
commits into
mongodb:2.19-stable
Choose a base branch
from
comandeo:sync-with-master
base: 2.19-stable
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.
Draft
Sync with master #2828
Conversation
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
* making these changes from a clean slate * propagate CRYPT_SHARED_LIB_PATH from the create-instance.sh script to run-serverless-tests.sh
* RUBY-3314 Implement variable iterations for benchmarks * report percentiles along with the median * rename Benchmarking::Micro to Benchmarking::BSON * refactoring to appease rubocop
* RUBY-3314 Implement variable iterations for benchmarks * report percentiles along with the median * rename Benchmarking::Micro to Benchmarking::BSON * refactoring to appease rubocop * RUBY-3315 benchmark scoring * fix merge artifact
* RUBY-3242 Add spec tests for runCommand * Fix runner * Add a bit of a comment
* First implementation attempt * Adjust spec requirement * Improve specs * Add write spec * Add documenting comments * Use proper error codes in prose tests
* RUBY-3314 Implement variable iterations for benchmarks * report percentiles along with the median * rename Benchmarking::Micro to Benchmarking::BSON * refactoring to appease rubocop * RUBY-3315 benchmark scoring * clean up the Rakefile * progress indicator while benchmarks are running * rubocop
* RUBY-3268 Index View API for Search Indexes * documentation, and align method names with the spec * return the correct value here * suppress NamespaceNotFound errors for the drop operation * prose tests for search indexes * rubocop * prose tests pass * first stab at evergreen config for index management specs * rubocop * gah, executable permissions * don't use FLE for full atlas tests * make sure MONGODB_URI is set * set the timeout higher for the search index specs * pass all aggregation options through to the list indexes command * use the correct implementation for #empty? * remove unnecessary validation
…rdown (mongodb#2780) also, expose task_id expansion as environment variable to those scripts
…b#2781) * RUBY-3267 ignore SDAM unified specs when X.509 auth is enabled This is because the SDAM unified specs set a failpoint for an authentication conversation that is never used with X.509 authentication, and so can not pass with that active. * re-enable the x.509 specs * auth flow here assumes SASL; X.509 mechanism is incompatible
* 2706 * Add unified test for all find options * Add missing options * Clarify collation on collection * Add tests for read_concern option * Add tests for read_preference option
* RUBY-3296 write to log when non-genuine host is detected * rubocop appeasement * apparently the Lint/Debugger rubocop is needed in CI, but not locally?
Co-authored-by: Alex Bevilacqua <[email protected]>
* RUBY-3298 include container info in handshake metadata * make sure it works even when faas info is not present * look for .dockerenv, not Dockerfile * add a test to check the value of DOCKERENV_PATH * linter appeasement
…2825) * RUBY-1813 Discard ServerSessions involved in network errors * no need to test the now-non-existant SessionPool.create method * Tweak from code review Co-authored-by: Dmitry Rybakov <[email protected]> * Another tweak from code review Co-authored-by: Dmitry Rybakov <[email protected]> --------- Co-authored-by: Dmitry Rybakov <[email protected]>
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.
No description provided.