summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49931 Transactionalize dropUser commandsSara Golemon2020-10-211-0/+136
|
* SERVER-50746 Don't implicitly ignore _id in ↵James Wahlin2020-10-217-30/+39
| | | | jstests/aggregation/extras/utils.js comparison functions
* SERVER-51703 index_secondary_wait_for_commit.js waits for replication before ↵Benety Goh2020-10-211-0/+4
| | | | calling listIndexes
* SERVER-51773 add listIndexes command result to assertion messageBenety Goh2020-10-211-1/+1
|
* SERVER-50191 Create TTL index on config.tenantMigrationDonors to garbage ↵Cheahuychou Mao2020-10-206-14/+23
| | | | collect tenant migration donors' durable state
* SERVER-51751: Load arrayEq util file wqin tenant_migration_no_failover.jsXueruiFa2020-10-201-0/+1
|
* SERVER-51354 Complete TODO listed in SERVER-47212Svilen Mihaylov2020-10-201-5/+1
|
* SERVER-51351 Complete TODO listed in SERVER-49766Svilen Mihaylov2020-10-201-5/+2
|
* SERVER-51454 Ensure agg parser is initialized before defaultProfileFilterDavid Percy2020-10-202-0/+15
|
* SERVER-50590 Remove master/slave fields from getHashes function in ↵Ali Mir2020-10-202-5/+5
| | | | replsettest.js
* SERVER-51024 Collect document units read and written per operationLouis Williams2020-10-202-0/+137
|
* SERVER-51474 Create FCV transition tableA. Jesse Jiryu Davis2020-10-202-14/+12
|
* SERVER-47647 Test that duplicate key error message has correct namespace ↵Geert Bosch2020-10-201-0/+17
| | | | after rename
* SERVER-48796 Disables tenant migration recipient testing.Suganthi Mani2020-10-1914-47/+144
|
* SERVER-48796 Implement recipientSyncData command in MigrationServiceInstance.Suganthi Mani2020-10-192-17/+178
|
* SERVER-51426 Verify that a client cannot gossip clusterTime from a donor ↵Cheahuychou Mao2020-10-192-1/+131
| | | | replica set to a recipient replica set
* SERVER-51451 Fix mongos API version parameter tests, part 2A. Jesse Jiryu Davis2020-10-191-3/+5
|
* SERVER-51259 Rename waitForIsMasterResponse failpoint to waitForHelloResponsePavi Vetriselvan2020-10-197-29/+29
|
* SERVER-51715 Wrap timestamps with tojson in log lines in optime.jsAli Mir2020-10-191-5/+6
|
* SERVER-51260 Rename hangWhileWaitingForIsMasterResponse failpoint to ↵Pavi Vetriselvan2020-10-191-2/+2
| | | | hangWhileWaitingForHelloResponse
* SERVER-51705 Make the test case for kAborted in ↵Cheahuychou Mao2020-10-191-57/+97
| | | | tenant_migration_donor_current_op.js determistic
* SERVER-51110 Feature Flag with FCV checksMark Benvenuto2020-10-161-1/+1
|
* SERVER-51500 Create jstest for basic time series insertGregory Noma2020-10-161-0/+127
|
* SERVER-51683 Await configRS optime replication before to stop it in ↵Tommaso Tocci2020-10-161-3/+3
| | | | lagged_config_secondary.js
* SERVER-51461 Support building indexes from existing indexes guarded by ↵Vishnu Kaushik2020-10-161-0/+190
| | | | feature flag
* SERVER-51332 tenant_migration_donor_failover_and_shutdown.js should wait for ↵Cheahuychou Mao2020-10-152-92/+233
| | | | the primary to receive the command before shutting down the node
* SERVER-51267 Support $arrayElemAt, $first and $last expressions in SBENikita Lapkov2020-10-153-12/+15
|
* SERVER-39191 Optimize count queries on sharded collectionsSebastian Mayr2020-10-151-0/+108
| | | | | | | | | | | | | | | | | When counts were made orphan-aware the addition of the SHARD_FILTER stage started preventing the COUNT_SCAN optimization on all sharded collections, leading to significant performance loss on some workloads. However, there can not be any orphans if the shard key is fully specified: A mongod will never have orphans for chunk ranges it owns. This patch changes the query system to omit the SHARDING_FILTER stage in cases where the query specifies the full shard key, regaining lost performance. Closes #1369. Signed-off-by: Ian Boros <ian.boros@mongodb.com>
* SERVER-50961 Collect resource consumption metrics for legacy query and write ↵Louis Williams2020-10-151-8/+119
| | | | operations
* SERVER-51027 Collect document bytes written per operationLouis Williams2020-10-151-3/+173
|
* SERVER-50778 Compare array indexes numerically for updatesTed Tuckman2020-10-152-1/+38
|
* SERVER-50504 $facet+$match on positional path does not seem to pass results ↵Ruoxin Xu2020-10-152-0/+37
| | | | to certain subsequent stages
* SERVER-50373 Add support for covered projections in SBEDrew Paroski2020-10-151-0/+60
|
* SERVER-50528: Test a tenant migration end to end without failoverXueruiFa2020-10-142-1/+124
|
* SERVER-51025 Collect index entries read per operationLouis Williams2020-10-141-6/+102
|
* SERVER-51023 Collect document bytes read for operation resource consumption ↵Louis Williams2020-10-142-28/+192
| | | | metrics
* SERVER-51475 Enable more jstests under SBE modeDrew Paroski2020-10-14125-286/+4
|
* SERVER-50956 Test resuming larger index builds that spill to disk during ↵Gregory Noma2020-10-145-16/+196
| | | | | | | | | collection scan Also fixes three bugs discovered through this new test coverage: * Unregister index build if it fails to resume * Leave file cleanup to the Sorter even if Sorter::done() was called, rather than delegating to the iterator * Prevent IndexToBuild from being destructed before the WUOW in MultiIndexBlock::init() when an exception is thrown
* SERVER-51451 Fix mongos API version parameter testsA. Jesse Jiryu Davis2020-10-141-39/+75
|
* SERVER-50948 Change databasePrefix and dbPrefix to tenantIdJudah Schvimer2020-10-1416-236/+234
|
* SERVER-51355 Complete TODO listed in SERVER-45993Alex Taskov2020-10-141-12/+1
|
* SERVER-51514 ProgramRunner::launchProcess() should escape backslashes on WindowsGregory Wlodarek2020-10-131-1/+1
|
* SERVER-51227 Make find/getMore cmd with $_requestResumeToken on oplog report ↵Judah Schvimer2020-10-131-36/+270
| | | | latest oplog entry ts seen while generating the response batch
* SERVER-51282 Replace all remaining reference to master slave terminology in ↵Ali Mir2020-10-1352-303/+301
| | | | jstests
* SERVER-51516 search criteria in recovery_wt_cache_full.js checks num ops onlyBenety Goh2020-10-131-1/+0
|
* SERVER-43904: Filter unelectable nodes during election handoffXueruiFa2020-10-132-3/+28
|
* SERVER-51353 Uncomment test case in validate_repair_mode.jsBrian DeLeonardis2020-10-131-2/+1
|
* SERVER-45551 Shield mongobridge tests from primary step downs by increasing ↵Richard Samuels2020-10-132-7/+25
| | | | election timeout
* SERVER-50495 Add 'uses_parallel_shell' tag to tests in jstests/core that use ↵Cheahuychou Mao2020-10-1211-9/+11
| | | | startParallelShell
* SERVER-51497 Remove additional timestamps from response objects in ismaster.jsAli Mir2020-10-121-8/+17
|