summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-46648 Cancel pending requests upon receiving the first responseCheahuychou Mao2020-03-171-2/+24
|
* SERVER-46468 Prevent validate from generating overlong responsesGregory Noma2020-03-161-0/+69
|
* SERVER-45140 Remove lingering use of requires_text_logs tag.Henrik Edin2020-03-161-4/+0
|
* SERVER-46640 The TTLMonitor should not remove the cached index information ↵Gregory Wlodarek2020-03-131-0/+63
| | | | from the TTLCollectionCache when a collection is not yet visible
* SERVER-46859 Use namespace parameter with find fail point in ↵Jack Mulrow2020-03-131-1/+1
| | | | router_transactions_metrics.js
* SERVER-46494 improve perf of '$function'Eric Cox2020-03-131-0/+82
|
* SERVER-44244 Increase transactionLifetimeLimitSecs during validate hook.Max Hirschhorn2020-03-121-1/+17
|
* SERVER-21700 Do not relax constraints during steady state replication.Matthew Russotto2020-03-121-13/+19
|
* SERVER-46310 index_build_restart_standalone.js should startup standalone ↵Gregory Wlodarek2020-03-121-1/+16
| | | | nodes with 'recoverFromOplogAsStandalone=true'
* SERVER-46533 Persist underlying BSON in CmdUpdate invocationAmirsaman Memaripour2020-03-111-0/+4
|
* SERVER-37966 Do not wait for index build completion on startupGregory Wlodarek2020-03-111-1/+29
|
* SERVER-46771 Select message string in log when providing both message and ↵Henrik Edin2020-03-111-2/+2
| | | | format string.
* SERVER-46603 disallow empty collection index build optimization on secondariesBenety Goh2020-03-111-0/+63
|
* SERVER-46476 remove TODO commentBenety Goh2020-03-111-1/+0
|
* SERVER-46368 Remove indexbg_shutdown.jsLouis Williams2020-03-111-168/+0
|
* SERVER-46397 Only report an index build as aborted if it is currently ↵Louis Williams2020-03-101-0/+2
| | | | | | | | aborting, not committing This expands the concurrency control features used by two-phase index builds to standalone nodes and single-phase index builds so that concurrent commits and aborts behave correctly.
* SERVER-46599 Test that writeErrors are promoted to top-level errors for ↵Gregory Noma2020-03-061-6/+15
| | | | $merge on secondaries
* SERVER-46542 Cleanup log statements for early logging and startup warningsHenrik Edin2020-03-063-5/+8
|
* SERVER-45969 Test behavior of killOp and maxTimeMS with $out/$merge on ↵Gregory Noma2020-03-063-39/+210
| | | | secondaries
* SERVER-46287: Switched background validation to use PIT read instead of ↵Andrew Chen2020-03-062-62/+138
| | | | | | | checkpoint cursor delete mode 100644 jstests/noPassthrough/background_validation_checkpoint_existence.js create mode 100644 jstests/noPassthrough/background_validation_repl.js
* SERVER-46647 Stepping down the primary when running 'dropDatabase' can hit ↵Gregory Wlodarek2020-03-061-0/+82
| | | | an invariant due to yielded locks
* SERVER-44654 Allow unique, two-phase index builds to continue running on ↵Louis Williams2020-03-052-23/+125
| | | | stepdown
* SERVER-46190 Disallow dbHash for nodes in RECOVERING stateVesselina Ratcheva2020-03-051-19/+0
|
* SERVER-45565: Modified Oplog Batcher behavior to process large transaction ↵Andrew Chen2020-03-041-0/+55
| | | | | | oplog entries in separate batches create mode 100644 jstests/noPassthrough/large_txn_correctness.js
* SERVER-46138 Test that $out/$merge on secondaries propagates auth/client ↵Gregory Noma2020-03-041-0/+107
| | | | metadata and cluster time to the primary
* SERVER-46601 disallow two phase index builds for non-replicated collectionsBenety Goh2020-03-041-3/+6
|
* SERVER-46572 Remove unstable timestamp comparisons from ↵Dianna Hohensee2020-03-041-4/+6
| | | | non_durable_writes_on_primary_can_reach_majority.js
* SERVER-45001 Enable commit quorum for two phase index builds by default.Suganthi Mani2020-03-034-7/+22
|
* SERVER-43332: new RSM implementation based on sdamLamont Nelson2020-03-031-8/+9
|
* SERVER-45081 Increment config term via reconfig on stepup.Siyuan Zhou2020-03-031-20/+1
|
* SERVER-46219 Unittests should log with JSON formatMark Benvenuto2020-03-031-1/+1
|
* SERVER-46235 log IndexDescriptor as BSONBenety Goh2020-03-035-26/+109
|
* SERVER-45818 Rework read mirroring infrastructureBen Caimano2020-03-021-1/+1
| | | | | | | | This commit: - Fixes a busy polling bug in the TopologyVersionObserver - Alters the MirroringSampler to sample in bursts - Adjusts the MirrorMaestro to make use of the changed MirroringSampler - Disables update command mirroring temporarily
* SERVER-46109 Adopt QueryExceededMemoryLimitNoDiskUseAllowed error codeJustin Seyster2020-03-022-6/+4
|
* SERVER-45968 Test behavior of $out/$merge on secondaries with writeConcernGregory Noma2020-03-021-0/+73
|
* SERVER-46026 Fix loglong.js to check for JSON log truncationHenrik Edin2020-03-021-5/+5
|
* SERVER-39071 Implements commit quorum for two phase index builds.Suganthi Mani2020-03-023-7/+14
|
* SERVER-46451 fix index_build.js to work with the parallel test suiteBenety Goh2020-02-281-2/+2
|
* SERVER-46415 Remove logFormat option and the ability to select the text ↵Henrik Edin2020-02-281-2/+0
| | | | formatter
* SERVER-44468 remove TODO commentBenety Goh2020-02-281-1/+0
|
* SERVER-21307 add secondary reads to dropIndexes and index builds testBenety Goh2020-02-271-4/+51
|
* SERVER-45852 Two-phase index build constraints are checked at the completion ↵Louis Williams2020-02-271-0/+110
| | | | of the index build
* SERVER-45965 Implement ReplicaSetNodeProcessInterface methods needed for $outMihai Andrei2020-02-271-0/+69
|
* SERVER-41386 Test that the replica set's majority commit point can move ↵Dianna Hohensee2020-02-272-0/+214
| | | | | | | | | | forward because of secondaries without primary durable writes SERVER-41387 Test that oplogTruncateAfterPoint will clear oplog holes during startup recovery after primary crash create mode 100644 jstests/noPassthrough/non_durable_writes_on_primary_can_reach_majority.js create mode 100644 jstests/noPassthrough/startup_recovery_truncates_oplog_holes_after_primary_crash.js
* SERVER-46359 Fix js_exceptions.jsHenrik Edin2020-02-271-7/+1
|
* SERVER-46002 Attach core read mirroring functionalityBen Caimano2020-02-271-0/+124
|
* SERVER-46123 Make the dropDatabase command abort in-progress index buildsGregory Wlodarek2020-02-271-0/+97
|
* SERVER-46123 Skip out_drop_temp_collection.js for two-phase index builds, ↵Gregory Wlodarek2020-02-261-2/+9
| | | | concurrency tests should expect the DatabaseDropPending error
* SERVER-46235 enable hybrid_index_with_updates.js in logv2Billy Donahue2020-02-261-1/+7
|
* SERVER-46362 Make set_step_params test tolerate sporadic connectionsAmirsaman Memaripour2020-02-261-3/+11
|