summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-62226 Don't run dbcheck_no_history_on_secondary.js on ephemeralForTestLouis Williams2021-12-221-0/+1
|
* SERVER-61184 Add limit to number of compound 2dsphere index keys we may generateHenrik Edin2021-12-221-0/+85
| | | | Co-authored-by: Henrik Edin<henrik.edin@mongodb.com>
* SERVER-58035 Remove db.runCommandWithMetadata from mongo shellBlake Oler2021-12-211-13/+9
|
* SERVER-58257 Add actual vs. expected message for when stats asserts failDaniel Vitor Morilha2021-12-201-0/+12
|
* SERVER-62022 Reduce dbCheck info logging in prod, log start/stopJosef Ahmad2021-12-181-22/+29
|
* SERVER-61754 dbCheck does not hold strong locks during batchesLouis Williams2021-12-171-0/+84
| | | | | | | The dbCheck command accepts an optional (default true) parameter, 'snapshotRead', that uses point-in-time reads to check each batch. When true, dbCheck does not block writes. When set to false, dbCheck reverts to blocking writes.
* SERVER-59772 Enable setWindowFields in transactions and with read concern ↵Ted Tuckman2021-12-151-12/+71
| | | | snapshot
* SERVER-62000 rename hidden_index_noop.js to reflect new test cases that do ↵Benety Goh2021-12-151-0/+0
| | | | not include hidden indexes
* SERVER-62000 Do not generate "unique" field in oplog if collMod "unique" ↵Benety Goh2021-12-151-4/+94
| | | | parameter is a no-op
* SERVER-62041 Add a maximum batch execution time to dbCheckJosef Ahmad2021-12-151-0/+65
|
* SERVER-61009 Make createIndex a no-op on a cluster key and allow 'clustered' ↵Haley Connelly2021-12-141-0/+40
| | | | on cluster key
* SERVER-21070 Add option to FTDC to gather collection statsMark Benvenuto2021-12-131-0/+60
|
* SERVER-61980 validate collMod unique index option before processing no-op ↵Benety Goh2021-12-101-0/+5
| | | | hidden parameter
* SERVER-61980 ensure oplog contains "unique" if collMod "hidden" parameter is ↵Benety Goh2021-12-101-3/+36
| | | | a no-op
* SERVER-61979 extend _parallelShellRunCommand() to support additional result ↵Benety Goh2021-12-101-11/+18
| | | | validation
* SERVER-61932 Returns all duplicates from concurrent writes during collMod ↵Yuhong Zhang2021-12-091-28/+49
| | | | converting to unique index
* SERVER-60251 Add tests for change stream pre-images/post-images with ↵Denis Grebennicov2021-12-091-26/+6
| | | | retryable writes
* SERVER-61925 replace runtime --nojournal check with tag for CI systemBenety Goh2021-12-061-8/+6
|
* SERVER-61922 add requires_replication tag to collmod test in noPassthroughBenety Goh2021-12-061-0/+3
|
* SERVER-60237 Implement FCV upgrade/downgrade for change stream pre-/post-imagesDenis Grebennicov2021-12-063-95/+10
|
* SERVER-61486 add test and fail point to check collMod handling of side ↵Benety Goh2021-12-041-0/+219
| | | | writes while converting an index to unique
* SERVER-61842 Mixed mode writes to `config.system.preimages`Denis Grebennicov2021-12-031-88/+71
|
* SERVER-59084 Add includeIndexBuildInfo flag to listIndexesGabriel Marks2021-12-031-0/+136
|
* SERVER-60788 Update 'merge_causes_infinite_loop.js' to demonstrate the ↵Mihai Andrei2021-12-031-5/+21
| | | | halloween problem
* SERVER-61569 Enable all accumulators for pushdownEric Cox2021-12-021-0/+11
|
* SERVER-52247 Enable feature flag for Exact top-n accumulatorMihai Andrei2021-12-021-29/+25
|
* SERVER-61793 Validate decompression before committing compressed timeseries ↵Henrik Edin2021-12-011-0/+56
| | | | buckets
* SERVER-61310 Remove missing _id idx warning on clustered collsDaniel Gómez Ferro2021-12-011-0/+51
|
* SERVER-61606 Don't perform untimestamped catalog writes when index builds ↵Gregory Noma2021-12-011-0/+70
| | | | reapply skipped records
* SERVER-61195 Scale BucketCatalog memory limit based on system memory sizeDan Larkin-York2021-12-013-12/+94
|
* SERVER-61554 Preserve results from successful cache trialsIrina Yatsenko2021-11-301-0/+99
|
* SERVER-59647: Test maximum client document size thresholds specfically for ↵Daniel Gottlieb2021-11-241-0/+113
| | | | retryable findAndModify.
* SERVER-60238 Implement pre-image propagation to secondaries for ↵Mindaugas Malinauskas2021-11-232-68/+94
| | | | non-transactional writes
* SERVER-59706 Extend tests for change stream pre-images retrieval capability ↵Denis Grebennicov2021-11-232-144/+198
| | | | controlled by option recordPreImages
* SERVER-61626 Fix index build race in drop_ready_index_while_building_an_index.jsGregory Wlodarek2021-11-191-1/+8
|
* SERVER-61155 Add collStat for number of subobj compression restarts for ↵Henrik Edin2021-11-191-0/+25
| | | | timeseries bucket compression
* SERVER-61493 Support sharded $stddev accumulators for SBE group pushdownYoonsoo Kim2021-11-191-0/+15
|
* SERVER-61492 Support sharded $avg accumulator for SBE $group pushdownYoonsoo Kim2021-11-191-28/+50
|
* SERVER-26287 Disallow creation of TTL indexes on capped collectionsGabriel Marks2021-11-182-87/+50
|
* SERVER-58429 enable group lowering into SBE for cached and multi- plansIrina Yatsenko2021-11-181-2/+7
|
* SERVER-61496 [SBE] Fix handling of nested SORT_MERGE stages in buildSortMergeMihai Andrei2021-11-181-0/+101
|
* SERVER-60702 Enable bounded collscans with arbitrary cluster keysJosef Ahmad2021-11-186-5/+66
|
* SERVER-61427 Skip duplicate index key handler when exact key already exists ↵Gregory Noma2021-11-171-0/+37
| | | | in index
* SERVER-61188 Account for preImageRecordingEnabled when reserving oplog slots ↵Jason Chan2021-11-151-19/+104
| | | | for new retryable findAndModify format
* SERVER-59399 Allow dropping ready indexes while having in-progress index buildsGregory Wlodarek2021-11-153-45/+116
|
* Revert "SERVER-59399 Allow dropping ready indexes while having in-progress ↵Uladzimir Makouski2021-11-153-116/+45
| | | | | | index builds" This reverts commit 7cdbb8d6955967afafd8fffcfa2a71b313832eee.
* SERVER-60502 Add $fill stageTed Tuckman2021-11-151-1/+2
|
* SERVER-60527 Make TransactionCoordinatorWorkerCurOpInfo report txnRetryCounterSanika Phanse2021-11-121-28/+79
|
* SERVER-60806 Validate collMod for collections clustered by arbitrary keyJosef Ahmad2021-11-121-49/+52
|
* SERVER-61387 Make sure setRandomSeed() prints the exact value it choseDavid Percy2021-11-111-0/+15
|