summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-67597 Handle new time-series bucketing parameters on downgradeFaustoleyva542022-10-264-87/+57
|
* SERVER-70649 Test `CollectionUUIDMismatch` with write commands on viewGregory Noma2022-10-261-1/+12
|
* SERVER-70757 Tag command_let_variables_merge_only.js with uses_outAlexander Ignatyev2022-10-241-0/+1
|
* Revert "SERVER-70757 Tag command_let_variables_merge_only.js with uses_out"auto-revert-processor2022-10-221-1/+3
| | | | This reverts commit da7a8b14f26ef0310015a199e95e5edf30ddd526.
* SERVER-70747 Change coll name in BUS extended range testJoel Redman2022-10-211-3/+2
|
* SERVER-70757 Tag command_let_variables_merge_only.js with uses_outAlexander Ignatyev2022-10-211-3/+1
|
* SERVER-70643: Fix TODOs in testsColin Stolley2022-10-211-6/+34
|
* SERVER-61284: Support simple projection optimization for simple exclusion ↵Ivan Fefer2022-10-201-2/+2
| | | | projections
* SERVER-66793 Use explicit sort when extended range dates are usedJoel Redman2022-10-191-0/+226
|
* SERVER-69885 Added support `$in` in `generatePerColumnFilterExpr()`Mohammad Dashti2022-10-181-0/+182
|
* SERVER-67599 Allow collMod to set bucketMaxSpanSeconds and bucketRoundingSecondsAdrian Gonzalez2022-10-181-1/+129
|
* SERVER-61457 Move MapReduce mutable properties test to no passthroughBen Shteinfeld2022-10-171-79/+0
|
* SERVER-70252 Tag additional plan cache related tests as ↵mathisbessamdb2022-10-1714-1/+29
| | | | 'tenant_migration_incompatible'
* SERVER-68519 include more info in column scan explainAlyssa Wagenmaker2022-10-142-6/+6
|
* SERVER-66435 Always use classic engine for IDhack plansAnna Wawrzyniak2022-10-124-23/+12
|
* SERVER-70421 Complete TODO listed in SERVER-69884sergey.galtsev2022-10-116-12/+0
|
* SERVER-70194 Improve debuggability of columnstore_index_correctness.jsIrina Yatsenko2022-10-102-118/+142
|
* SERVER-64978 Add metrics to track if a plan was recovered from the plan cacheMaddie Zechar2022-10-101-0/+46
|
* SERVER-69718 Add global_index.js jscore/txns testJosef Ahmad2022-10-101-0/+314
|
* SERVER-70326 Avoid running ↵Rishab Joshi2022-10-071-0/+1
| | | | index_filter_commands_invalidate_plan_cache_entries.js in multi-version mode.
* SERVER-70270: Use fail_point_util.js instead of checkLog to wait for ↵Ivan Fefer2022-10-071-17/+7
| | | | failpoint hit
* SERVER-67598 Add support for maxSpanSeconds and roundingSeconds argumentsAdrian Gonzalez2022-10-073-28/+336
|
* SERVER-70266 Add requres_fcv_62 tag to tests failing on sharding_jscore ↵Alya Berciu2022-10-065-2/+5
| | | | multiversion
* SERVER-70183 Tag SBE plan cache test as 'tenant_migration_incompatible'David Storch2022-10-051-0/+2
|
* SERVER-69740 Implement _refreshQueryAnalyzerConfiguration commandCheahuychou Mao2022-10-041-0/+1
|
* SERVER-69599 add parsing for between in matchgalon12022-10-041-0/+125
|
* SERVER-70114 Fix the feature flag check in 'null_query_semantics.js'Arun Banala2022-09-291-2/+8
|
* SERVER-69850 Prevent compact command from running when the config fuzzer is ↵Haley Connelly2022-09-284-3/+6
| | | | enabled
* SERVER-66685 Fetch archived buckets from disk and handle complex metaFields ↵Dan Larkin-York2022-09-271-0/+68
| | | | for query-based reopening
* SERVER-69961 Add expected-actual semantics to assert.setEq argumentsRomans Kasperovics2022-09-271-1/+1
|
* SERVER-66469 Fix correctness when filtering on dates before the epochJoel Redman2022-09-271-0/+185
|
* SERVER-67895 Add _shardsvrWriteGlobalIndexKeys commandJosef Ahmad2022-09-271-0/+1
|
* SERVER-69916 Extend tests for {$exists: true} with columnstore indexIrina Yatsenko2022-09-261-7/+60
|
* SERVER-69549 Unify tags used in columnstore index testsIrina Yatsenko2022-09-268-11/+8
|
* SERVER-68115 Do not drop empty path component from elemMatch path during ↵joshua2022-09-232-39/+48
| | | | index selection
* SERVER-69149 Make debug print of SBE expressions more readableDavid Storch2022-09-231-1/+1
| | | | | Reapplies the original change with a corrected out-of-bounds check.
* SERVER-68677 Skip row store projection in column scan plans when possibleSteve Tarzia2022-09-232-0/+234
|
* SERVER-69242 Add _shardsvrDeleteGlobalIndexKey commandYu Jin Kang Park2022-09-221-0/+1
|
* SERVER-69767 Add 'no_selinux' tag to disallow running the featureFlag tests ↵Arun Banala2022-09-226-0/+12
| | | | on selinux
* SERVER-68971: Create dummy collection so db can exist for explain cmd (for ↵Adi Zaimi2022-09-212-0/+8
| | | | sharded testing)
* SERVER-69441 Pop only necessary iets while building iets for wildcard indexAnton Korshunov2022-09-202-0/+81
|
* SERVER-69767 Robustify feature flag checks for columnstore index testsArun Banala2022-09-198-66/+15
|
* SERVER-69624 Add _clusterWriteWithoutShardKey command stubJason Zhang2022-09-191-0/+1
|
* SERVER-69783 use integral value for large 'expireAfterSeconds' in ttl testBenety Goh2022-09-191-1/+1
|
* Revert "SERVER-69767 Robustify feature flag checks for columnstore index tests"Uladzimir Makouski2022-09-198-15/+66
| | | | This reverts commit 31526b6b7da43fff942a8fb184dab2e9b8f8b677.
* SERVER-66690 Insert into closed buckets identified via aggregation pipelineFaustoleyva542022-09-172-2/+312
|
* SERVER-69767 Robustify feature flag checks for columnstore index testsArun Banala2022-09-168-66/+15
|
* SERVER-69528 Link cluster count command into mongodCheahuychou Mao2022-09-151-0/+1
|
* SERVER-66147 add support of vanilla passthrough test for shard merge protocolmathisbessamdb2022-09-151-2/+2
|
* SERVER-69380 Avoid swapping meta projection with $_internalUnpackBucket if a ↵Nicholas Zolnierz2022-09-151-0/+6
| | | | projection has already been absorbed