summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-49204 Implement donorForgetMigration commandCheahuychou Mao2020-09-092-61/+101
|
* SERVER-50462: Have sharding_rs2 wait for replication to safely assert causal ↵Daniel Gottlieb2020-09-091-8/+11
| | | | expectations.
* SERVER-50116 Forbid oplog writes when replication is enabledTess Avitabile2020-09-091-0/+52
|
* SERVER-50440 Make TenantMigrationAccessBlockerByPrefix include '_' when ↵Jason Zhang2020-09-083-25/+45
| | | | doing lookup
* SERVER-50711 Clear temp directory if no internal idents are parsed on startupGregory Noma2020-09-081-8/+26
|
* SERVER-50635 Retry index consistency check at ShardingTest shutdown on ↵Jack Mulrow2020-09-081-1/+15
| | | | ShardNotFound errors
* SERVER-50246 Fix $unionWith explain with mode 'executionStats' to account ↵Nick Zolnierz2020-09-081-26/+63
| | | | for pushed down stages
* SERVER-50784 Restore cluster settings after all JS test fuzzer suitesA. Jesse Jiryu Davis2020-09-081-3/+4
|
* SERVER-50780 Improve cache.collections consistency check in ShardingTest hookPierlauro Sciarelli2020-09-081-4/+11
|
* SERVER-50585: Create set_fcv_downgrade_on_disk_changes.js to include all ↵Lingzhi Deng2020-09-081-0/+247
| | | | test cases for downgradeOnDiskChanges behavior
* SERVER-50527 Change NotMasterError category to NotPrimaryErrorPavi Vetriselvan2020-09-084-5/+5
|
* SERVER-49847 enable resumable index builds by defaultBenety Goh2020-09-064-3/+27
|
* SERVER-49102 Tag profile_filter.jsDavid Percy2020-09-061-0/+2
|
* SERVER-49993 Update _slaves to _secondaries in replsettest.jsAli Mir2020-09-0441-484/+489
|
* SERVER-50104 Implement proxy's retry logic for non-batch write commandsCheahuychou Mao2020-09-042-21/+38
|
* SERVER-49102 Custom filter for logging/profilingDavid Percy2020-09-043-2/+275
|
* SERVER-50410 Change NotMasterOrSecondary error code name to ↵Pavi Vetriselvan2020-09-048-31/+31
| | | | NotPrimaryOrSecondary
* SERVER-50545 Retry on ConflictingOperationInProgress in ↵Jack Mulrow2020-09-041-1/+12
| | | | index_operations_abort_concurrent_outgoing_migrations.js
* SERVER-50620 Make ChunkHelper.moveChunk retryable on LockBusy errorEric Maynard2020-09-041-1/+5
|
* SERVER-50507 Avoid race conditions during recoverRefreshShardVersionPierlauro Sciarelli2020-09-041-0/+3
|
* SERVER-50618 Make sharding_statistics_server_status.js retry moveChunk ↵Matthew Saltz2020-09-031-1/+22
| | | | commands on ConflictingOperationInProgress (patch 2)
* SERVER-49993 Change ReplSetTest functions that use master/slave terminologyAli Mir2020-09-039-10/+10
|
* SERVER-48483 [SBE] Reimplement $or match expression translationDrew Paroski2020-09-031-0/+68
|
* SERVER-50623 make catchup_takeover_one_high_priority.js robust to slow machinesPavi Vetriselvan2020-09-031-2/+2
|
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-035-35/+88
| | | | | | | Also makes SBE support the 'setYieldAllLocksHang' and 'setYieldAllLocksWait' failpoints. This in turn allows several yielding-related integration tests to be augmented to cover SBE.
* SERVER-34118 Log number of upserts performedNikita Lapkov2020-09-037-26/+101
|
* SERVER-49766 Indexed and non-indexed collections return different results ↵Svilen Mihaylov2020-09-031-0/+21
| | | | for null query
* SERVER-50409 Change NotMasterNoSlaveOk error name to NotPrimaryNoSecondaryOkPavi Vetriselvan2020-09-039-23/+23
|
* SERVER-49075 Add requires_fcv_47 tag to resumable index build rollback testsGregory Noma2020-09-034-0/+4
|
* SERVER-43664 Fix file name lookup in wt_table_checks*.js for WindowsGregory Wlodarek2020-09-032-3/+3
|
* SERVER-47382 Support inequalities on arrays with $not on indexed collectionTed Tuckman2020-09-032-22/+94
|
* SERVER-50408 Change NotMaster error name to NotWritablePrimaryPavi Vetriselvan2020-09-0339-187/+208
|
* SERVER-43664 Speedup WiredTiger storage engine startup for many tables by ↵Gregory Wlodarek2020-09-032-0/+148
| | | | optimizing WiredTigerUtil::setTableLogging()
* SERVER-50640 listCommands should list isMaster in addition to helloPavi Vetriselvan2020-09-038-0/+16
|
* SERVER-50289 Remove tempDir from persisted resumable index build stateGregory Noma2020-09-031-1/+2
|
* SERVER-49774 Enable rollback testing for resumable index builds in the ↵Gregory Noma2020-09-021-15/+9
| | | | collection scan phase
* SERVER-50210 Allow global mapping of SBE error codes to equivalent legacy ↵Drew Paroski2020-09-023-95/+140
| | | | error codes in jstests
* SERVER-49075 Add replica_sets suite to resumable index builds variantGregory Noma2020-09-024-16/+0
|
* SERVER-50672 Mark auth-counter.js as needing replicationSpencer Jackson2020-09-021-0/+1
|
* SERVER-50292 Refactor user acuisition via externalStateSara Golemon2020-09-021-1/+1
|
* SERVER-50208 Modify existing update tests to guarantee $v:2 oplog entries ↵Ruoxin Xu2020-09-023-12/+29
| | | | generation
* SERVER-50492 Split BaseCloner into InitialSyncBaseCloner and ↵Vesselina Ratcheva2020-09-021-4/+4
| | | | TenantMigrationBaseCloner
* SERVER-50483 Make donorStartMigration command check that the donor's host is ↵Jason Zhang2020-09-021-1/+11
| | | | not present in 'recipientConnectionString'
* SERVER-50664 Fix split_horizon_hostname_validation.jsShreyas Kalyan2020-09-021-0/+2
|
* SERVER-49840 Implement Bits match expressions in SBEEric Cox2020-09-021-0/+64
|
* SERVER-50168 Stop clearing current committed snapshot after rollbackTess Avitabile2020-09-021-1/+1
|
* SERVER-45938 Create override for createUser to allow possible cluster membersSpencer Jackson2020-09-021-53/+69
|
* SERVER-50626 Fix race in read_concern_majority_getmore_secondaries.jsA. Jesse Jiryu Davis2020-09-011-14/+5
|
* SERVER-48813 Add flag guard for tenant migrations and ↵Judah Schvimer2020-09-019-15/+35
| | | | recipientForgetMigration command stub
* SERVER-50605 Add logMessage test-only commandSara Golemon2020-09-019-0/+155
|