summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-57040 Add a test-only tripwire assert (tassert) to the failCommand ↵Raunak Chowdhury2021-08-061-0/+164
| | | | failpoint
* SERVER-52782 Update test assertions for StaleConfig exceptions in 5.0+.Max Hirschhorn2021-08-061-19/+5
| | | | Also changes the test to assert the transaction commits successfully.
* SERVER-55912 Update setFCV handling for reshardCollection when v5.0 becomes ↵Randolph Tan2021-08-061-23/+19
| | | | last stable
* SERVER-58571 shardCollection command should enable the long names support by ↵Antonio Fuschetto2021-08-061-0/+44
| | | | default in 5.1 FCV
* SERVER-59040 add operations_longer_than_stepdown_interval tag to ↵Benety Goh2021-08-061-0/+2
| | | | background_unique_indexes.js
* SERVER-59036 Use a unique bucket collection name in clustered_index_types.jsYuhong Zhang2021-08-061-1/+1
|
* SERVER-59025 Increase storage log verbosity in `oplog_slow_sampling_logging.js`Gregory Noma2021-08-061-1/+2
|
* SERVER-57882 Add $minN and $maxN as expressionsMihai Andrei2021-08-061-0/+64
|
* SERVER-59096 clean up index_many2.jsBenety Goh2021-08-061-10/+23
|
* SERVER-59096 clean up countc.js to use different collection name for each ↵Benety Goh2021-08-061-5/+19
| | | | test case
* SERVER-59096 clean up update_addToSet.js to use different collection name ↵Benety Goh2021-08-051-10/+21
| | | | for each test case
* SERVER-59096 clean up geo_uniqueDocs2.js to use different namespace for each ↵Benety Goh2021-08-051-33/+39
| | | | test case
* SERVER-49862 Clarify usages of `skipEnforceFastCountOnValidate`Gregory Noma2021-08-052-4/+1
|
* SERVER-58696 Re-enable implicit_default_write_concern_add_shard.js in all ↵Moustafa Maher2021-08-051-1/+0
| | | | sharding suites
* SERVER-56845 Wait for the config to reach to all nodes after adding new node ↵Moustafa Maher2021-08-051-1/+7
| | | | in implicit_default_write_concern_add_shard.js
* SERVER-58582 Create $documents stage and implement collectionless unionWithRuslan Abdulkhalikov2021-08-051-0/+112
|
* SERVER-55240 Support 2d index on time-series collection metadata fieldsDan Larkin-York2021-08-053-18/+67
|
* SERVER-58921 Mark collation_shard_targeting_hashed_shard_key.js as pending ↵Jason Zhang2021-08-051-2/+0
| | | | backport
* SERVER-58899 Set curOp namespace to view collection for time-series updatesAlison Lu2021-08-051-4/+10
|
* SERVER-58412 Test that disabling chaining causes nodes to re-evaluate their ↵Samy Lanka2021-08-051-0/+43
| | | | sync source
* SERVER-58396 Translate multiple unordered metaField-only time-series updates ↵Alison Lu2021-08-051-76/+288
| | | | into updates on the underlying buckets collection
* SERVER-54252 Cleanup legacy configOpTime gossipingTommaso Tocci2021-08-052-13/+13
|
* SERVER-58896 Fix metaField-only time-series updates with concurrent ↵Alison Lu2021-08-051-0/+122
| | | | collection drops
* SERVER-56602 Track usage of match expressions in serverStatusMilena Ivanova2021-08-051-0/+289
|
* SERVER-51806 bulk key insertion phase of index build holds IX lock without ↵Yuhong Zhang2021-08-055-53/+294
| | | | yielding
* SERVER-58811 Add unit tests for query functions in ↵Kris Satya2021-08-041-0/+15
| | | | timeseries_update_delete_util.h
* SERVER-58984 wait for configuration to be installed before proceeding in ↵Vishnu Kaushik2021-08-041-0/+6
| | | | awaitable_hello_fcv_change.js
* SERVER-58987 Fix read_only_test.js to avoid start point beyond end point ↵Wenbin Zhu2021-08-041-9/+5
| | | | during replication recovery.
* SERVER-58058 Support sparse indexes on time-series measurementsGregory Wlodarek2021-08-041-0/+130
|
* SERVER-58906 Remove disabled_due_to_server_58295 tag from ↵Pierlauro Sciarelli2021-08-041-1/+0
| | | | commands_that_write_accept_wc_shards.js
* SERVER-58068 Multi updates interrupted by tenant migration should wait for ↵Jack Mulrow2021-08-043-144/+313
| | | | migration to complete
* SERVER-57697 Measure latency/throughput of ReshardingOplogApplier::_applyBatchMatt Walak2021-08-042-18/+161
|
* SERVER-58779 Store the original user index definition on the transformed ↵Gregory Wlodarek2021-08-041-0/+111
| | | | index definition on the buckets collection
* SERVER-58061 Support compound indexes on time-series metadata and measurementsDan Larkin-York2021-08-041-0/+169
|
* SERVER-58175 Round time values before routing inserts to sharded timeseries ↵Nikita Lapkov2021-08-042-0/+151
| | | | collections
* SERVER-58587 Improve performance of $setIsSubset by replacing std::set with ↵Rui Liu2021-08-041-0/+96
| | | | an unordered set
* SERVER-58855 Increase the number of inserted documents in `out_max_time_ms.js`Mohammad Dashti2021-08-041-1/+2
|
* SERVER-58353 re-enable failing replication testsTyler Seip2021-08-043-14/+27
|
* SERVER-58963 Run txn_two_phase_commit_write_concern.js w/ mixed version.Max Hirschhorn2021-08-041-2/+1
|
* SERVER-59057 Skip enforcing fast count for some config collections.Max Hirschhorn2021-08-031-3/+0
| | | | | Neither config.transactions nor config.image_collection are guaranteed to have an accurate fast count when coming out of replication rollback.
* SERVER-56872 Optimize $match in change stream pipelineJustin Seyster2021-08-031-0/+192
|
* SERVER-56846 Fail reconfig for shard server if it would change DWCF and CWWC ↵Moustafa Maher2021-08-032-2/+186
| | | | is not set
* SERVER-58898 Prevent writing to local db from waiting for writeConcernMoustafa Maher2021-08-031-0/+41
|
* SERVER-59051 Remove featureFlagShardingFullDDLSupport from jstestMarcos José Grillo Ramirez2021-08-031-4/+0
|
* SERVER-58886 Ban SEARCH_META on sharded collections on variable accessTed Tuckman2021-08-031-1/+5
|
* SERVER-58890 fix js redeclaration errorBenety Goh2021-08-031-0/+2
|
* SERVER-58999 Add replSet parameter when setting up configsvr node on ↵Marcos José Grillo Ramirez2021-08-031-1/+2
| | | | require_api_version.js test
* SERVER-58907 lagged_config_secondary.js should not rely on last-lts version ↵Allison Easton2021-08-031-3/+0
| | | | (part 2)
* SERVER-58654 Add $graphLookup support for sharded viewsAlya Berciu2021-08-031-0/+338
|
* SERVER-53283 Remove code that patches up sharding metadata on FCV ↵Allison Easton2021-08-032-65/+4
| | | | upgrade/downgrade to/from 4.9