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

52559 Commits

Author SHA1 Message Date
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
Gregory Noma
07c6275e1e SERVER-49011 Prevent concurrent calls to ProgressMeter::hit() in d_concurrency_test 2020-06-23 19:00:45 +00:00
Pierlauro Sciarelli
3c14c24170 SERVER-48326 Complete TODO listed in SERVER-47701 2020-06-23 17:44:42 +00:00
Luis Osta
5958a13020 SERVER-46856 Sharding jstests should not use assert.throws and assert.doesNotThrow to check if a parallel shell exited with an error 2020-06-23 17:25:54 +00:00
Gregory Wlodarek
dd51b67d13 SERVER-49028 Use a 3-node replica set to avoid having the primary stepdown if it can't see a majority of the replica set 2020-06-23 16:20:58 +00:00
Gregory Noma
2f8f944c0b SERVER-48970 Prevent concurrent uses of the same mongo_embedded_v1_status in mongo_embedded_test KillOp 2020-06-23 15:34:45 +00:00
Kshitij Gupta
5d604bc927 SERVER-48211: Fix incorrect usage of ChunkRange 2020-06-23 15:22:40 +00:00
Gregory Wlodarek
fc58564f8a SERVER-49026 Use the maximum opId to test authorization privilieges for killOp 2020-06-23 15:10:46 +00:00
Pierlauro Sciarelli
2781b23dda SERVER-48994 LogTransactionOperationsForShardingHandler must use UninterruptibleLockGuard 2020-06-23 14:57:37 +00:00
Matthew Russotto
9b1cff3ad6 SERVER-48957 Reduce heartbeatIntervalMillis in atlas workflow tests 2020-06-23 14:23:58 +00:00
Ali Mir
5a19643afe SERVER-48982 Respond to heartbeats until reconfig thread finishes in StepdownShouldInterruptConfigWrite 2020-06-23 13:29:31 +00:00
Luke Chen
a6cdd38f96 Import wiredtiger: 5e6daf7d42727e3d86b2603c20852d1426dee55f from branch mongodb-4.4
ref: 5199f7f394..5e6daf7d42
for: 4.5.1

WT-6457       Restore static testing that zero-length row-store values are never written.
WT-6464       Memory leak in __rollback_row_add_update
2020-06-23 09:41:50 +00:00
Mindaugas Malinauskas
7b63a7c1e2 SERVER-41763 Remove comment when truncating queries 2020-06-23 09:15:40 +00:00
Billy Donahue
eed07779f7 SERVER-48367 fix embedded runGlobalInitializers call 2020-06-23 06:43:03 +00:00
Henrik Edin
de515ed57a SERVER-48626 Change biggie index format, it can now properly handle unindexing of unique indexes where duplicates are allowed
Unique indexes now have a binary representation that allowes for duplicates, and there's no fallback to embedding the record id in the keys that causes issues.

Unique and standard indexes have separate formats, similar to WT.
2020-06-23 00:50:44 +00:00
Suganthi Mani
e94ca2a3bc SERVER-48778 Make reconstruct_prepared_transactions_initial_sync.js robust to election failures. 2020-06-22 21:58:51 +00:00
vrachev
18f88ce068 SERVER-48705 resmoke.py sending SIGABRT to take core dumps on fixture teardown may overwrite core files from hang analyzer.
Adds an option to the hang-analyzer to kill processes after finishing analysis.
Updates assert.soon's usage of the hang-analyzer to use this option.
2020-06-22 18:43:58 +00:00
dalyd
c88f097569 SERVER-48907 Include Linkbench2 on the module list for the buildvariants. 2020-06-22 18:29:39 +00:00
Esha Maharishi
da40d32905 SERVER-48926 Fix remaining sharding tests that incorrectly set votes to 0 on shard secondaries 2020-06-22 17:31:36 +00:00
David Storch
e285eaade1 SERVER-48503 Fix how index_signature.js calculates number of pre-existing indexes 2020-06-22 17:07:50 +00:00
XueruiFa
8d5835a634 SERVER-48968: Add replication logging to replsettest_control_12_nodes.js 2020-06-22 16:25:53 +00:00
Xuerui Fa
5edffc61e6 SERVER-48107: Retry replSetStepDown in rollback_test.js 2020-06-22 16:14:45 +00:00
Ian Boros
c331ba2fad SERVER-47280 Add machinery for applying document deltas 2020-06-22 16:02:41 +00:00
bynn
2e8fd8b72f SERVER-45600 Change the default log component for mongod_main.cpp to kControl 2020-06-22 15:33:59 +00:00
Henrik Edin
a88e793e77 SERVER-48954 Don't assume oplog apply order in replication_recovery_tests and oplog_applier_impl_test so document-level locking storage engines can be supported 2020-06-22 14:53:38 +00:00
Lingzhi Deng
b14bd0d8b5 SERVER-48965: Make update_and_bulk_insert.js less heavy 2020-06-22 14:31:57 +00:00
Mihai Andrei
e1d82874e9 SERVER-47223 Verify that $geoNear applies index hint correctly 2020-06-22 13:08:33 +00:00
Luke Chen
d6bc50db5e Import wiredtiger: 5199f7f394d6192475b83e211575be196afa1523 from branch mongodb-4.4
ref: 3b4a927265..5199f7f394
for: 4.5.1

WT-6407       Fix searching history store accidentally across table boundary
WT-6452       Update eviction test config to avoid rollback errors
WT-6455       Fix the incorrect connection level debug flag value
WT-6461       Add verbose logging for tombstones restored from history store
2020-06-22 06:59:57 +00:00
Pavi Vetriselvan
2cc507c7c4 SERVER-46962 add optional parameter when creating ErrorExtraInfo class 2020-06-22 01:14:04 +00:00
Kaloian Manassiev
33201c068f SERVER-48775 Move all Sharding unit-tests that assume a MongoD to the db/s directory
With this change there are no more references from mongo/s (which is
code common between MongoS and MongoD) and mongo/db/s (which is code
specific for MongoD only).
2020-06-21 12:32:58 +00:00
dalyd
85707dafe1 SERVER-49807 Use modules for Linkbench2 2020-06-19 15:36:43 +00:00
Pierlauro Sciarelli
5ad9593661 SERVER-48883 Range deletion recovery can invalidate migration recovery on step up 2020-06-19 13:48:46 +00:00