summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-49839 Implement AlwaysFalse and AlwaysTrue match expressions in SBEAndrii Dobroshynskyi2020-08-052-16/+54
* SERVER-49986 Convert isMaster command to hello and keep isMaster, ismaster al...Pavi Vetriselvan2020-08-0511-92/+136
* SERVER-49448 Interrupt index builds for shutdown during the expected phase in...Gregory Noma2020-08-055-98/+90
* SERVER-49438 Allow memory.js tests to accept $where timeout interruptionKatherine Wu2020-08-051-1/+2
* SERVER-50099: Update requires_fcv_46 and need_fixing_for_46 to 47Lingzhi Deng2020-08-0590-113/+113
* SERVER-21861: Prohibit Timestamp.prototype.toString via resmoke injection.Daniel Gottlieb2020-08-0533-84/+92
* SERVER-49117 Remove storage validation of '$' and '.' in field names for inse...Junhson Jean-Baptiste2020-08-0410-118/+92
* SERVER-50034 Make donorStartMigration command retries join the active migrationLuis Osta2020-08-042-13/+26
* SERVER-50082 Attempt to fix test failureGabriel Marks2020-08-041-25/+47
* SERVER-49826 Enable OCSP stapling on OpenSSL 1.0.1Spencer Jackson2020-08-045-25/+3
* SERVER-49789 Make tenant migration donor use a StreamableReplicaSetMonitor to...Luis Osta2020-08-045-21/+56
* SERVER-49730: Replace usages of waitForDrainFinishXueruiFa2020-08-045-74/+6
* SERVER-48543 Improve serialization format to avoid delta oplog exceeding max ...Arun Banala2020-08-041-9/+27
* SERVER-50060 Make oplog_slow_sampling_logging.js tolerant to small changes in...Matthew Russotto2020-08-041-4/+20
* SERVER-48417 Reconstruct in-memory state when resuming index buildSamy Lanka2020-08-043-9/+32
* SERVER-49378 List Commands includes API Version InfoPV992020-08-041-0/+19
* SERVER-48312 Remove the 'requires_document_locking' jstest tagGregory Wlodarek2020-08-0430-61/+16
* SERVER-48312 Remove requiresDocumentLevelConcurrency and supportsDocumentLeve...Gregory Wlodarek2020-08-0415-96/+48
* SERVER-48206 Check process exit codes when stopping nodes in replsettest.jsAli Mir2020-08-035-4/+22
* SERVER-49130 Logging certificate information on startup for LinuxMina Mahmood2020-08-031-0/+124
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-08-031-1/+3
* SERVER-49181 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-08-031-17/+13
* SERVER-49176 Make op observer for "commit" and "abort" writes update Migratin...Cheahuychou Mao2020-08-033-16/+368
* SERVER-49067 Extend genericChangeStreams multiversion tests to use "last-lts"...Jason Chan2020-08-034-222/+258
* SERVER-50039 Timing error in dbadmin.js testA. Jesse Jiryu Davis2020-08-032-1/+4
* SERVER-49783: Update latest FCV to 4.7Lingzhi Deng2020-08-0215-49/+47
* SERVER-48518 Fix rollback via refetch anomalyA. Jesse Jiryu Davis2020-08-013-0/+243
* SERVER-49550 Modify mongos_get_shard_version.js to uphold causal consistencyCathy Zhang2020-07-311-0/+4
* Revert "SERVER-49547 ephemeralForTest needs to keep track of the available hi...Bynn Lee2020-07-311-3/+1
* SERVER-47731 Add FCV check for $v:2 delta oplog entriesIan Boros2020-07-311-0/+364
* SERVER-49547 ephemeralForTest needs to keep track of the available history fo...Bynn Lee2020-07-311-1/+3
* SERVER-49068 Extend genericSetFCVUsage tests to use "last-lts" and "last-cont...Jason Chan2020-07-3118-667/+761
* SERVER-50040 Skip fast count validation in repair_invalidates_replica_set_con...Tess Avitabile2020-07-311-0/+3
* SERVER-49175 Make donorStartMigration write commitOrAbortOpTime on transition...Cheahuychou Mao2020-07-303-157/+270
* SERVER-49187 Make ReplSetTest .stepUp() robust to election failures.Suganthi Mani2020-07-309-34/+24
* Revert "SERVER-46687 Run hang-analyzer from resmoke and integrate with archival"Robert Guo2020-07-291-1/+1
* SERVER-48963 Make max_time_ms_sharded.js more robustIan Boros2020-07-291-36/+13
* SERVER-49936 Fix so ephemeralForTest does not throw write conflict exception ...Henrik Edin2020-07-291-2/+0
* SERVER-47645 Must invalidate all sessions on stepdownTess Avitabile2020-07-291-0/+67
* SERVER-49376: Ensure cursors inherit API settings of the initiating commandXueruiFa2020-07-291-0/+37
* SERVER-49749 Test rotate functionality in various casesGabriel Marks2020-07-296-0/+415
* SERVER-49065 Mark API Version 1 commandsPV992020-07-2810-1/+111
* SERVER-48598 increased assert.soon timeout for SSL Apple cert selector test t...Mina Mahmood2020-07-281-1/+1
* SERVER-46687 Run hang-analyzer from resmoke and integrate with archivalRobert Guo2020-07-281-1/+1
* SERVER-49853 [SBE] Add support to the find command for comparing arrays and o...Drew Paroski2020-07-282-0/+203
* SERVER-48938: Allow primary-elect to complete drain mode even if it is steppi...XueruiFa2020-07-281-10/+0
* Revert "SERVER-46687 Run hang-analyzer from resmoke and integrate with archival"Henrik Edin2020-07-281-1/+1
* SERVER-49880 snapshot_read_at_cluster_time_crud_operations.js should expect I...A. Jesse Jiryu Davis2020-07-281-15/+18
* SERVER-49174 Make writes call MigratingTenantAccessBlocker::checkIfCanWriteOr...Cheahuychou Mao2020-07-281-0/+705
* SERVER-49689 Translate $mod MatchExpression to SBEAndrii Dobroshynskyi2020-07-271-22/+106