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

52590 Commits

Author SHA1 Message Date
Daniel Moody
21075112a9 SERVER-48966 Added sources to the ninja tool for reinvokation targets, skip Python.Value nodes. 2020-06-25 20:48:48 +00:00
Alex Taskov
ff269e7f54 SERVER-48929 Modified the moveChunk helper to ignore LockTimeout errors 2020-06-25 20:36:44 +00:00
Ben Caimano
56f5500860 SERVER-48985 Add logging for failCommand 2020-06-25 20:22:37 +00:00
Allison Easton
47dcbeba76 SERVER-48174 Add log component and LOGV2 messages in server to measure latency of migration protocol stages 2020-06-25 20:10:38 +00:00
Andrew Morrow
78168e2c40 SERVER-48546 Reduce scope of libraries injected via libbase 2020-06-25 19:45:49 +00:00
Nir Bar
c61e18a3c3 SERVER-47138 Fix mongod.cfg file size when replacing tokens in the custom action
Closes #1366

Signed-off-by: Andrew Morrow <acm@mongodb.com>
2020-06-25 19:31:56 +00:00
Gabriel Marks
a8a66b7b36 SERVER-47124 Add EndStartupOptionHandling as prependent to registering test commands 2020-06-25 19:17:46 +00:00
Katherine Wu
20c0cc8c93 SERVER-40090 DISTINCT_SCAN is only used when certain format of $group _id is specified 2020-06-25 18:51:48 +00:00
Yuhong Zhang
b2869d11c9 SERVER-43113 Check if a cached cursor exists before constructing configuration string in WiredTigerCursor 2020-06-25 18:38:06 +00:00
PV99
e24e32fc7e SERVER-47263 dryrun election failure logging - removed inaccurate portion of log message 2020-06-25 18:25:44 +00:00
Carl Raiden Worley
4f4e1bd970 SERVER-25548 resmoke should not continue after a shell crash 2020-06-25 18:11:50 +00:00
Mihai Andrei
28e0f60b7b SERVER-48779 Implement skeleton of MatchExpressionVisitor to be used for generating document validation errors 2020-06-25 17:58:50 +00:00
Andrew Morrow
22205e2893 Revert "SERVER-47257 Ensure back button on final MSI panel works correctly"
This reverts commit a402944f38.
2020-06-25 17:46:40 +00:00
Shin Yee Tan
5fd5cb9804 SERVER-46462 Run the dbtest validate wildcard index tests with background set to true 2020-06-25 16:50:42 +00:00
Bynn Lee
c3ff3ee17e SERVER-43864 Move jstests/core/background_validation.js to jstests/noPassthroughWithMongod because it uses a fail point 2020-06-25 16:10:43 +00:00
Adam Cooper
2f6e5d0f94 SERVER-47733 SymmetricEncryptorWindows shouldn't pad when update is called 2020-06-25 15:52:22 +00:00
Lingzhi Deng
1880dfa2de SERVER-49029: Add Linux 3-Node ReplSet 1 Day History 15 GB WiredTiger Cache 2020-06-25 15:32:42 +00:00
Eric Cox
a823c69a5d SERVER-48474 add '$sampleRate' match expression 2020-06-25 12:22:31 +00:00
Luke Chen
8b0f5d5e1d Import wiredtiger: eafb0cea2157f288e027824b12506e83fe2f432d from branch mongodb-4.4
ref: 5a74e438ea..eafb0cea21
for: 4.5.1

WT-6448       Rollback to stable to read all required pages as part of tree walk
WT-6476       Block running rebalance with timestamp set in test format
2020-06-25 08:09:39 +00:00
Luke Chen
5103129bc3 Import wiredtiger: 5a74e438ea34cc6737438f6c99ce2e5e25519a0e from branch mongodb-4.4
ref: 5e6daf7d42..5a74e438ea
for: 4.5.1

