summaryrefslogtreecommitdiff
path: root/jstests/noPassthroughWithMongod
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49269: Add 'previousVersion' field to FCV document when in ↵Lingzhi Deng2020-07-151-4/+4
| | | | downgrading states
* SERVER-49008 Create a new jstest to track Biggie's metricsYuhong Zhang2020-07-141-0/+58
|
* SERVER-49288 Only run background_validation.js on storage engines that ↵Gregory Wlodarek2020-07-021-0/+2
| | | | support fsync
* SERVER-43864 Move jstests/core/background_validation.js to ↵Bynn Lee2020-06-251-0/+104
| | | | jstests/noPassthroughWithMongod because it uses a fail point
* SERVER-47010 Fix ttl_sharded.js loggingEsha Maharishi2020-06-241-2/+4
|
* Revert "SERVER-43864 Move jstests/core/background_validation.js to ↵Bynn Lee2020-06-241-104/+0
| | | | | | jstests/noPassthroughWithMongod because it uses a fail point" This reverts commit a6a3757ad06bd52d2082d80a3d35c6f1787e35eb.
* SERVER-43864 Move jstests/core/background_validation.js to ↵Bynn Lee2020-06-241-0/+104
| | | | jstests/noPassthroughWithMongod because it uses a fail point
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-121-19/+0
| | | | Bring back the earlier commit.
* SERVER-46718 Support 'let' parameters for findAndModify in sharded environmentsKatherine Wu2020-06-121-22/+0
|
* Revert "SERVER-46716: Add tests for let parameters for sharded update"Katherine Wu2020-06-121-0/+19
| | | | This reverts commit 41fd8b2a5b227dda18ab81da51e10ecafcf64a52.
* SERVER-46716: Add tests for let parameters for sharded updatePawel Terlecki2020-06-111-19/+0
| | | | Made cosmetic changes for the sake of consistency.
* SERVER-46116 Add integration tests for let variablesKatherine Wu2020-06-111-7/+0
|
* SERVER-46738 Ensure let parameters work for sharded findJacob Evans2020-06-101-21/+1
|
* SERVER-47409 writeconcern>1 gives no error on standalone serverRyan Timmons2020-06-081-0/+13
|
* SERVER-46707 Support 'let' variables in aggregate command in sharded deploymentsEric Cox2020-06-051-1/+1
|
* SERVER-30888 Obtain locks with timeouts when collecting FTDC statisticsGregory Noma2020-06-011-0/+48
|
* SERVER-46737 Support let variables for find commandJacob Evans2020-06-011-1/+21
|
* SERVER-46998 Support 'let' variables used within $merge custom pipeline updateKatherine Wu2020-05-181-1/+87
|
* SERVER-48042: Correct validate_multikey to ensure its collection starts clean.Daniel Gottlieb2020-05-111-0/+39
|
* SERVER-46715 Support let parameter in findAndModify commandKatherine Wu2020-05-071-1/+23
|
* SERVER-46709 Support 'let' variables in the delete commandJacob Evans2020-05-041-0/+7
|
* SERVER-46115 Implement 'let' parameters to aggregate commandsEric Cox2020-04-301-0/+131
|
* SERVER-47665 findAndModify_upsert_no_conflicts.js requires support for ↵Benety Goh2020-04-241-2/+9
| | | | document level locking
* SERVER-47605 Single-phase index builds should only check constraint ↵Louis Williams2020-04-231-4/+11
| | | | violations upon completion
* SERVER-47423 Take collection MODE_X locks instead of databse MODE_X lock in ↵Gregory Noma2020-04-101-0/+44
| | | | cloneCollectionAsCapped
* SERVER-47317 Take collection MODE_X locks instead of database MODE_X lock in ↵Gregory Noma2020-04-091-0/+38
| | | | covertToCapped
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-04-011-0/+42
|
* SERVER-45955 Make findAndModify not take database MODE_X lockGregory Noma2020-04-011-0/+44
|
* Revert "SERVER-46865 Make collMod not take database MODE_X lock"Gregory Noma2020-03-301-42/+0
| | | | This reverts commit 80ebcc52a6ec27834a286ab1ab342db0d7f63756.
* SERVER-46865 Make collMod not take database MODE_X lockGregory Noma2020-03-241-0/+42
|
* SERVER-38426 Verify that renaming collections to system collections is ↵Gregory Wlodarek2020-03-201-0/+24
| | | | disallowed and vice-versa
* SERVER-46945: Correct FCV-aware error messages for overlong collection names.Daniel Gottlieb2020-03-191-119/+0
| | | | | Remove test coverage that exercises cases where namespace length approaches the bson document size limit.
* SERVER-45692 add explicit RWC to inter-node commands (even if merely ↵Kevin Pulo2020-03-051-4/+13
| | | | kImplicitDefault)
* SERVER-46196 Fix creation of orphan Top entries on failed collection creationDavid Storch2020-02-251-4/+12
|
* SERVER-40883 Remove jstests for retrying index builds on startupGregory Wlodarek2020-02-141-109/+0
|
* SERVER-45048 Use hygienic builds in EvergreenMathew Robinson2020-02-131-2/+2
|
* SERVER-45989 Log files are opened in shared mode on Windows.Henrik Edin2020-02-071-1/+0
| | | | | | | | | | Added fstream abstraction for Windows that does this. Log rotation is now behaving like the old log system create mode 100644 src/mongo/logv2/file_rotate_sink.cpp create mode 100644 src/mongo/logv2/file_rotate_sink.h create mode 100644 src/mongo/logv2/shared_access_fstream.cpp create mode 100644 src/mongo/logv2/shared_access_fstream.h
* SERVER-45456 Allow JavaScript on mongosJames Wahlin2020-02-071-22/+0
| | | | | | | create mode 100644 jstests/noPassthrough/mr_noscripting.js delete mode 100644 jstests/noPassthroughWithMongod/mr_noscripting.js create mode 100644 jstests/sharding/agg_js_on_mongos.js create mode 100644 jstests/sharding/javascript_heap_limit.js
* SERVER-45989 Temporarily disable logpath.js on WindowsHenrik Edin2020-02-061-0/+1
|
* SERVER-44037 Removed the restartCatalog Cmd and all references to itAndrew Chen2020-02-051-72/+0
| | | | | | | | | | delete mode 100644 jstests/core/restart_catalog.js delete mode 100644 jstests/noPassthrough/closeAll_with_background_ops_fails_safely.js delete mode 100644 jstests/noPassthrough/restart_catalog_preserves_min_visible.js delete mode 100644 jstests/noPassthrough/restart_catalog_sharded_cluster.js delete mode 100644 jstests/noPassthroughWithMongod/restart_catalog_interrupts_background_validation.js delete mode 100644 src/mongo/db/commands/restart_catalog_command.cpp delete mode 100644 src/mongo/s/commands/cluster_restart_catalog_command.cpp
* SERVER-44549 Remove the mobile storage engineAndrew Morrow2020-02-032-12/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | mode change 100644 => 100755 buildscripts/evergreen_task_timeout.py delete mode 100644 buildscripts/resmokeconfig/suites/disk_mobile.yml delete mode 100644 src/mongo/db/storage/mobile/SConscript delete mode 100644 src/mongo/db/storage/mobile/mobile_index.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_index.h delete mode 100644 src/mongo/db/storage/mobile/mobile_index_test.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_init.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine.h delete mode 100644 src/mongo/db/storage/mobile/mobile_kv_engine_test.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_options.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_options.h delete mode 100644 src/mongo/db/storage/mobile/mobile_options.idl delete mode 100644 src/mongo/db/storage/mobile/mobile_options_mongod.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store.h delete mode 100644 src/mongo/db/storage/mobile/mobile_record_store_test.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_recovery_unit.h delete mode 100644 src/mongo/db/storage/mobile/mobile_session.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_session.h delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_session_pool.h delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_sqlite_statement.h delete mode 100644 src/mongo/db/storage/mobile/mobile_util.cpp delete mode 100644 src/mongo/db/storage/mobile/mobile_util.h delete mode 100755 src/third_party/scripts/sqlite_get_sources.sh delete mode 100644 src/third_party/shim_sqlite.cpp delete mode 100644 src/third_party/sqlite-amalgamation-3260000/SConscript delete mode 100644 src/third_party/sqlite-amalgamation-3260000/patches/gethostuuid.patch delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/shell.c delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.c delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3.h delete mode 100644 src/third_party/sqlite-amalgamation-3260000/sqlite/sqlite3ext.h
* SERVER-45137 Remove namespaces from Top when collections are renamedGregory Wlodarek2020-01-311-0/+52
| | | | create mode 100644 jstests/noPassthroughWithMongod/top_rename.js
* SERVER-45382 indexbg_restart_secondary.js should shutdown secondary normallyLouis Williams2020-01-181-109/+0
|
* SERVER-42037 Add requires_persistence to freeStorageSize jstestDaniel Ernst2020-01-141-1/+3
|
* SERVER-45201 fix index tests to avoid empty collection optimizationBenety Goh2020-01-131-0/+4
| | | | These tests rely on fail points that work only with index builds on non-empty collections.
* SERVER-42037 Add freeListSize collection stat with scale supportDaniel Ernst2020-01-101-0/+43
|
* SERVER-44443 Use a large 'syncdelay' value in ↵Gregory Wlodarek2020-01-031-51/+0
| | | | background_validation_checkpoint_existence.js to prevent checkpoints from being taken
* SERVER-31072 reorder $limit before $lookup in pipeline if no $unwind is presentKatherine Wu2019-12-171-0/+80
|
* SERVER-44475 Remove Query KnobJacob Evans2019-12-112-51/+42
|
* SERVER-44405 Use intent locks for collection creation via createIndexesMaria van Keulen2019-12-103-4/+151
|