summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* Revert "SERVER-62650 Limit cache wait time when initializing RecordIds"r5.3.0-alpha1Louis Williams2022-02-021-19/+8
* SERVER-62811 Allow special index types on cluster keysDaniel Gómez Ferro2022-02-021-1/+16
* SERVER-59696 Include SBE plan cache as part of cache size metricjoshua2022-02-021-0/+86
* SERVER-62456 Take UUID for `dropTarget` of `renameCollection` commandGregory Noma2022-02-021-6/+56
* SERVER-63157 Premit variants of auth_privilege_consistency to run simultaneouslySara Golemon2022-02-012-22/+39
* SERVER-63127 Disable running rollback_during_step_up.js for ephemeralForTestAdi Zaimi2022-02-011-1/+2
* SERVER-62334 Use SASL mech negotiation to get mech for DBClientBase::authAdam Rayner2022-02-011-0/+40
* SERVER-63145 Add proper dependency tracking to $densifyTed Tuckman2022-02-011-0/+89
* SERVER-63079 Avoid using projection parser in $setWindowFields executionNicholas Zolnierz2022-02-013-28/+20
* SERVER-62650 Limit cache wait time when initializing RecordIdsLouis Williams2022-02-011-8/+19
* SERVER-62434 Implement query optimizer based on Path algebra and CascadesSvilen Mihaylov2022-01-3129-0/+1066
* SERVER-63121 add more logging to abort_in_progress_transactions_on_step_up.jsSamy Lanka2022-01-311-2/+7
* SERVER-63118 Wait for writes to become durable before killing node in startup...Matthew Russotto2022-01-311-2/+3
* SERVER-62960 Add 'requires_fcv_52' tag for time-series tests incompatible wit...Gregory Wlodarek2022-01-311-0/+1
* SERVER-60684 Tag serverless tests, 2A. Jesse Jiryu Davis2022-01-286-5/+8
* SERVER-60684 Tag serverless testsA. Jesse Jiryu Davis2022-01-28115-15/+152
* SERVER-63097 stepdown_race_with_transaction.js should use the 'uses_transacti...Vishnu Kaushik2022-01-281-0/+1
* SERVER-62581 Handle direct inserts to shards introducing orphan documentsSergi Mateo Bellido2022-01-282-11/+27
* SERVER-62377 retry txn on FailedToSatisfyReadPreference in jstestAndrew Witten2022-01-281-0/+9
* SERVER-62886 Add the option `disallowNewDuplicateKeys` to collMod commandYuhong Zhang2022-01-282-1/+261
* SERVER-62240 Enable sharding on CRUD_clustered_collection.jsJordi Olivares Provencio2022-01-283-19/+31
* SERVER-63077 Fix migration_coordinator_killop_in_critical_section.js testTommaso Tocci2022-01-281-4/+2
* SERVER-63054 Make sure collMod holds the database IX lockYuhong Zhang2022-01-281-2/+2
* SERVER-62905 Remove all the code related to the long collection names projectAntonio Fuschetto2022-01-289-166/+29
* SERVER-62134 Ensure Phase 3 is executed before ending defragmentationAllison Easton2022-01-281-24/+19
* SERVER-60917 Make commands that fail with RetryTransactionInProgress block un...Cheahuychou Mao2022-01-284-196/+313
* SERVER-62671 Handle committing and aborting prepared retryable internal trans...Cheahuychou Mao2022-01-282-0/+404
* SERVER-61817 Only allow txnRetryCounter and internal sessions for internal cl...Jack Mulrow2022-01-271-0/+108
* SERVER-63017 Handle no arguments case in un-optimized agg operatorsIrina Yatsenko2022-01-273-0/+9
* SERVER-63008 [SBE] Return an empty array when $concatArrays has no childrenMihai Andrei2022-01-272-4/+3
* SERVER-61501 Create sharding suite where collections are clustered by defaultHaley Connelly2022-01-2711-313/+20
* SERVER-62979 make fall_off_capped_collection_yielding more robustIan Boros2022-01-271-3/+5
* SERVER-63034 exclude balancer_defragmentation_merge_chunks.js from stepdown s...Paolo Polato2022-01-271-0/+2
* SERVER-62209 Add test for creating index with different comment to failShin Yee Tan2022-01-271-1/+5
* SERVER-62981 Make SBE multi-planner trial period length independent of collec...David Storch2022-01-272-5/+100
* SERVER-62347 Fix multiversion test to use last-continuous instead of 5.1Jordi Olivares Provencio2022-01-271-32/+44
* SERVER-62351 Introduce structs for query planner to be aware of multiple coll...Mihai Andrei2022-01-271-1/+5
* SERVER-61885 Add the 'showExpandedEvents' flag to the change streams specArun Banala2022-01-272-1/+36
* SERVER-61847 Handling direct update/removes to shardsSergi Mateo Bellido2022-01-272-7/+7
* SERVER-62826 Increase clustered collection passthrough test coverageJosef Ahmad2022-01-277-23/+87
* SERVER-61583 Add restart test for retryable internal transactions for findAnd...Cheahuychou Mao2022-01-271-0/+15
* SERVER-62606 Add in-progress index build to wt_startup_with_missing_user_coll...Gregory Wlodarek2022-01-271-2/+17
* SERVER-63000: createPredicatesOnBucketLevelField with $in should be treated l...Hana Pearlman2022-01-271-7/+21
* SERVER-62454 Fix test case in `collection_uuid_shard_collection.js`Gregory Noma2022-01-271-3/+4
* SERVER-62606 Add a test verifying that the server can startup in standalone m...Gregory Wlodarek2022-01-271-0/+63
* SERVER-63012 Initialize '$add' with no operands to zero when translating to SBEEric Cox2022-01-261-0/+12
* SERVER-62406 Introduce ActionType::useTenant for multitenancy overrideSara Golemon2022-01-262-8/+6
* SERVER-58701 Enable Feature flag for PM-2423Antonio Fuschetto2022-01-262-1/+2
* SERVER-58506 Expose Server-Parameter SettabilityGeorge Wangensteen2022-01-261-0/+119
* SERVER-62352 Post-5.2 fixes for shard merge testsA. Jesse Jiryu Davis2022-01-263-13/+32