summaryrefslogtreecommitdiff
path: root/jstests/core
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-68921 Add requires_fcv_61 to timeseries_collmod.js for multiversion ↵Dianna Hohensee2022-08-251-1/+1
| | | | compatibility
* SERVER-36334 Discontinue setting 'h' field in oplog entriesVesselina Ratcheva2022-08-252-12/+0
|
* SERVER-68750 Add stubs for analyzeShardKey and configureQueryAnalyzer ↵Cheahuychou Mao2022-08-251-0/+12
| | | | commands on mongod
* SERVER-67780 Incorrect $group rewrite for timeseries collection when the ↵Svilen Mihaylov2022-08-251-0/+40
| | | | accumulator uses meta field
* SERVER-68521 Fix race in awaitdata_getmore.jsIan Boros2022-08-221-2/+3
|
* SERVER-66427 Create column store index test for larger arrayInfo stringsErin Zhu2022-08-191-0/+72
|
* SERVER-68213 Modernize 'DBQuery' to avoid OP_QUERY-style formatDavid Storch2022-08-182-21/+19
|
* SERVER-67264 Avoid COLUMN_SCAN if query needs overlapping fieldsCharlie Swanson2022-08-162-3/+2
|
* SERVER-67336 Support per-path filters in SBE column scan stageIrina Yatsenko2022-08-131-0/+587
|
* SERVER-61822 Create new command listDatabasesForAllTenantsFernando Lisboa2022-08-111-0/+1
|
* SERVER-66631 Implement command to enable and disable the change stream.Rishab Joshi2022-08-111-0/+2
|
* Revert "SERVER-68521 Restore timeout in awaitdata_getmore_cmd.js"Sviatlana Zuiko2022-08-101-2/+1
| | | | This reverts commit 885ac12eed0a163e35f03c66268249e9a0b75555.
* SERVER-65175 SELinux: Add logout at end of profile tests, enable selinux ↵Adam Rayner2022-08-105-16/+22
| | | | tests for some failing tests
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-101-0/+1
|
* SERVER-66925: Resumable Index Build for Column storeErin Zhu2022-08-094-11/+2
|
* SERVER-68152 explain_missing_collection.js fails when database doesn't existErin Liang2022-08-091-0/+2
|
* SERVER-68521 Restore timeout in awaitdata_getmore_cmd.jsIan Boros2022-08-091-1/+2
|
* SERVER-68609 Check sbe feature flag across all nodes for sbe_ixscan_explain.jsZixuan2022-08-081-1/+3
|
* SERVER-68527 Robustify sbe plan cache tests for multiversion suitesAnton Korshunov2022-08-087-5/+7
|
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-051-0/+1
|
* Revert "SERVER-67336 Per-path filters"Uladzimir Makouski2022-08-051-329/+0
| | | | This reverts commit ede6b2adff822dd767cef40c5e1351ee8ed27aaa.
* SERVER-67336 Per-path filtersIrina Yatsenko2022-08-041-0/+329
|
* SERVER-62042 Consolidate query optimization and execution control into a ↵Nicholas Zolnierz2022-08-041-1/+1
| | | | single knob
* SERVER-62985 Add planning logic to support hinting a columnar indexCharlie Swanson2022-08-043-125/+227
|
* Revert "SERVER-62042 Consolidate query optimization and execution control ↵auto-revert-processor2022-08-041-1/+1
| | | | | | into a single knob" This reverts commit c9bbd1cfae470f2b3229e69957f512d2a2db6663.
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-031-0/+1
|
* SERVER-62042 Consolidate query optimization and execution control into a ↵Nicholas Zolnierz2022-08-031-1/+1
| | | | single knob
* SERVER-67846 Add requires_fcv_60 tag to tests querying ↵Yu Jin Kang Park2022-08-031-1/+1
| | | | featureFlagCollModIndexUnique
* SERVER-67624 Fix ABT Translation for MatchExpressions comparing with Min/MaxKeyBen Shteinfeld2022-08-021-7/+20
|
* SERVER-67119 Add sharding catalog global index API to create/remove a global ↵Marcos José Grillo Ramirez2022-08-021-0/+6
| | | | index
* SERVER-68319 Modify `checkSBEEnabled` to check feature flags for all nodes ↵Jeffrey Xiao2022-08-021-2/+2
| | | | (BF-25843)
* SERVER-68441 Exclude collection_uuid_index_commands.js from failover ↵Wenbin Zhu2022-08-011-6/+1
| | | | passthrough suites.
* SERVER-68257 Migrate dbcommands from ErrmsgCommandDeprecatedSara Golemon2022-07-301-1/+2
|
* SERVER-63123 Add support for creating columnar indexes with a subset of ↵Justin Zhang2022-07-302-69/+76
| | | | fields via projection
* SERVER-67902 Fix time-series feature flag checks in sharded environmentsDan Larkin-York2022-07-291-26/+7
|
* SERVER-68424 Add fvc_60 tag to timeseries_lookup.jsAlexander Ignatyev2022-07-291-1/+1
|
* SERVER-68425 Add fcv_61 tag to api_version_new_50_language_features.jsAlexander Ignatyev2022-07-291-1/+1
|
* SERVER-63947 Fix typo in column store index tagCharlie Swanson2022-07-291-1/+1
|
* SERVER-68291: Skip failing jscore tests within selinuxHana Pearlman2022-07-272-22/+36
|
* SERVER-63947 Add column store jscore passthrough - plus fixesCharlie Swanson2022-07-2734-72/+149
| | | | | | | | Also fixes: - $where reports depending on a full object, disqualifying it from using the column store index. - projection analysis should not remove a projection if we have some match fields that are not needed in the output. This doesn't work yet.
* SERVER-62496 remove FCV-gated capped collection restrictionBenety Goh2022-07-271-1/+0
|
* SERVER-67678 Incorrect result is returned when there's a wildcard index and ↵Denis Grebennicov2022-07-271-0/+7
| | | | a filter like $and: [{field: {$type: 'object'}, {file: {$size: 1}}]
* SERVER-67575 Remove find command 'options' parameterDavid Storch2022-07-261-1/+0
|
* SERVER-67595 Introduce bucketRoundingSeconds time-series optionDavid Wang2022-07-251-5/+5
|
* SERVER-66937 Ensure $lookup plan cache interact correctly with plan cache ↵Anton Korshunov2022-07-244-26/+334
| | | | commands
* SERVER-65884 $lookup from ts optimize $sequentialCacheruslan.abdulkhalikov2022-07-221-46/+155
|
* SERVER-67761 Add lastCommittedOpTime field to scrub() functionHugh Tong2022-07-181-0/+1
|
* SERVER-67648 Tag timeseries_delete/update_hint.js tests with requires_fcv_60Pavi Vetriselvan2022-07-182-0/+4
|
* SERVER-68067 Uncommented tests related to SERVER-67782, type bracketing with ↵Emily Wang2022-07-181-3/+2
| | | | MaxKey as bound
* SERVER-64296 Delete references to 'voteCommitMigrationProgress' commandmathisbessamdb2022-07-151-1/+0
|