summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72792 implement basic progress tracking for individual operations in ↵kauboy262023-05-171-0/+121
| | | | bulkWrite
* SERVER-73279: Support FCV transitions with a catalog shardwenqinYe2023-05-174-17/+242
|
* SERVER-77083 Index build stepup async task should tolerate stepdownsJosef Ahmad2023-05-171-0/+80
|
* SERVER-77199 Change expected responses of upsert tests in ↵Sanika Phanse2023-05-171-2/+2
| | | | updateOne_without_shard_key_basic.js
* SERVER-77214 Add buildUUID, db, and collectionUUID to index build data ↵Yu Jin Kang Park2023-05-171-1/+21
| | | | corruption log message
* SERVER-76427 Rename $telemetry to $queryStatsWill Buerger2023-05-1716-109/+97
|
* SERVER-75287: fix rounding and overflow detection in Classic for subtract ↵Rushan Chen2023-05-172-0/+91
| | | | when one operand is Date and another numeric
* Revert "SERVER-76427: Rename $telemetry to $queryStats"liubov.molchanova2023-05-1716-97/+101
| | | | This reverts commit d646e44b7801a3e5b3230bbae7dcfe05a5ed8707.
* SERVER-76908 Fix generation and format of the "createDatabase" op entriesPaolo Polato2023-05-171-10/+8
|
* SERVER-69922 Implement explain for updateOne, deleteOne, and findAndModifyJason Zhang2023-05-175-31/+569
|
* SERVER-77197 Change error code to NamespaceNotShardedSanika Phanse2023-05-171-1/+1
|
* SERVER-76988 Abort the reshardCollection operation when the zone information ↵Cheahuychou Mao2023-05-171-0/+134
| | | | is too large
* SERVER-76427: Rename $telemetry to $queryStatsWill Buerger2023-05-1716-101/+97
| | | | Co-authored-by: Ted Tuckman <ted.tuckman@mongodb.com>
* SERVER-77120 Raise timestamps used in preimage consistency testJordi Olivares Provencio2023-05-161-2/+5
|
* SERVER-76656: basic CRUD to bulkWrite overrideseanzimm2023-05-161-0/+239
|
* SERVER-75065 Complete TODO listed in SERVER-61557Pierlauro Sciarelli2023-05-161-7/+1
|
* SERVER-76445 Remove TODO For SERVER-76445Cheahuychou Mao2023-05-161-2/+0
|
* SERVER-43522 Fix skip reason for explain in database_versioning_all_commands.jsPaolo Polato2023-05-161-1/+1
|
* SERVER-76032 Remove feature flag check from store_historical_placement_data.jsPaolo Polato2023-05-161-9/+0
|
* Revert "SERVER-73316 Account for multiple rejected plans for sharded ↵Gil Alon2023-05-151-21/+6
| | | | | | collections in time-series test" This reverts commit 4fc07a7a59bfc5c664b26c9fc307f52d5616dc51.
* SERVER-77122 update fcv tag in batched_multi_deletes_large_transaction.jsBenety Goh2023-05-151-1/+1
|
* SERVER-76961: update expected log struct for abandoned session, add ↵Adam Rayner2023-05-152-2/+34
| | | | deterministic test for abandoned authentication session
* SERVER-76445 Re-enable analyze_shard_key.js in suites with chunk migrationCheahuychou Mao2023-05-151-7/+26
|
* SERVER-77094 refresh_sample_rates.js should wait for the config server to ↵Cheahuychou Mao2023-05-151-0/+5
| | | | know about the number of mongoses in the cluster
* SERVER-77054: Update kill_session.js to consider ↵Rachita Dhawan2023-05-151-1/+4
| | | | refreshLogicalSessionCacheNow throwing WriteConcernFailed error
* SERVER-75512 key telemetry store on hash rather than BSONObjDavis Haupt2023-05-151-6/+6
|
* SERVER-62769 Enabling prevent direct shard operations feature flagSergi Mateo Bellido2023-05-151-1/+2
|
* SERVER-76872 Prevent donor from outliving MovePrimaryCoordinatorBrett Nawrocki2023-05-131-0/+66
|
* SERVER-75853 Have hasOnlyRenameableMatchExpressionChildren() examine renames ↵Yoonsoo Kim2023-05-131-2/+1
| | | | would succeed
* SERVER-77053 Transaction API shouldn't throw top level errors in runCommandJack Mulrow2023-05-121-0/+115
|
* SERVER-73316 Account for multiple rejected plans for sharded collections in ↵Gil Alon2023-05-121-6/+21
| | | | time-series test
* SERVER-77033: Tag plan_cache_stats_shard_and_host.js with requires_fcvAdityavardhan Agrawal2023-05-121-0/+1
|
* SERVER-76993 Use dynamic import for SELinux jscore test runnerMatt Broadstone2023-05-125-4/+12
|
* SERVER-73662 tlsClusterCAFile is not being used to validate client ↵Adrian Gonzalez2023-05-121-0/+61
| | | | certificates on Windows
* SERVER-75577 Allow specifying FCV on new mongodHuayu Ouyang2023-05-121-0/+244
|
* SERVER-76615 implement shardDistribution functionality in reshardCollection cmdJiawei Yang2023-05-121-8/+77
|
* SERVER-74145 Add concurrency workload to test writes without shard key while ↵Sanika Phanse2023-05-121-0/+138
| | | | resharding
* SERVER-74221 Add assert.soon in mirror_reads.jsJason Chan2023-05-121-12/+13
|
* SERVER-77025 Wait for index builds to complete on conflicting command ↵Josef Ahmad2023-05-121-0/+79
| | | | application
* SERVER-76530 Support findAndModify remove on a sharded timeseries collectionYoonsoo Kim2023-05-114-112/+631
|
* SERVER-76821 re-enable awaitdata_getmore_cmd.js under config fuzzerBenety Goh2023-05-111-2/+0
|
* SERVER-74210 Improve createIndexes errmsg on secondary abortJosef Ahmad2023-05-111-0/+9
|
* SERVER-76826 Fix invariant failure for $merge with dollar fieldsRui Liu2023-05-111-0/+135
|
* SERVER-74806 Account for header size when computing initial size of batch writeMihai Andrei2023-05-111-0/+155
|
* SERVER-76408 create feature flag for large batched writesBenety Goh2023-05-112-3/+2
|
* SERVER-76777 Retry lock coll lock acquisition on self abortYu Jin Kang Park2023-05-112-0/+135
|
* SERVER-76143 Add missing find command fields to queryStats keyMaddie Zechar2023-05-116-50/+126
|
* SERVER-76944: Correctly return bool in the prepSubNodes function in ↵Adityavardhan Agrawal2023-05-111-0/+54
| | | | plan_enumerator.cpp
* SERVER-76508 Disable latch analyzer in performance tests and productionVojislav Stojkovic2023-05-112-2/+3
|
* SERVER-76790: Fix holding extra tickets during resharding oplog applicationnandinibhartiyaMDB2023-05-112-0/+66
|