Carl Raiden Worley
d7a8860ac1
SERVER-54618 Remove mongod configuration from programs.py
2021-03-03 19:54:17 +00:00
Benety Goh
2f37d8438c
SERVER-54888 Prohibit partial index creation on time-series bucket collections
2021-03-03 19:33:57 +00:00
Kaloian Manassiev
c50fe3dc97
SERVER-54915 Remove the Sharding Routing Info Stability DistLock
2021-03-03 19:13:52 +00:00
Kaloian Manassiev
f759d69c17
SERVER-54585 Add jstest for findAndModify against admin/config
2021-03-03 19:13:52 +00:00
Louis Williams
55101e527b
SERVER-54910 WTRecordStore setKey should take key by pointer to avoid usage errors
2021-03-03 18:46:46 +00:00
XueruiFa
5c0ff2040b
SERVER-53513 : Update config.transactions for committed transactions before startFetchingOpTime
2021-03-03 18:24:57 +00:00
Vishnu Kaushik
37dc18b365
Revert " SERVER-54301 Add correctness tests of recovery using history store"
...
This reverts commit 297904e17a
.
2021-03-03 18:03:58 +00:00
Hana Pearlman
26f4b9a187
SERVER-54864 : Peform dependancy analysis and include/exclude internalization in one step
2021-03-03 17:43:36 +00:00
Mark Benvenuto
aa4ca9d1cf
SERVER-54522 Extend access_check for simple and access_checks
2021-03-03 17:22:23 +00:00
Mihai Andrei
57861ff5c3
SERVER-54323 [SBE] Construct EOF plan for TEXT nodes which produce no index scans
2021-03-03 16:59:08 +00:00
Gregory Wlodarek
5b66f45573
SERVER-54903 Disable CRUD_and_commands*.js in multiversion suites
2021-03-03 15:34:14 +00:00
Nick Zolnierz
760ecda905
SERVER-53402 Enable and test accumulators over non-removable position based windows
2021-03-03 15:05:24 +00:00
Benety Goh
3a602b0c60
SERVER-54645 extract function for creating listIndexes cursor on in-memory list of specs
2021-03-03 14:42:24 +00:00
Marcos José Grillo Ramirez
380b5c9309
SERVER-54904 Blacklist random_DDL_CRUD_operations.js from concurrency_sharded_replication
2021-03-03 14:11:47 +00:00
Benety Goh
4f93cf221b
SERVER-54645 update createIndexes time-series error messages to match dropIndexes
2021-03-03 13:52:03 +00:00
Benety Goh
85fff61082
SERVER-54645 add time-series test cases for dropping indexes by name
2021-03-03 13:23:24 +00:00
Nikita Lapkov
a3703d297f
SERVER-54547 Remove sbe_incompatible tag from jstests/core/sparse_index_supports_ne_null.js
2021-03-03 12:44:06 +00:00
Benety Goh
ed3a69397d
SERVER-54645 limit scope of collection lock in listIndexes to catalog operations
2021-03-03 12:19:52 +00:00
Ruoxin Xu
d34ef0faea
SERVER-54238 Implement removable $push and $addToSet window functions
2021-03-03 11:57:42 +00:00
Tommaso Tocci
020fe58793
SERVER-43897 Make authentication js tests start shards as replica sets
2021-03-03 11:34:48 +00:00
Benety Goh
b7c804eb07
SERVER-54644 support changing expireAfterSeconds on a time-series collection
2021-03-03 11:03:04 +00:00
Sergi Mateo Bellido
d907f3a145
SERVER-54820 Complete TODO listed in SERVER-53104
2021-03-03 09:16:03 +00:00
Luke Chen
3a70e27c5f
Import wiredtiger: 42d051de6dce194c6df89ef32606a711240c8007 from branch mongodb-5.0
...
ref: 0d519783a4..42d051de6d
for: 4.9.0
WT-6163 Fold pinned existence check into __wt_txn_pinned_timestamp
2021-03-03 06:20:59 +00:00
Luke Chen
55e3734a56
Import wiredtiger: 0d519783a41a5d6f694d017a72e91d77bee08cf2 from branch mongodb-5.0
...
ref: fb126819a7..0d519783a4
for: 4.9.0
WT-7210 Add testing for import/export while a backup cursor is open
2021-03-03 06:20:59 +00:00
Luke Chen
88745ba534
Import wiredtiger: fb126819a73a7c9da38b5bfa4e6b46a0fbc45045 from branch mongodb-5.0
...
ref: b1d217df46..fb126819a7
for: 4.9.0
WT-7119 Add variable-length column store support to RTS for updates in the data store with no history
2021-03-03 06:20:59 +00:00
David Storch
f83d51c0ff
SERVER-50710 Consolidate SBE and classic yielding paths
...
SBE will now, like the classic engine, use
saveLockStateAndUnlock() in order to yield any locks held
higher on the stack. Additionally, this patch enables the
'concurrency' suite in the SBE build variant in order to
provide additional yielding-related test coverage.
2021-03-03 04:14:06 +00:00
Moustafa Maher
c182af82f9
SERVER-52601 Disallow commands with the same command_name in the same api_version in IDL
2021-03-03 03:38:02 +00:00
Cheahuychou Mao
490610170b
SERVER-54886 Add recipient migration state and TenantMigrationAccessBlocker state to tenant_migration_test.js
2021-03-03 03:15:53 +00:00
Yoonsoo Kim
8865b969a8
SERVER-47657 Added unique and sparse to index signature
2021-03-03 02:55:02 +00:00
Billy Donahue
2861876b00
SERVER-54875 remove redeclaration of make_intrusive a client's friend
2021-03-03 02:31:58 +00:00
Arun Banala
34e8e6f4d6
SERVER-51980 Create feature flag for Allow $changeStream to participate in optimization
2021-03-03 02:09:06 +00:00
Huayu Ouyang
4633fd74ad
SERVER-54518 Change command "type" struct field compatibility checker to check for new non-optional fields
2021-03-03 01:43:48 +00:00
Yuhong Zhang
82cb2954a0
SERVER-54626 Retryable writes may execute more than once in resharding if statements straddle the fetchTimestamp
2021-03-03 01:24:05 +00:00
Jason Zhang
24dafb39af
SERVER-54873 Remove TODO comment in tenant_migration_concurrent_bulk_writes.js
2021-03-03 01:03:28 +00:00
Lingzhi Deng
579d4e8698
SERVER-53515 : Process final applyOps entries for transactions
2021-03-02 21:45:59 +00:00
Andrii Dobroshynski
6601c787b7
SERVER-54562 [SBE] Fix jstests/core/index_filter_commands.js failure due to explain format change in SBE
2021-03-02 21:21:53 +00:00
Hartek Sabharwal
f561673aa5
SERVER-54825 Use 'toArray()' in addition to array access after 'find()' in rslib.js
2021-03-02 21:01:20 +00:00
Nikita Lapkov
c5b615295c
SERVER-54559 Use getWinningPlan helper in jstests/core/api_version_unstable_indexes.js
2021-03-02 20:37:00 +00:00
Nikita Lapkov
2838f7175d
SERVER-54553 Remove sbe_incompatible tag from jstests/core/wildcard_index_covered_queries.js
2021-03-02 20:17:20 +00:00
Rishab Joshi
89763c8501
SERVER-54812 Handle the case when find_and_modify request BSON object is
...
empty
2021-03-02 19:57:43 +00:00
Marcos José Grillo Ramirez
f18d7ff550
SERVER-52813 Add fsm workload for DDL and CRUD operations
2021-03-02 19:30:36 +00:00
Ted Tuckman
bc16b0e60a
SERVER-54615 Add window function translation to removable executor
2021-03-02 19:09:02 +00:00
Vishnu Kaushik
297904e17a
SERVER-54301 Add correctness tests of recovery using history store
2021-03-02 18:45:42 +00:00
Mikhail Shchatko
6ca08d9bf3
SERVER-54851 Remove powercycle tasks with internal server crashes from Windows buildvariants
2021-03-02 18:17:48 +00:00
Cheahuychou Mao
1f39f0c300
SERVER-54868 Regenerate test tenant migration certificates with only the necessary privileges
2021-03-02 17:57:12 +00:00
David Bradford
8ba3957bc3
SERVER-54612 : Ensure tighter timeouts for commit-queue patches
2021-03-02 17:35:29 +00:00
Mihai Andrei
b33f2292ab
SERVER-52953 $geoNear does not always match coordinate given to 'near' when maxDistance is set to 0
2021-03-02 17:14:09 +00:00
Dianna Hohensee
168d5f983a
SERVER-54024 Use lock-free collection helpers in some auth read lookups and RolesLocks.
2021-03-02 16:51:18 +00:00
Mihai Andrei
868785d084
SERVER-54554 [SBE] Remove 'sbe_incompatible' tag from jstests/core/single_field_hashed_index.js
2021-03-02 16:23:50 +00:00
Louis Williams
6fdedd62c4
SERVER-54361 Prohibit unique index creation on time-series buckets collections
2021-03-02 16:02:26 +00:00