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 |
|
Tess Avitabile
|
20df781cb8
|
SERVER-47876 Set shutdownTimeoutMillisForSignaledShutdown as a startup parameter in ReplSetTest
|
2020-05-05 12:41:40 +00:00 |
|
Benety Goh
|
5b34bef655
|
SERVER-38961 remove ReplSetTest.waitForAllIndexBuildsToFinish()
|
2020-05-03 19:12:43 +00:00 |
|
Benety Goh
|
0eb06f28fd
|
SERVER-38961 rollback_via_refetch_survives_nonexistent_collection_drop.js does not need to wait for rollback to finish before searching logs
|
2020-05-02 12:37:26 +00:00 |
|
Matthew Russotto
|
dff65458df
|
SERVER-47879 Should read from primary in rollback_reconstructs_transactions_prepared_before_stable
|
2020-05-01 16:07:49 +00:00 |
|
Jason Chan
|
c28d271102
|
SERVER-47390 Improve styling of Replication log lines
|
2020-05-01 15:27:40 +00:00 |
|
Tess Avitabile
|
f0d436d8a5
|
SERVER-47017 Attach topologyVersion to ShutdownErrors (mongod)
|
2020-05-01 14:39:52 +00:00 |
|
Kevin Pulo
|
db1fae33b7
|
SERVER-43499 gossip cluster time in arbiter related tests
|
2020-05-01 07:00:45 +00:00 |
|
Jack Mulrow
|
682f0540c9
|
SERVER-43469 Remove TODOs listed for SERVER-35447
|
2020-04-30 20:59:56 +00:00 |
|
A. Jesse Jiryu Davis
|
3684f6c946
|
SERVER-47688 Enable snapshot "distinct" command
|
2020-04-30 13:56:01 +00:00 |
|
Jason Chan
|
ab21bf5ef4
|
SERVER-47093 Re-enable multiversion passthroughs
|
2020-04-29 19:18:46 +00:00 |
|
A. Jesse Jiryu Davis
|
52a7369217
|
SERVER-47576 Test secondary snapshot reads
|
2020-04-29 17:54:08 +00:00 |
|
Ali Mir
|
98427b7a22
|
SERVER-46592 Remove all usages of the requires_fcv_44 tag from jstests
|
2020-04-29 17:32:39 +00:00 |
|
Tess Avitabile
|
fcf0f95460
|
SERVER-46952 Create server parameter shutdownTimeoutMillisForSignaledShutdown on mongod
|
2020-04-29 14:31:14 +00:00 |
|
William Schultz
|
11fb21f9cd
|
SERVER-47814 Set fast getMore failpoint for all ReplSetTest instances used by RollbackTest
|
2020-04-28 20:47:44 +00:00 |
|
A. Jesse Jiryu Davis
|
846cd7c189
|
SERVER-47576 Include atClusterTime in snapshot read reply
|
2020-04-28 17:00:52 +00:00 |
|
Lingzhi Deng
|
8ec9d6793d
|
SERVER-47751: Merge tests for snapshot reads waiting for majority committed snapshot
|
2020-04-28 00:38:35 +00:00 |
|
William Schultz
|
a30cef00b9
|
SERVER-44068 Speed up transition to 'kSteadyStateOps' in RollbackTest
|
2020-04-27 19:32:41 +00:00 |
|
William Schultz
|
e55c04b738
|
SERVER-47767 Make sure read_operations_during_rollback.js waits for failpoint on the correct collection
|
2020-04-27 15:52:37 +00:00 |
|
A. Jesse Jiryu Davis
|
2f7abf486d
|
SERVER-47572 Snapshot reads use majority committed timestamp
|
2020-04-27 15:16:45 +00:00 |
|
Tess Avitabile
|
08fb213add
|
SERVER-46951 Implement quiesce mode on mongod
|
2020-04-27 14:04:40 +00:00 |
|
Dan Pasette
|
7c3e206c6f
|
SERVER-47397 change log line searched from nss to namespace
|
2020-04-27 00:20:29 -04:00 |
|
William Schultz
|
fd48866429
|
SERVER-47702 Tests should not try to resume index builds against a node in ROLLBACK
|
2020-04-24 04:18:49 +00:00 |
|
Vesselina Ratcheva
|
0c125c5349
|
SERVER-46356 Add count of automatic reconfigs to serverStatus
|
2020-04-23 22:02:12 +00:00 |
|
Jason Chan
|
39f506463b
|
SERVER-47394 Disconnect from client on SplitHorizonChange error
|
2020-04-22 21:48:44 +00:00 |
|
Jason Chan
|
aa527109a2
|
SERVER-46758 In-memory FCV value should properly reflect the on-disk FCV after a rollback
|
2020-04-22 21:22:38 +00:00 |
|
Lingzhi Deng
|
1563ac389b
|
SERVER-47190: Shutdown command with force:true should ignore all stepdown errors
|
2020-04-22 17:36:40 +00:00 |
|
Eric Milkie
|
56b894215f
|
SERVER-47397 enhanced logging for Execution owned files (part 1)
|
2020-04-22 12:54:28 +00:00 |
|
Ali Mir
|
c593d0fb6e
|
SERVER-46323 Update FCV constants throughout server code following 4.4 branch
SERVER-46589 Update Execution-related generic upgrade/downgrade references
SERVER-46587 Update Replication-related generic upgrade/downgrade references
SERVER-46839 Update Sharding-related generic upgrade/downgrade references
SERVER-46590 Update Query-related generic upgrade/downgrade references
SERVER-46318 Bump wire protocol version for 4.6
SERVER-46313 Bump Powercycle FCV
|
2020-04-22 00:15:51 +00:00 |
|
Lingzhi Deng
|
e9c00e8abd
|
SERVER-47569: Allow readConcern snapshot outside of transactions (mongod)
|
2020-04-20 19:57:40 +00:00 |
|
Suganthi Mani
|
f19d8ba451
|
SERVER-46823 Fix the jstest failure in primary_rollbacks_before_index_build_received_votes.js
|
2020-04-20 07:33:39 +00:00 |
|