summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-71957 Fix banned_collection_reads_in_txn.jsHenrik Edin2023-01-091-1/+2
|
* SERVER-64473 Split up `core` jstest directoryGregory Noma2023-01-09930-0/+0
|
* SERVER-72595 Prevent query-based reopening from considering compressed bucketsDan Larkin-York2023-01-061-35/+48
|
* SERVER-72404 reenable currenttop_shell.js in telemetry_passthroughMaddie Zechar2023-01-061-2/+0
|
* SERVER-70546 Create passthroughs that inject the tenantId using $tenantSophia Tan2023-01-0515-2/+30
|
* SERVER-72416 Find and findAndModify commands' ExpressionContext should ↵Arun Banala2023-01-053-45/+276
| | | | inherit collection level collation
* SERVER-64334 Test that column store index handles path edge casesJustin Seyster2023-01-041-0/+36
|
* SERVER-72446 Add requires_fcv_63 tag to validate_js_timestampIvan Fefer2022-12-301-0/+4
|
* SERVER-69920 Implement two phase protocol for updateOne and deleteOneJason Zhang2022-12-291-0/+16
|
* SERVER-66283 Correct tailable cursor support on unreplicated capped collectionsLouis Williams2022-12-291-0/+148
| | | | | | | This corrects previously incorrect behavior where tailable cursors on unreplicated capped collections like the profile collection could miss writes This pushes non-oplog capped collection visibility logic outside of the storage engine layer
* SERVER-72407 Robustify the '$_internalIndexKey' expression for parallel testing.Rishab Joshi2022-12-281-7/+5
|
* SERVER-64175 Modify refine shard key index validations so they are performed ↵Marcos José Grillo Ramirez2022-12-281-0/+1
| | | | in each shard
* SERVER-71408 Create telemetry passthrough suiteJennifer Peshansky2022-12-281-0/+2
|
* SERVER-70406 Push into column_scan stage $not filter in some casesIrina Yatsenko2022-12-271-22/+72
|
* SERVER-68591: Switch to rowstore scan mode on reading data that cannot be ↵Irina Yatsenko2022-12-271-24/+30
| | | | served by CSI
* SERVER-68685 Adds new $_internalIndexKey agg expression.Rishab Joshi2022-12-251-0/+1053
|
* Revert "SERVER-68591: Switch to rowstore scan mode on reading data that ↵liubov.molchanova2022-12-231-28/+22
| | | | | | cannot be served by CSI" This reverts commit 8583f66c0126e3d5ddf25c62a242b01c3d82bc19.
* SERVER-68591: Switch to rowstore scan mode on reading data that cannot be ↵Irina Yatsenko2022-12-221-22/+28
| | | | served by CSI
* SERVER-68377 Skip creating a dense column cursor during a column scan when ↵Dianna Hohensee2022-12-211-0/+35
| | | | an _id column cursor (also dense) is present
* SERVER-71861 Allow killOp with security tokenmathisbessamdb2022-12-218-12/+4
|
* SERVER-71030 Modify CursorResponse to serialize/deserialize NamespaceString ↵Hugh Tong2022-12-204-1/+13
| | | | with tenantId
* SERVER-62672 Avoid `getCollectionVersion` duplicate queries when committing ↵Pierlauro Sciarelli2022-12-201-1/+1
| | | | chunk operations
* SERVER-70042 Assign expected / actual semantics to assert.docEq() argumentsRomans Kasperovics2022-12-2047-258/+289
|
* SERVER-72135: Remove bulkWrite from being run with security tokenseanzimm2022-12-161-1/+6
|
* SERVER-70809 Simplify logic in timeseries optionsFaustoleyva542022-12-163-12/+13
|
* SERVER-69298 CSI can skip extra project for non-output match fieldsAlyssa Wagenmaker2022-12-161-0/+13
|
* SERVER-69314 Remove featureFlagClusteredIndexesLouis Williams2022-12-151-5/+1
|
* SERVER-71007 Remove long deprecated getNonce commandSara Golemon2022-12-141-1/+1
|
* SERVER-69009 Validate Timestamp objects returned from $functionJustin Seyster2022-12-141-0/+157
|
* SERVER-71287 Stash CollectionCatalog when starting multi-document transactionsHenrik Edin2022-12-143-30/+84
| | | | | | This allows readers to use Collections fully in sync with the multi-document transaction snapshot and eliminates the need for the pessimistic "catalog conflicting timestamp". Write operations checks that they are operating on the latest version of the collection and throw WCE if not.
* SERVER-72105 Fix BulkWrite js testseanzimm2022-12-141-1/+1
|
* SERVER-69907 Decompress and apply first update to reopened time series ↵Dan Larkin-York2022-12-131-48/+35
| | | | bucket atomically
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-132-0/+539
|
* SERVER-71650: Basic formation of BulkWrite commandseanzimm2022-12-121-0/+96
|
* Revert "SERVER-70267 Enable streaming group if group id field are monotonic ↵Ivan Fefer2022-12-122-539/+0
| | | | on time"
* SERVER-61644 Enable CSI feature flagIan Boros2022-12-1010-21/+33
|
* SERVER-68400 Add tests for CSI w/ a non-standard keypatternAlyssa Wagenmaker2022-12-091-0/+38
|
* SERVER-71600 Handle FCV downgrade/upgrade with bucketing parameters on ↵Faustoleyva542022-12-091-2/+1
| | | | sharded clusters
* SERVER-70267 Enable streaming group if group id field are monotonic on timeIvan Fefer2022-12-092-0/+539
|
* SERVER-71457 Archive on time backwards, and restrict query-based reopeningDan Larkin-York2022-12-081-12/+14
|
* SERVER-65976 Enable block compression for column store indexesJustin Seyster2022-12-081-0/+176
|
* SERVER-70269 Fix incorrect test assertions for timeseries $match pushdownRui Liu2022-12-082-10/+12
|
* SERVER-71928 Account for sharded collections in column store collation testsAlyssa Wagenmaker2022-12-071-4/+4
|
* SERVER-69315 Remove feature flag for BSON Column CompressionHenrik Edin2022-12-073-13/+2
|
* SERVER-71532 Add test for CSI and numeric componentsIan Boros2022-12-062-0/+59
|
* SERVER-64365 add tests for collation + columnstoreAlyssa Wagenmaker2022-12-062-1/+40
|
* SERVER-71314 Create bulkWrite IDL and command stubVesselina Ratcheva2022-12-061-0/+1
|
* SERVER-71601 Set an upper limit for bucketRoundingSeconds and ↵Faustoleyva542022-12-022-16/+37
| | | | bucketMaxSpanSeconds in create and collMod commands
* SERVER-69956 Query planning heuristics for choosing columnscanAlyssa Wagenmaker2022-12-0210-18/+115
|
* SERVER-70552 Cleanup renames across databasesMatt Kneiser2022-12-022-29/+31
|