WT-6412       Fix extended stalls being seen during MongoDB performance testing
2020-06-25 04:43:45 +00:00
William Schultz
6225672cf9 SERVER-49006 Move initial sync oldest_timestamp advancement directly into initial sync oplog application callback 2020-06-25 01:48:42 +00:00
Suganthi Mani
34e947185b SERVER-47717 Tests single voter change requirement is correctly checked with newlyAdded. 2020-06-24 23:57:44 +00:00
Mina Mahmood
c6cebb3373 SERVER-48426 Cleaned up admin.system.new_users dead code 2020-06-24 23:32:50 +00:00
Carl Raiden Worley
f275428ee2 SERVER-49050 Cannot differentiate logs from different shards with python fixtures 2020-06-24 23:19:40 +00:00
Amirsaman Memaripour
8f4f4741ad SERVER-48922 Create internal assertion macro 2020-06-24 23:07:56 +00:00
Spencer T Brody
422aa9cc46 SERVER-48927 Provide term to ReplicaSetAwareService onStepUp methods 2020-06-24 22:23:36 +00:00
Spencer T Brody
14aaa07ff5 SERVER-48924 Move ReplicaSetAwareService into repl directory and namespace 2020-06-24 22:23:36 +00:00
Shin Yee Tan
2e45081073 SERVER-43895 Remove commented out function in ordering.h 2020-06-24 22:11:02 +00:00
Louis Williams
ba18ad9536 SERVER-48334 numIndexesTotal should only rethrow WriteConflictExceptions in a WriteUnitOfWork 2020-06-24 21:44:42 +00:00
Martin Neupauer
8cc87001a2 SERVER-48859 Implement db.sbe test command. 2020-06-24 21:32:51 +00:00
Esha Maharishi
1a8e0f5eb6 SERVER-47967 Create a link from the logical session cache section to the definition of the transactions table 2020-06-24 21:20:49 +00:00
Esha Maharishi
d7c1c471a5 SERVER-47010 Fix ttl_sharded.js logging 2020-06-24 21:20:49 +00:00
Billy Donahue
29b431208c SERVER-49053 remove makeStatusWith 2020-06-24 21:08:36 +00:00
Hirday Gupta
c76a5544eb SERVER-48244 remove shell-side explain string validation 2020-06-24 20:40:53 +00:00
Haley Connelly
7419262b63 SERVER-47244 Add the Auto-splitting section to the sharding arch guide 2020-06-24 20:28:40 +00:00
Daniel Gottlieb
128ea14211 SERVER-39883: Have Posix powercycle tests check the MongoDB lock file to signal process termination. 2020-06-24 20:16:39 +00:00
Bynn Lee
92a4bd0a4c Revert "SERVER-43864 Move jstests/core/background_validation.js to jstests/noPassthroughWithMongod because it uses a fail point"
This reverts commit a6a3757ad0.
2020-06-24 20:04:43 +00:00
Amirsaman Memaripour
2aeaf35f24 SERVER-48159 Reduce the inline cost of isConnected() 2020-06-24 19:52:42 +00:00
Bynn Lee
a6a3757ad0 SERVER-43864 Move jstests/core/background_validation.js to jstests/noPassthroughWithMongod because it uses a fail point 2020-06-24 15:54:59 +00:00
Matthew Saltz
cbb2116852 SERVER-48098 Join Grid executor pool when destroying ShardingTestFixture 2020-06-24 15:42:45 +00:00
Lydia Stepanek
c848b16c77 SERVER-47827 Request for a local burn_in_tests.py that locally runs all tests changed since master, including those committed in the local branch 2020-06-24 15:30:56 +00:00
Martin Neupauer
ebd79c62d8 Revert "SERVER-48860 Implement db.sbe test command."
This reverts commit 23798d505b.
2020-06-24 15:18:40 +00:00
Gregory Noma
4b7e5ea24f SERVER-37860 Retain some WT log files on startup from previous runs when testing is enabled 2020-06-24 15:06:40 +00:00
Jenny Peshansky
9ebadf67aa SERVER-48568 Changed nopeOptions to nodeOptions when configuring the replica set 2020-06-24 13:53:43 +00:00
Martin Neupauer
23798d505b SERVER-48859 Implement db.sbe test command. 2020-06-24 01:28:38 +00:00
Nick Zolnierz
98135d9d77 SERVER-49045 Remove invariant from establishCursors cleanup code 2020-06-23 23:52:50 +00:00
Martin Neupauer
53f658df7e SERVER-48791 Add PEG parser library to the third party code directory. 2020-06-23 23:12:42 +00:00
Amirsaman Memaripour
311d7ccd0b SERVER-48973 Remove ServiceExecutorAdaptive 2020-06-23 22:36:50 +00:00
Cheahuychou Mao
36bf915c32 SERVER-47639 Fix race with async getHosts request and concurrent topology change 2020-06-23 19:30:48 +00:00
Gregory Noma
56d94a6798 SERVER-48972 Keep track of waiting resource in LockerImpl 2020-06-23 19:18:43 +00:00