summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72326 Remove boost::format from SBE pretty printers due to TSAN race ↵shinyee.tan/localAnna Wawrzyniak2023-01-1017-169/+171
| | | | condition
* SERVER-71560 Columnstore index repairMohammad Dashti2023-01-094-39/+219
| | | | Co-authored-by: Mohammad Dashti <mdashti@gmail.com>
* SERVER-71957 Fix banned_collection_reads_in_txn.jsHenrik Edin2023-01-091-1/+2
|
* SERVER-71906 rename BatonASIO to AsioNetworkingBatonMatt Diener2023-01-099-81/+84
|
* SERVER-72639 Wait for startup_log in ftdc jstestJacob Evans2023-01-091-2/+5
|
* SERVER-64473 Split up `core` jstest directoryGregory Noma2023-01-091009-4362/+4362
|
* SERVER-72577 Convert tenant migrations tests to use es modulesMatt Broadstone2023-01-09165-2592/+2286
|
* SERVER-72634 fixes for node ID in abt lowering golden testsDavis Haupt2023-01-0911-57/+57
|
* SERVER-72405 re-enable unionWith_maxTimeMS test in telemetry passthroughMaddie Zechar2023-01-091-4/+0
|
* SERVER-72621 truncate v_prime2Kevin Albertson2023-01-092-0/+11
|
* SERVER-72636 Ban tests that set up CSI from parallel testsIan Boros2023-01-091-0/+13
|
* SERVER-72260 Remove redundant task server_selection_json_testJuan Gu2023-01-091-3/+0
|
* SERVER-71656 Add additional conditions to auxiliary intervals during ↵Matt Boros2023-01-093-98/+237
| | | | interval intersection
* SERVER-72613 Run gdb with --readnever when only taking core dumps.Max Hirschhorn2023-01-091-1/+9
|
* SERVER-72309 Add lowering unittest for HashJoinNodeDavis Haupt2023-01-092-13/+160
|
* SERVER-72600 Add missing compile_variant expansions to variants that compile ↵Mikhail Shchatko2023-01-091-12/+12
| | | | for themselves
* SERVER-71957 Integrate point-in-time catalog lookups into locked read setup pathHenrik Edin2023-01-096-162/+550
| | | | | | | | A new version of AutoGetCollectionForRead was added when the PIT catalog lookup feature flag is enabled but we are not in the lock-free read code path. The new AutoGetCollectionForReadPITCatalog does not need to retry acquiring locks when a DDL operation happens between opening the storage snapshot and taking the collection level locks. Instead, when this case is detected we instantiate a Collection instance that matches with the opened storage snapshot. Moved some shared code to the 'catalog_helper' namespace.
* Revert "SERVER-72297 Add burn_in_tasks related configuration"Mikhail Shchatko2023-01-093-27/+8
| | | | This reverts commit 8fd187d1f0c32a4d2fbf720e7f8c37b392c013b2.
* SERVER-72395 Make random_moveChunk_multi_update_delete_change_streams.js ↵Jordi Serra Torrens2023-01-091-0/+5
| | | | test create the 'operations' collection during the setup phase
* SERVER-71581 Convert set expressions to ABTIvan Fefer2023-01-095-95/+221
|
* SERVER-72290 `deleteRangeDeletionTasksForRename` must not deregister tasks ↵Pierlauro Sciarelli2023-01-092-29/+30
| | | | for the target collection
* Import wiredtiger: 91e10012b2b3d4a75419d2635863a67d523eae3c from branch ↵Clarisse Cheah2023-01-0980-163/+163
| | | | | | | | | mongodb-master ref: 843032e989..91e10012b2 for: 6.3.0-rc0 WT-10438 Literal values use WT defines whenever possible.
* SERVER-72595 Prevent query-based reopening from considering compressed bucketsDan Larkin-York2023-01-063-43/+73
|
* SERVER-72597 Adjust 'cursorSeeks' assertion in explain_operation_metrics.jsMihai Andrei2023-01-061-5/+8
|
* SERVER-71996 fix use-after-move in SpoolProducerNode constructorDavis Haupt2023-01-061-1/+1
|
* SERVER-69260 Improve projection of FieldPathExpressions to slots and ↵Mihai Andrei2023-01-064-204/+143
| | | | eliminate redundant project stages in SBE group translation
* SERVER-72596 Fix symbolization for large stacktraces with libunwindCharlie Swanson2023-01-061-0/+1
|
* SERVER-64029 Prohibit impersonating multiple usersShreyas Kalyan2023-01-068-19/+80
|
* SERVER-72404 reenable currenttop_shell.js in telemetry_passthroughMaddie Zechar2023-01-061-2/+0
|
* SERVER-72581 Increase timeout for replica_sets_jscore_passthrough on ↵Mikhail Shchatko2023-01-061-0/+2
| | | | macos-arm64 variant
* SERVER-72332 Add column_store_tpch_10_denormalized to new sys-perf variantsSteve Tarzia2023-01-061-3/+20
|
* SERVER-72553 [CQF] Fix auto-updating for gcc version 12 and aboveSvilen Mihaylov2023-01-063-14/+24
|
* SERVER-71691 handle paused execution in setWindowFieldsAlyssa Wagenmaker2023-01-066-7/+104
|
* SERVER-72576 notarize macOS dist binariesRob Guo2023-01-061-0/+8
|
* SERVER-72584 ensure that oplog entries for partial transactions have both ↵Benety Goh2023-01-061-0/+5
| | | | logical session and txn number
* SERVER-71379 Ensure error propagation from internal transaction for all ↵Sanika Phanse2023-01-062-25/+173
| | | | single write without shard key commands
* SERVER-72139 Force Bonsai in test start_up_with_custom_cost_model.jsRuoxin Xu2023-01-061-1/+6
|
* SERVER-51984 Create feature flag for Compound Wildcard IndexesRuoxin Xu2023-01-061-0/+5
|
* SERVER-72297 Add burn_in_tasks related configurationMikhail Shchatko2023-01-063-8/+27
|
* SERVER-72220 Separate set from validate for cluster parametersGabriel Marks2023-01-068-20/+25
|
* Import wiredtiger: 843032e989c2f01e0da592e50a2bb934b72ebbdd from branch ↵Siddhartha Mahajan2023-01-068-28/+36
| | | | | | | | | mongodb-master ref: b183ecb408..843032e989 for: 6.3.0-rc0 WT-10315 Rename .i files in source tree
* Import wiredtiger: b183ecb40882d967627093766b27bab9eca52db1 from branch ↵Siddhartha Mahajan2023-01-063-5/+5
| | | | | | | | | mongodb-master ref: f0f2aa4917..b183ecb408 for: 6.3.0-rc0 WT-9985 Compilation Ubuntu - Implicit conversion 20.04 (ARM64) changes signedness
* Import wiredtiger: f0f2aa4917ed962228591f242468bc68d8eef68f from branch ↵Siddhartha Mahajan2023-01-063-18/+8
| | | | | | | | | mongodb-master ref: 0dd6ca0312..f0f2aa4917 for: 6.3.0-rc0 WT-10301 Replace _table_runtime with a better data structure in Workgen
* Import wiredtiger: 0dd6ca031291805203db8fcd786615deb3db34dd from branch ↵Siddhartha Mahajan2023-01-063-4/+9
| | | | | | | | | mongodb-master ref: 827581cdd6..0dd6ca0312 for: 6.3.0-rc0 WT-10434 Skip log retention setting during backward compatibility runs.
* Import wiredtiger: 827581cdd681a2415960ef3ac7470f17e43f751f from branch ↵Siddhartha Mahajan2023-01-066-20/+29
| | | | | | | | | mongodb-master ref: f71af27c5a..827581cdd6 for: 6.3.0-rc0 WT-10385 test_util parse tiered storage command line options to storage_source (-Po)
* SERVER-72441 Log an error message for remove() only when it's necessaryYoonsoo Kim2023-01-061-14/+31
|
* SERVER-72422 FCBIS may never truncate the oplog (tests)Matthew Russotto2023-01-064-182/+206
|
* SERVER-71387 Add missing typecheck for range-based windowDavid Percy2023-01-062-2/+43
|
* SERVER-72531 Complete TODO listed in SERVER-71470Sophia Tan2023-01-061-5/+0
|
* SERVER-72418 benchRunOnce() set config->parallel to pass assertsKevin Cherkauer2023-01-061-0/+1
|