Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Revert "SERVER-56509 Wrap unique index insertion _keyExists call in a WT ↵r5.0.2-rc0r5.0.2 | Henrik Edin | 2021-07-28 | 2 | -17/+13 |
| | | | | | | cursor reconfigure" This reverts commit 297e2977ef3e394e02d61aedc954c9aaadc37e73. | ||||
* | SERVER-57729 Fixed namespace error when dropping a collection | lukebhan | 2021-07-28 | 2 | -2/+40 |
| | | | | | | | | | | | | | | fixed linter ts bucket fix fixed test Deleted empty line changed collection name fixed test naming (cherry picked from commit 2bcc9f7efcebb86928a84008f26cccb4843da040) | ||||
* | SERVER-50521 Write reshardBegin no-op oplog entry after temporary resharding ↵ | mrwalak | 2021-07-28 | 4 | -1/+139 |
| | | | | collection is created | ||||
* | SERVER-58321 Check recipient document existence instead of donor twice in ↵ | Matt Walak | 2021-07-28 | 1 | -1/+1 |
| | | | | resharding abort command | ||||
* | SERVER-58089 Coverity analysis defect 120194: Uninitialized pointer field | Matt Walak | 2021-07-28 | 1 | -3/+2 |
| | |||||
* | SERVER-58746 Set minimum OSX build requirement to 10.14 | Ryan Egesdahl | 2021-07-28 | 1 | -3/+3 |
| | | | | (cherry picked from commit a6f432b4970ab1d80a418f3f1ccf53cf0e0c9fc4) | ||||
* | SERVER-48291 Remove need for individual third_party shim source files | Andrew Morrow | 2021-07-28 | 24 | -82/+25 |
| | | | | (cherry picked from commit 0c1e060e7e87a32673e9a6b0311663aa4875544b) | ||||
* | SERVER-48291 Remove support for shim_cxx and shim_crt libraries | Andrew Morrow | 2021-07-28 | 4 | -277/+6 |
| | | | | (cherry picked from commit 787d5a2aee7d69572345e0b33447a8b2c92ea982) | ||||
* | SERVER-58624 Change the resharding critical section timeout value for ↵ | Matt Walak | 2021-07-27 | 1 | -0/+7 |
| | | | | reshard_collection_basic.js | ||||
* | SERVER-58576 Improve build variant task gen unit tests | David Bradford | 2021-07-27 | 3 | -4/+6 |
| | | | | (cherry picked from commit 34116ccb3c6fa3187017f84b424979d8a1f0e33d) | ||||
* | SERVER-58532: Take ASAN into account when calculating timeouts | David Bradford | 2021-07-27 | 2 | -5/+7 |
| | | | | (cherry picked from commit 16085c4b28bd438e1c7608d0aa645de1c1811e7f) | ||||
* | SERVER-58087: Cleanup generate tasks setup | David Bradford | 2021-07-27 | 5 | -225/+124 |
| | | | | (cherry picked from commit b25d57c6a354cf5e4dab3237647797ccc5b30c4d) | ||||
* | SERVER-58400: Adjust dynamic test timeouts for repeated suites | David Bradford | 2021-07-27 | 1 | -1/+7 |
| | | | | (cherry picked from commit b37a1693e338414ece2efa46cad8be3ae9087a39) | ||||
* | SERVER-57003: Generate resmoke tasks at build variant granularity | David Bradford | 2021-07-27 | 26 | -1324/+1395 |
| | | | | (cherry picked from commit f7af7fe8600b5245bdfefd03081948a7525d39f4) | ||||
* | SERVER-57580 combine task_path_suffix and use_multiversion into | Robert Guo | 2021-07-27 | 24 | -136/+96 |
| | | | | | | require_multiversion (cherry picked from commit c940646a2bda05b6e6ba1c84be9d3c52a6426559) | ||||
* | SERVER-57450: Filter misc tests based on tests in sub-suites | David Bradford | 2021-07-27 | 3 | -1/+36 |
| | | | | (cherry picked from commit 1c2b0f685aa3c035f43f4ecc924a42a50534f620) | ||||
* | SERVER-57302: Name implicit multiversion tests correctly | David Bradford | 2021-07-27 | 7 | -45/+41 |
| | | | | (cherry picked from commit d431ce954b4f6153842316d8d05afc5ee73876d7) | ||||
* | SERVER-57002: Refactor dynamic task creation | David Bradford | 2021-07-27 | 51 | -3971/+4767 |
| | | | | (cherry picked from commit cd4f55bc0bc90046b35c71eeb9e4fb18dad9b379) | ||||
* | SERVER-58662 Disable tsbs on variants with older versions of mongodb | Yuhong Zhang | 2021-07-27 | 1 | -3/+105 |
| | | | | (cherry picked from commit 0be9845869d94f217093a208aa2f5a9531a15a39) | ||||
* | SERVER-57837 Adding TSBS to system_perf.yml | Yuhong Zhang | 2021-07-27 | 1 | -0/+35 |
| | | | | (cherry picked from commit e24c901c95729f61297b05f0c0343fe8eb2eeef4) | ||||
* | SERVER-58794: _configsvrCreateDatabase and _flushDatabaseCacheUpdates should ↵ | XueruiFa | 2021-07-27 | 3 | -0/+20 |
| | | | | | | accept any API version parameters (cherry picked from commit 7cccaa4720c8ca16e7c8a35d325ea281fc1f9e2e) | ||||
* | SERVER-57759 Run movePrimary command before sharding the source collection ↵ | Luis Osta | 2021-07-27 | 1 | -7/+9 |
| | | | | in the ReshardingTest fixture | ||||
* | SERVER-58048 Resharding's initial split points for hashed shard keys don't ↵ | Luis Osta | 2021-07-27 | 2 | -4/+8 |
| | | | | match the sampled values (cherry picked from commit a0fe43ef0713bf923884e6afa1b11bab992f1ca9) | ||||
* | SERVER-58332 memory_usage_tracker: switch to node_hash_map for stable pointers | Billy Donahue | 2021-07-27 | 1 | -10/+13 |
| | | | | (cherry picked from commit 11b4bd0749384cc3097bce7bf75d3e39768a2a1f) | ||||
* | SERVER-58086 set debug symbols download URL for shell-invoked hang analyzer | Robert Guo | 2021-07-27 | 7 | -19/+41 |
| | | | | (cherry picked from commit 1eb48009eb2ccd5a9a6a1e57c249334bf52c8a5e) | ||||
* | SERVER-57951 resmoke.py should archive all fixture locations for a job | Robert Guo | 2021-07-27 | 2 | -1/+9 |
| | | | | (cherry picked from commit ffe55a9d08ecd09e70fb1298b3a37253a3be9cb4) | ||||
* | SERVER-58775 Mark ConfigsvrSetAllowMigrationsCommand's opCtx as killable on ↵ | Pierlauro Sciarelli | 2021-07-27 | 1 | -0/+2 |
| | | | | stepdown | ||||
* | SERVER-54948 Calling `shardCollection` after `enableSharding` from a ↵ | Pierlauro Sciarelli | 2021-07-27 | 1 | -3/+3 |
| | | | | different MongoS is not causally consistent | ||||
* | SERVER-58749 Drop database coordinator must acquire collection distributed lock | Pierlauro Sciarelli | 2021-07-27 | 2 | -6/+14 |
| | |||||
* | Import wiredtiger: 8b35a8d923eca1558aee73c45a5031ab65e82032 from branch ↵ | Luke Chen | 2021-07-27 | 48 | -650/+1022 |
| | | | | | | | | | | | | | | | | | | | | | | | | | mongodb-5.0 ref: 87de782470..8b35a8d923 for: 5.0.2 WT-6902 Metadata subpage for Architecture Guide WT-6914 Write "database files" subpage for Architecture Guide WT-7607 Add the possibility to use an existing database for many-coll-test WT-7703 Fix timeout in test_checkpoint_snapshot04 WT-7732 Add a timeout configuration for flush_tier WT-7758 Force evict a page when the update chain is too long WT-7787 Don't read pages for checkpoint cleanup when the cache is in aggressive mode WT-7789 Change tiered python tests to fail without extension library WT-7817 Make tiered storage address cookies backward compatible WT-7864 Add support to run.py for running lists/ranges of scenarios in a test WT-7865 Disable timeout assert while waiting for eviction to quiesce prior to RTS and test WT-7870 Fix measurement of cyclomatic code complexity WT-7871 Remove comment that is no longer true WT-7874 Remove two other stale comments WT-7883 Remove incorrect wt_free statement WT-7889 Find/replace existing uses of WT with WiredTiger in reference guide WT-7890 Fix CMake syntax error in config_lib | ||||
* | SERVER-57750 Add namespace to failpoint in quiesce_mode.js | Vesselina Ratcheva | 2021-07-27 | 1 | -1/+4 |
| | | | | (cherry picked from commit 7fb7e7a933ef4ce3aaaa4c65c1e3e9858782336e) | ||||
* | SERVER-58625 Add multi_update tag to geo_update1.js to exclude from certain ↵ | Wenbin Zhu | 2021-07-26 | 1 | -3/+6 |
| | | | | | | passthrough suites. (cherry picked from commit 09cdb8de613b64c7f29d00bc65db3d4c06edc9ad) | ||||
* | SERVER-58395: Resharding metrics should set donorState/RecipientState to ↵ | Kshitij Gupta | 2021-07-26 | 1 | -2/+4 |
| | | | | | | kUnused if they are not initialized for currentOp report. (cherry picked from commit 321032021822297b6135cee97780ebfb8651eceb) | ||||
* | SERVER-58816 Don't run errors_on_committed_transaction.js in multiversion suites | Samy Lanka | 2021-07-26 | 1 | -1/+1 |
| | |||||
* | SERVER-57790 Stop the balancer thread while serving setFCV. | Paolo Polato | 2021-07-26 | 3 | -3/+75 |
| | | | | (cherry picked from commit a3e0e9d2998bd9a1ce0f8f975b364ef614e2d57c) | ||||
* | SERVER-57790 abort chunk migration while an up/downgrade is in progress. | Paolo Polato | 2021-07-26 | 3 | -4/+74 |
| | | | | (cherry picked from commit 804ddfe0dcf1b5f26e1afd83b47cb1ef5df888bd) | ||||
* | SERVER-55574 Catch all exceptions during scheduling of migrations | Kaloian Manassiev | 2021-07-26 | 2 | -38/+37 |
| | | | | (cherry picked from commit ac39058711acfa3639eac3b237cdd2bb80b43a1c) | ||||
* | SERVER-58589 Remove ShardingFullDDLSupportTimestampedVersion feature | Sergi Mateo Bellido | 2021-07-26 | 10 | -156/+70 |
| | | | | flag | ||||
* | SERVER-56620 Clear any durableOpTimeAndWallTime received from arbiters | Vesselina Ratcheva | 2021-07-26 | 4 | -3/+201 |
| | | | | (cherry picked from commit a85e78c4fe3734abf38b95348e0aa8d62ebdfdc5) | ||||
* | SERVER-56446 Do not reauthenticate in ReplSetTest.restart() if ↵ | Vesselina Ratcheva | 2021-07-25 | 1 | -1/+4 |
| | | | | | | 'waitForConnect=false' is specified (cherry picked from commit db5ca00459eb05bea982cbf858d2cbdfb1ef221b) | ||||
* | SERVER-57176 Set 'validateFeaturesAsPrimary=false' while in replication recovery | Vesselina Ratcheva | 2021-07-25 | 3 | -4/+38 |
| | | | | (cherry picked from commit 9170975b9bfccd0f7b2dc6f98b319d732370c756) | ||||
* | SERVER-56019 re-enable timeseries_index.js in ↵ | Benety Goh | 2021-07-24 | 2 | -5/+0 |
| | | | | | | replica_sets_initsync_jscore_passthrough.yml (cherry picked from commit a6d2ed0dc167c6e873dc7e54f7ec1d12ebe3c56b) | ||||
* | SERVER-58202 mark jstests/noPassthrough/timeseries_create_drop.js test as ↵ | Mickey. J Winters | 2021-07-24 | 1 | -0/+1 |
| | | | | requires_sharding | ||||
* | SERVER-58280 initial sync aborts index builds before applying collMod | Benety Goh | 2021-07-23 | 2 | -0/+3 |
| | | | | | | | | This fixes initial sync issues during oplog application when indexes are being hidden/unhidden - these index operations are encoded as collMod commands. (cherry picked from commit 8922a0ea148c2d883ce724190e0d20a2e2bfd253) | ||||
* | SERVER-57676: Wait for a checkpoint correctly before releasing the ↵ | Lingzhi Deng | 2021-07-23 | 1 | -18/+28 |
| | | | | | | hangOplogCapMaintainerThread in oplog_rollover.js (cherry picked from commit 7ffbb65c777ea73a911b86e8b0eddb3658e65d47) | ||||
* | SERVER-58169: Log timestamps info on hitting invariants around stable ↵ | Lingzhi Deng | 2021-07-23 | 1 | -6/+22 |
| | | | | | | timestamp calculation (cherry picked from commit 6e8da1a86ac74d16dcabf12b96b743a142fa2c9a) | ||||
* | SERVER-58280 add base test for handling collMod during initial sync on ↵ | Benety Goh | 2021-07-23 | 1 | -0/+96 |
| | | | | | | | | collections with index buidls The initial version of this test is identical to initial_sync_aborts_two_phase_index_builds.js. (cherry picked from commit 7dc0e9f922fc025f8b6e6b7962398b9bd41f9570) | ||||
* | SERVER-57983 Fix Integer overflow for $range | Sajed Nahian | 2021-07-23 | 2 | -5/+306 |
| | |||||
* | SERVER-57474 profile_operation_metrics.js queries yield less frequently | Gregory Wlodarek | 2021-07-23 | 1 | -3/+2 |
| | | | | (cherry picked from commit cd1dde2d12606e2a5496bb5aad72ad1d0aa891d4) | ||||
* | SERVER-58022 tenant_migration_resume_oplog_application.js should account for ↵ | Jason Chan | 2021-07-23 | 1 | -5/+7 |
| | | | | | | resumeTokens being part of an application batch (cherry picked from commit 313e241f9caa96f2735bf84072cb44648da56ac7) |