- Apr 26, 2024
-
-
Roberto C. Sánchez authored
-
- Apr 05, 2024
-
-
Roberto C. Sánchez authored
-
- Apr 04, 2024
-
-
Kevin Albertson authored
-
- Apr 02, 2024
-
-
Kevin Albertson authored
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-
Kevin Albertson authored
* add wire version checks for 7.2, 7.3, and 8.0 * skip explicit range tests on server 8.0+ * sync tests
-
Kevin Albertson authored
* add regression test Create an exhaust cursor with empty results. Fails an assertion when using legacy op codes. * CDRIVER-5515 handle NULL for OP_REPLY documents Avoids an assertion failure in bson_reader_new_from_data if a legacy exhaust cursor receives an empty batch of documents.
-
- Mar 29, 2024
-
-
Kevin Albertson authored
-
Kevin Albertson authored
* include more info in error message * add regression test for reading incomplete chunk * CDRIVER-5506 error if reading an incomplete chunk Fixes a possible hang when `mongoc_gridfs_file_readv` is called with a corrupt interior chunk sized smaller than `chunk_size`. Implementation assumes chunks (excluding the last chunk) are of size `chunk_size` for calcluating offsets.
-
- Mar 23, 2024
-
-
Kevin Albertson authored
* CDRIVER-5511 disable loading Cyrus plugins on Windows by default adds the CMake option `CYRUS_PLUGIN_PATH_PREFIX` to opt-in to loading plug-ins --------- Co-authored-by:Ezra Chung <88335979+eramongodb@users.noreply.github.com>
-
- Mar 16, 2024
-
-
Roberto C. Sánchez authored
-
- Mar 09, 2024
-
-
Roberto C. Sánchez authored
-
Kyle Kloberdanz authored
The Debian build process has been updated such that the 'debian/' directory is now only in the 'debian/unstable' branch. This change fetches that directory for Evergreen builds to enable building Debian packages in CI.
-
Ezra Chung authored
-
- Mar 06, 2024
-
-
Roberto C. Sánchez authored
Co-authored-by:Kevin Albertson <kevin.albertson@10gen.com>
-
Roberto C. Sánchez authored
-
- Mar 05, 2024
-
-
Kevin Albertson authored
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-
- Mar 01, 2024
-
-
Roberto C. Sánchez authored
Co-authored-by:Ezra Chung <88335979+eramongodb@users.noreply.github.com>
-
- Feb 27, 2024
-
-
0x1 Louis authored
Signed-off-by:
Louis Solofrizzo <lsolofrizzo@scaleway.com> Co-authored-by:
Kevin Albertson <kevin.albertson@10gen.com>
-
- Feb 23, 2024
-
-
Kyle Kloberdanz authored
-
- Feb 21, 2024
-
-
Ezra Chung authored
-
- Feb 16, 2024
-
-
Kevin Albertson authored
-
Kevin Albertson authored
Signed-off-by:Kevin Albertson <kevin.albertson@mongodb.com>
-
- Feb 14, 2024
-
-
Kevin Albertson authored
-
Ezra Chung authored
* Fix position of mock server port number info log message * Add tests for mongos deprioritization during retryable operations * Add support for mongos deprioritization during retryable operations
-
- Feb 13, 2024
-
-
MongoCaleb authored
* reorder start point for doc examples for consistency * remove `done:` from post example
-
MongoCaleb authored
* reorder start point for doc examples for consistency
-
- Feb 01, 2024
-
-
Kevin Albertson authored
* copy in new unified tests * copy in new legacy spec test * add new KMS providers to test runner add partial support for JSON schema 1.18 * implement `encrypt` and `decrypt` operations in unified test runner * export env vars in run-tests.sh * update prose test 11 for named KMS providers * add map for TLS options Required to configure TLS options on named KMS providers * check out libmongocrypt with changes of MONGOCRYPT-605 * update docs to reflect spec terminology KMS provider is specified with string `<KMS provider type>` or `<KMS provider type>:<KMS provider name>`
-
Kevin Albertson authored
* add regression test * account for extra 2 bytes in IPv6 literal * check error logged and returned in test * check return of `bson_snprintf` * use format macros * include `inttypes.h` --------- Co-authored-by:Ezra Chung <88335979+eramongodb@users.noreply.github.com>
-
- Jan 26, 2024
-
-
Ezra Chung authored
-
Kevin Albertson authored
-
- Jan 25, 2024
-
-
Ezra Chung authored
-
Kevin Albertson authored
* remove `mongohouse` tests from skip * do not run `drop` in mongohouse tests * do not run `configureFailPoint` in mongohouse tests * fix leak * pass `ON` for `RUN_MONGOHOUSE_TESTS` To enable using `test_framework_getenv_bool`. "true" is not a supported value. * add helper `test_framework_is_mongohouse` To reduce hard coding of the string "RUN_MONGOHOUSE_TESTS"
-
- Jan 23, 2024
-
-
Jeremy Mikola authored
-
- Jan 20, 2024
-
-
Kevin Albertson authored
* CDRIVER-4771 use mongohouse docker image * migrate to ubuntu 22.04
-
- Jan 18, 2024
-
-
Kevin Albertson authored
Resolves insecure error produced by `find`
-
- Jan 17, 2024
-
-
Kevin Albertson authored
* run `setup_secrets.sh` for AWS auth * use `aws_setup.sh` instead of legacy shell setup for AWS test cases * remove unused `url_encode` * make `*.sh` scripts readable and executable in drivers-evergreen-tools * add `secrets-export.sh` to .gitignore * remove outdated comment * remove unnecessary PATH modification * remove unused `mongodb_bin_dir` * add shellcheck directives Ignore `aws_setup.sh` since it is in drivers-evergreen-tools * add missing `LAMBDA` test case to test without a session token * migrate Ubuntu 18.04 AWS tasks to Ubuntu 20.04 * migrate 6.0+ tasks to Ubuntu 22.04 * enable tracing and print "aws_auth" trace logs This is intended to help diagnose spurious observed auth failures * replace legacy shell with `mongosh` in tutorial
-
Jeremy Mikola authored
-
Jeremy Mikola authored
Synced with mongodb/specifications@3e60a7c5ed07b87a86ce3b9e1ff93558ef0b9be7
-