0
0
mirror of https://github.com/mongodb/mongo.git synced 2024-12-01 09:32:32 +01:00
Commit Graph

51915 Commits

Author SHA1 Message Date
William Schultz
be4fd3cca7 SERVER-47691 Remove reliance on external dependencies in ReplSetTest 2020-05-12 04:53:07 +00:00
Dianna Hohensee
3de4762514 SERVER-47872 Move the Database class' epoch into the CollectionCatalog 2020-05-12 02:53:39 +00:00
Samy Lanka
ab9233d372 SERVER-47453 Maintain a rolling list of timestamps of the when the recent sync source changes occurred 2020-05-12 02:35:39 +00:00
Pavi Vetriselvan
4639620984 SERVER-48059 backup restore WaitForReplication hook should ignore shutdown errors 2020-05-11 23:57:37 +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
Mihai Andrei
649790b0ba SERVER-48043 mode_merge_fail.js and mode_pipeline_fail.js should not assume ordering of writes from $merge 2020-05-11 22:58:41 +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
Cheahuychou Mao
8b8488340f SERVER-48060 Make tests only server parameter for making transaction coordinator return decision early if the shards are in latest binVersion 2020-05-11 21:35:57 +00:00
Brian McCarthy
eece046bc5 SERVER-48094 Add RHEL 8.1 to repo_config yaml 2020-05-11 20:52: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
Dan Pasette
accee8c3a9 SERVER-47913 Redact sharding messages in cleanupOrphanedData 2020-05-11 20:25:36 +00:00
David Storch
72f7cde324 SERVER-47801 Fix $meta:"textScore" for findAndModify 2020-05-11 19:41:40 +00:00
Sara Golemon
b510408098 SERVER-48039 Fix typo in deprecated option name 2020-05-11 19:14:40 +00:00
Vesselina Ratcheva
4ef25b3c14 SERVER-47823 Fix initial_sync_wt_cache_full.js to wait for secondary state before shutting down 2020-05-11 19:02:38 +00:00
David Bradford
3a6872c51c SERVER-48090: Support python 3.6 with test generation tools 2020-05-11 18:50:48 +00:00
Shreyas Kalyan
4860eea970 SERVER-47375 Complete TODO listed in SERVER-45798 2020-05-11 18:32:36 +00:00
Drew Paroski
ff441d6e3f SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to top-level, take 2 2020-05-11 18:12:38 +00:00
Henrik Edin
e6dcc106ab SERVER-48034 Fix bug in radix store merge3() when the nodes just diff in the data they hold 2020-05-11 17:39:41 +00:00
James Wahlin
c2479d57f1 SERVER-48078 Remove OpDebug invariant that relies on monotonic clock source 2020-05-11 17:25:46 +00:00
Drew Paroski
af62a3eeaf Revert "SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to top-level"
This reverts commit d7d3a0d782.
2020-05-11 16:37:51 +00:00
Pavi Vetriselvan
0eebd4bdf5 SERVER-47951 reduce number of jobs used by reconfig suites 2020-05-11 16:20:45 +00:00
Daniel Gottlieb
9cbbb66d75 SERVER-48042: Correct validate_multikey to ensure its collection starts clean. 2020-05-11 14:51:36 +00:00
Xuerui Fa
c79999d129 SERVER-46083: Accept multiple error codes in reconfig_prohibits_w0.js 2020-05-11 14:39:41 +00:00
Mihai Andrei
7c9225a68a SERVER-46903 Ensure mongo shell respects readPreference for $out and $merge when 'Mongo.setReadPref' is called 2020-05-11 14:12:43 +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
Tess Avitabile
42acb126b4 SERVER-35443 Update help text for shutdown commands and increase freeze time 2020-05-11 13:47:40 +00:00
Tess Avitabile
c5f84d128c SERVER-47832 ReplicationCoordinatorImpl::_makeIsMasterResponse() should check for quiesce mode 2020-05-11 13:31:05 +00:00
Marcos José Grillo Ramírez
087d6aeaaa SERVER-46944 FIX: added the need_fixing_for_46 tag to the wrong remove2.js test 2020-05-11 10:45:27 +00:00
Billy Donahue
cbfc03979e SERVER-41567 Upgrade google-benchmark to tag mongo-v1.5.0 2020-05-09 17:27:43 +00:00
Benety Goh
c4cebb3de7 SERVER-48000 remove TODO comment 2020-05-09 12:58:54 +00:00
Benety Goh
2829385363 SERVER-47531 restore OpObserverImpl::onDelete() invariant for document key 2020-05-09 12:34:55 +00:00
Drew Paroski
d7d3a0d782 SERVER-46686 Update explain() shell command to propagate "maxTimeMS" arg to top-level 2020-05-09 08:16:44 +00:00
William Schultz
2546fe1c22 SERVER-47949 Don't fetch or install a newer config via heartbeat while in drain mode 2020-05-09 03:29:15 +00:00
Shreyas Kalyan
276ac45d7c SERVER-47934 Create a setParameter to control the OCSP HTTP client timeout 2020-05-08 23:17:49 +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
Mark Benvenuto
13a95142a4 SERVER-48015 Fix Windows 10 MSI check 2020-05-08 21:47:47 +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
A. Jesse Jiryu Davis
dc47e87ce7 SERVER-48045 Use Java 11 for TLA+ model-checking 2020-05-08 20:28:48 +00:00
Siyuan Zhou
49cc63fbb3 SERVER-47648 Simplify single node replset stepup on initiate and reconfig 2020-05-08 19:58:04 +00:00
Billy Donahue
5e34f22c83 SERVER-47208 make tojson(BSONObj) match JavaScript JSON.stringify. 2020-05-08 19:45:48 +00:00
vrachev
3e45e8b645 SERVER-47919 remove --suites arg from find-suites 2020-05-08 19:33:35 +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
Cheahuychou Mao
a3316c51e5 SERVER-47531 OpObserver: Convert usage of getCollectionDescription_DEPRECATED to getCollectionDescription 2020-05-08 18:21:40 +00:00
William Schultz
09b1be8b2f SERVER-48037 Execute reconfig atomically in two_nodes_priority_takeover.js 2020-05-08 18:00:56 +00:00
Henrik Edin
7c89f89106 SERVER-47894 Update link in logv2/log.h about default log component 2020-05-08 17:45:41 +00:00
Sara Golemon
04bc9f02d9 SERVER-48027 Wait for applied OpLog agreement before restarting replica sets 2020-05-08 15:22:43 +00:00
Marcos José Grillo Ramírez
a709403384 SERVER-46944 Re-enable tests on sharding_last_stable_mongos_and_mixed_shards and sharding_multiversion suite 2020-05-08 15:10:39 +00:00
Arun Banala
2d00fa0708 SERVER-44599 Blacklist tests impacted by the sort optimization in multiversion suites 2020-05-08 14:36:44 +00:00
Xuerui Fa
a7ff5838b5 SERVER-47449: Re-evaluate sync source after fetching each batch of oplog entries 2020-05-08 14:24:43 +00:00