Esha Maharishi
da4c3f1136
SERVER-48491 Add requires_document_locking tag to sessions_collection_reaping.js
2020-05-29 17:10:40 +00:00
Gregory Wlodarek
1c09f3f2a6
SERVER-48363 dont_read_oplog_hole_on_step_up.js should wait for new primary after stepping up
2020-05-29 16:16:42 +00:00
Siyuan Zhou
9c1c964657
SERVER-48383 Wait for removed node to finish state transition in force_reconfig_skips_oplog_commitment.js
2020-05-27 17:25:42 +00:00
Vesselina Ratcheva
f644958702
SERVER-48379 Make ReplSetTest wait for secondaries before checking db hashes
2020-05-27 16:27:41 +00:00
Tess Avitabile
43e969a4b5
SERVER-46961 Test sync source in quiesce mode
2020-05-27 14:46:58 +00:00
Lingzhi Deng
9babe7f5e7
SERVER-47947 : Test snapshot $lookup, $unionWith, $out and $merge
2020-05-27 01:45:55 +00:00
Samy Lanka
d501442a8e
SERVER-47339 Add a function that doesn't require authentication for awaiting that nodes agree on a primary in replsettest.js
2020-05-26 21:36:39 +00:00
Ali Mir
41c684aa35
SERVER-47487 Make ReplSetTest's getPrimary wait until only one node is in the primary state
2020-05-26 19:05:50 +00:00
Vesselina Ratcheva
80ee57f7f3
SERVER-48285 Remove lastCommitted checks in no_progress_updates_during_initial_sync.js
2020-05-21 22:05:40 +00:00
Tess Avitabile
ec3fe1a2b7
SERVER-48371 transactions_during_step_down.js must abort transaction in the shell
2020-05-21 20:48:48 +00:00
Gregory Noma
3e95061320
SERVER-44650 Add new test mode enforeFastCount to foreground validate
2020-05-21 17:55:43 +00:00
Vesselina Ratcheva
7aef7e1eaa
SERVER-46355 Test running a user reconfig while exiting initial sync
2020-05-20 19:48:46 +00:00
Cheahuychou Mao
35c86a14e2
SERVER-40441 Make arbiters not try to setup the sessions collection or check if it exists in LogicalSessionCache refresh/reap thread
2020-05-20 01:24:31 +00:00
Vesselina Ratcheva
9299e69498
SERVER-46355 Test running user reconfigs while newlyAdded is present
2020-05-20 00:52:35 +00:00
Matthew Russotto
d5829d9c7f
SERVER-48058 Make sure abort_transactions_on_step_up waits for optime to be applied
2020-05-19 20:04:38 +00:00
Xuerui Fa
a29647888b
SERVER-48250 : Wait for hang in majority write before stepping down primary in write_concern_after_stepdown_and_stepup.js
2020-05-18 21:53:41 +00:00
William Schultz
9127355883
SERVER-29030 Announce new primary via heartbeat requests
2020-05-18 13:36:45 +00:00
Vesselina Ratcheva
50c7d9d61a
SERVER-46807 Test adding multiple new nodes to a replica set at the same time
2020-05-15 18:40:41 +00:00
Louis Williams
b3a5b5258a
SERVER-44529 Query yield recovery after a stepdown should switch to read at the no-overlap time
...
After yielding and reacquiring locks in a query, the preconditions that were used to select our
ReadSource initially need to be checked again. Queries hold an AutoGetCollectionForRead RAII
lock for their lifetime, which may select a ReadSource based on state (e.g. replication
state). After a query yields its locks, this state may have changed, invalidating our current
choice of ReadSource.
2020-05-15 14:55:57 +00:00
Henrik Edin
0da349c13b
SERVER-48148 Log cleanup in db/storage/wiredtiger
2020-05-15 14:07:54 +00:00
Pavi Vetriselvan
790afa3c2b
SERVER-48099 Increase shutdownTimeout in election_handoff_via_signal.js
2020-05-14 23:10:40 +00:00
Judah Schvimer
a9ca06f02b
SERVER-47495 Ban force reconfig with "newlyAdded" fields
2020-05-14 19:37:48 +00:00
Judah Schvimer
5f5f2e9008
SERVER-47973 Address TODOs in SERVER-47142
2020-05-14 13:57:41 +00:00
Suganthi Mani
6753c0a06c
SERVER-43614 Blacklist tests that look for "failpointMsg" on multiversion test suites.
2020-05-14 02:34:32 +00:00
Judah Schvimer
8a3c23aa11
SERVER-48101 Use "j:true" when persistence is enabled in optime.js
2020-05-13 20:10:41 +00:00
A. Jesse Jiryu Davis
b2384a85f6
SERVER-47996 Ban "distinct" on sharded collections
2020-05-13 15:59:44 +00:00
Vesselina Ratcheva
d7d6a14d30
SERVER-46357 Make it clear in currentOp when an automatic reconfig is happening
2020-05-13 02:28:34 +00:00
Samy Lanka
5a14578a13
SERVER-48117 Journal the write used to ensure that rollback happens in rollback_test.js
2020-05-12 19:13:43 +00:00
Matthew Russotto
f9f1d128ea
SERVER-47091 Make ReplSetConfig and MemberConfig immutable
2020-05-12 14:39:35 +00:00
Judah Schvimer
14bb6a661f
SERVER-48064 properly escape in pendingDropRegex
2020-05-12 12:30:54 +00:00
William Schultz
be4fd3cca7
SERVER-47691 Remove reliance on external dependencies in ReplSetTest
2020-05-12 04:53:07 +00:00
Ali Mir
e1df22cefb
SERVER-47957 Set journaling to writeConcernMajorityJournalDefault when specifying write concern for inserts in rollback_test.js
2020-05-11 23:45:44 +00:00
William Schultz
b9bd6ded04
SERVER-48103 Initiate reconfig_only_counts_*.js tests with a high election timeout
2020-05-11 22:00:43 +00:00
A. Jesse Jiryu Davis
7aebc7278a
SERVER-48088 Set minSnapshotHistoryWindowInSeconds in tests
...
sharding_non_transaction_snapshot_read.js had only set the parameter on config
servers, not the shard servers.
2020-05-11 20:37:41 +00:00
Xuerui Fa
c79999d129
SERVER-46083 : Accept multiple error codes in reconfig_prohibits_w0.js
2020-05-11 14:39:41 +00:00
Lingzhi Deng
f2aa1ffe05
SERVER-48046 : {replSetFreeze: 0} done in RollbackTest.restartNode() should be resilient of network errors
2020-05-11 14:00:26 +00:00
William Schultz
f836e3ce66
SERVER-47691 Add missing explicit JS dependencies for tests that use ReplSetTest
2020-05-08 23:05:39 +00:00
Vesselina Ratcheva
29b6b556d0
SERVER-47823 Wait for members to have latest configs after elections in remove_newly_added_field_after_finishing_initial_sync.js
2020-05-08 21:35:40 +00:00
Samy Lanka
8a3fd1364c
SERVER-48057 Shorten metrics testing window in read_operations_during_step_up.js
2020-05-08 21:23:50 +00:00
Samy Lanka
2ffaa9d4ef
SERVER-39621 Change sync source when primary steps down and chaining is disabled
2020-05-08 19:21:43 +00:00
William Schultz
09b1be8b2f
SERVER-48037 Execute reconfig atomically in two_nodes_priority_takeover.js
2020-05-08 18:00:56 +00:00
Lingzhi Deng
c25f75a8ce
SERVER-47780 : Test preventing snapshot reads from being serviced at an inconsistent point during initial sync
2020-05-07 22:02:52 +00:00
Lingzhi Deng
db37687407
SERVER-47672 : Add minSnapshotHistoryWindowInSeconds and remove snapshot window adjustment logic
2020-05-07 19:41:52 +00:00
Ali Mir
c969984b5f
Revert " SERVER-47957 Set j=true when specifying write concern for inserts in rollback_test.js"
...
This reverts commit 9481851d9e
.
2020-05-07 18:52:06 +00:00
A. Jesse Jiryu Davis
b17baeb4a7
SERVER-47690 Snapshot reads via mongos
2020-05-07 17:25:48 +00:00
Judah Schvimer
deebdeecd0
SERVER-47612 make storing the LastVote uninterruptible
2020-05-07 14:20:41 +00:00
Benety Goh
03df68b3e2
SERVER-38961 remove IndexBuildTest.supportsTwoPhaseIndexBuild() references from replsets tests
2020-05-07 11:18:40 +00:00
Matthew Russotto
ca9bd540c1
SERVER-47877 Replace uses of arrayEq without assert with assert.sameMembers in replsets tests
2020-05-06 17:24:41 +00:00
Ali Mir
9481851d9e
SERVER-47957 Set j=true when specifying write concern for inserts in rollback_test.js
2020-05-06 14:38:38 +00:00
Jason Chan
ec12de9fcd
SERVER-30862 ReplSetTest.remove() should call stop() on the node to be removed
2020-05-05 23:20:41 +00:00