summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-72276 Removing outdated entries for multiversion tests36a47ec614d84e29b7d7ee8450fa8968Aaron Morand2022-12-211-606/+2
|
* SERVER-72065 Fix refresh of sessions cache in CSRS secondary nodesPaolo Polato2022-12-191-14/+20
|
* SERVER-67213 Wait for all nodes to install config before doing a force ↵Samy Lanka2022-12-161-0/+6
| | | | | | reconfig in reconfig.js (cherry picked from commit e5e5f384e92e3bd0a9d2f1bb4b92f86cb7c1b969)
* SERVER-72005 Run TSBS on 2022-11 sys-perf variantsGregory Noma2022-12-151-20/+20
|
* SERVER-61909 Fix transaction_too_large_for_cache.js to requires_fcv_62r6.2.0-rc4Yu Jin Kang Park2022-12-122-2/+2
|
* SERVER-71982 set directConnection=True in standalone.pyTrevor Guidry2022-12-091-1/+1
| | | | this is for multiversion testing with pymongo v4
* SERVER-70594 Add updated build variants to sys-perf @dalyddalyd2022-12-091-120/+877
|
* SERVER-71685 Remove sampling of connAcquisitionToWire metricsJason Chan2022-12-094-33/+21
| | | | (cherry picked from commit 8cefa36fddf8cad897d669a565038cd0ae0c83a2)
* SERVER-71838 Remove deprecated collStats in ftdcr6.2.0-rc3Jacob Evans2022-12-082-12/+21
|
* SERVER-71961 Don't expect absent collection ftdcJacob Evans2022-12-081-3/+3
|
* SERVER-71756 Defragmentation policy should issue dataSize commands with ↵Allison Easton2022-12-071-2/+8
| | | | | | estimate true (cherry picked from commit 49c71b36991b5eb765f66e03d09af6673c9aead7)
* SERVER-71683 Tenant collection cloner reads the next batch from socket ↵Suganthi Mani2022-12-073-161/+17
| | | | | | buffer only after writing all the documents in the current batch to storage (cherry picked from commit 5fee6fff13b8a0b9f96f6bbe228afcd9514ac952)
* SERVER-71902 Remove test_packages_complete taskRyan Egesdahl2022-12-062-19/+0
|
* SERVER-68500 multiversion tag files are not correctly excluding tests in CITausif Rahman2022-12-061-0/+1
| | | | (cherry picked from commit f4dae678391520510db9cbc44e4d3c4d7b8edc84)
* SERVER-71723 Store WriteBatch measurements using small_vectorDan Larkin-York2022-12-062-6/+10
| | | | (cherry picked from commit 7ca2aafe4560839b35d7712eb2887baab6c7711a)
* Revert "SERVER-68500 multiversion tag files are not correctly excluding ↵Tausif Rahman2022-12-061-2/+0
| | | | | | tests in CI" This reverts commit ba23c188418b38b0c10beda1fcc530df452b05a8.
* SERVER-71721 Avoid extra string copy in NamespaceString constructorDan Larkin-York2022-12-061-1/+1
| | | | (cherry picked from commit 1bca0707395f0f8d61a7ab6414f743ac47367ce2)
* SERVER-71720 Move WriteBatch shared_ptr instead of copyingDan Larkin-York2022-12-061-3/+3
| | | | (cherry picked from commit e2fc1058910a3ab50f864e93f466b8898efdf133)
* SERVER-71719 Check if we have bucket to reopen before calling rehydrateBucketDan Larkin-York2022-12-062-12/+6
| | | | (cherry picked from commit 31be4c38188fd14a6bd80753999236801f0a03a6)
* SERVER-71718 Refactor extractTimeAndMeta to branch earlier and iterate ↵Dan Larkin-York2022-12-064-25/+74
| | | | | | document once (cherry picked from commit 88d18f93e89f1124fc121d4c8c10b936c851eb1a)
* SERVER-71788 Defragmentation should handle ChunkTooBig errorsAllison Easton2022-12-051-1/+9
| | | | (cherry picked from commit 76d4cb7bd5b3654f7e3bba3aaf9fbb5c766476a4)
* SERVER-71787 Balancer needs to attach forceJumbo to `moveRange` commandPierlauro Sciarelli2022-12-051-0/+1
|
* SERVER-71759 dataSize command doesn't yieldTommaso Tocci2022-12-031-24/+25
| | | | (cherry picked from commit 44d81c74e55420619b295490606a6bedb367e3c2)
* SERVER-68500 multiversion tag files are not correctly excluding tests in CITausif Rahman2022-12-031-0/+2
| | | | (cherry picked from commit 7a6f90b2bb38765ea11110624080a61916adde97)
* SERVER-71750 Revert writeConflictRetry refactor into ↵Yu Jin Kang Park2022-12-022-17/+10
| | | | | | handleWriteConflictException (cherry picked from commit 552afb106b2cdc485db67087ce24e7d33e8cbabb)
* SERVER-71751 Skip core/transaction_too_large_for_cache.js in non-WT storage ↵Yu Jin Kang Park2022-12-021-0/+7
| | | | | | engines (cherry picked from commit 761037636e047c810f1285396323920262232894)
* SERVER-61909 Abort operation if it cannot ever fit in WT cacheYu Jin Kang Park2022-12-0212-24/+337
| | | | (cherry picked from commit 9ddbd3512044ca6508cb72d9a321391d45c18140)
* SERVER-71360 Avoid signed promotion on the value of the subtype before ↵Yuhong Zhang2022-12-012-2/+5
| | | | casting to BinDataType (cherry picked from commit d69c4bd59cff4c00d15421454dd6de2f90dfadb4)
* SERVER-65790 create telemetry feature flagr6.2.0-rc2Jess Balint2022-12-017-19/+77
|
* SERVER-71666 Reduce number of scanned index entries on chunk migration commitPierlauro Sciarelli2022-11-301-18/+17
| | | | (cherry picked from commit 591bce59840c8f6e1926b2d5a324eeefbf750336)
* SERVER-71568 Fix race condition related to access to ChangeStreamOptionsMindaugas Malinauskas2022-11-302-3/+3
| | | | (cherry picked from commit 92d8c8e3aaf9b4914db3b9fd4a10ef3bb9595f07)
* SERVER-71506 Refactor tooling metricsTausif Rahman2022-11-2912-414/+348
| | | | (cherry picked from commit b06927da238e4565c3088377a8d4fed39d4d8f71)
* SERVER-68739 Do not reset WT session stats when fetching op statsYu Jin Kang Park2022-11-2915-258/+429
|
* SERVER-68576 Added number of sharded collections to serverStatus command.Pol Pinol Castuera2022-11-295-6/+31
|
* SERVER-71411 Replace asyncio with explicit timeouts in metrics collectionTausif Rahman2022-11-282-22/+4
| | | | (cherry picked from commit 93b1775dd99dfbb8b0f083e68fbf911d3d4eaf12)
* Import wiredtiger: 659bbb26d9e357b714a782755442c78e05ddca7a from branch ↵Luke Chen2022-11-282-3/+3
| | | | | | | | | mongodb-6.2 ref: 9a35c70af8..659bbb26d9 for: 6.2.0-rc2 WT-10192 Fix bug in cursor_prev_skip statistics
* SERVER-71486 Fix config settings schema modification during fcv upgrade and ↵Allison Easton2022-11-242-1/+2
| | | | | | downgrade (cherry picked from commit e8d15ab156ca830a970c4bc54e5861fa26173e97)
* SERVER-71445 Update cover_null_queries.js fcvAlya Berciu2022-11-241-1/+1
|
* SERVER-71477 Check '_internalAllCollectionStatsSpec.getStats()' exists ↵Pol Pinol Castuera2022-11-244-7/+17
| | | | before calling 'makeStatsForNs'
* SERVER-71529 Add serverStatus metric for classic and SBE plan cache sizeMaddie Zechar2022-11-244-18/+39
|
* SERVER-71122 Get rid of the ↵Pierlauro Sciarelli2022-11-231-38/+0
| | | | `WaitForCleanCorrectEvenAfterClearFollowedBySetFilteringMetadata` unit test
* SERVER-71386 Telemetry collection fails for queries with non-object fieldsMaddie Zechar2022-11-232-15/+103
|
* SERVER-71270 In timeseries collections prevent match pushdown before project ↵Ivan Fefer2022-11-235-130/+184
| | | | that can affect it
* SERVER-71297 Coverity analysis defect 134120: Fix ↵Tommaso Tocci2022-11-231-1/+1
| | | | | | VersionType::currentVersion parsing (cherry picked from commit 32bb6bed252aff3aab0254f8b8f9de3ea7669398)
* SERVER-71370 Disable test failing on MacOsMilena Ivanova2022-11-231-0/+3
| | | | (cherry picked from commit 6e0c9c3b24c0100f43239ada69861055613ca0bf)
* SERVER-71473: Begin using the new test stats locationJeff Zambory2022-11-237-117/+129
| | | | (cherry picked from commit 81b9c1abbc7b16e3d94839009567d5c0b87b3bc8)
* SERVER-71534 Fixed fuzzer linting scriptsAlexander Neben2022-11-232-9/+21
| | | | (cherry picked from commit abb9e2114622a4bf9052e5adfcaf28792ce189e9)
* SERVER-71498 QueryStageBatchedDeleteTest initializes TickSourceMock onceBenety Goh2022-11-221-5/+12
| | | | (cherry picked from commit a5341aa27ef996912766719eae263e08b9721f4c)
* SERVER-71518 Use S3 test stats in mongo-task-generatorMikhail Shchatko2022-11-213-1/+3
| | | | (cherry picked from commit f590e944138f1e2d091926df9413f7412c9f477f)
* SERVER-71471 Fixed deployment process for jstestfuzzAlexander Neben2022-11-216-37/+7
| | | | (cherry picked from commit 45400e2540977847771a1172de82a01fb12ec8b4)