summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-74380 Make the router loop not invariant on unexpected namespacesr6.0.6-rc0Kaloian Manassiev2023-04-203-9/+63
|
* SERVER-76178 Fix moveRange authorization requirementsPierlauro Sciarelli2023-04-201-0/+30
|
* SERVER-69783 use integral value for large 'expireAfterSeconds' in ttl testBenety Goh2023-04-191-1/+1
| | | | (cherry picked from commit 293bcb83c26a18ddaa74db375d3b1e3dac9a1bfe)
* SERVER-75356 Fix sharded explain path's handling of 'let' parametersDavid Storch2023-04-181-29/+126
| | | | (cherry picked from commit 7ed14a4b2c043c639d1c6aa4d22f80f30ca44d97)
* SERVER-75261 Added accounting for array element overhead for ↵Mindaugas Malinauskas2023-04-121-0/+34
| | | | | | | "listCollections", "listIndexes", "_shardsvrCheckMetadataConsistencyParticipant" commands (cherry picked from commit 3cde7fd5d90f1e6bd16d38cc668963a14671d690) (cherry picked from commit 9cd5eeeba2184ce807985438ee984d7d8485b224)
* SERVER-73877 Wait for shard to have a primary before doing a migration in ↵Silvia Surroca2023-04-121-0/+7
| | | | | | prepare_transaction_then_migrate.js (cherry picked from commit b7b9d352b9566fe8b4c66eff66f695932b036f54)
* Revert "SERVER-54150 Recovery from a stable checkpoint should fassert on ↵Moustafa Maher Khalil2023-04-121-114/+0
| | | | | | oplog application failures" This reverts commit 7822344e72464810f6614d3491b86c7d0971b1bd.
* SERVER-54150 Recovery from a stable checkpoint should fassert on oplog ↵Moustafa Maher Khalil2023-04-101-0/+114
| | | | | | | application failures (cherry picked from commit d8d5582fd381ed87b8463782747399a6c1965892) (cherry picked from commit 4b9fcc952fa5193c42a832bb33152ba0da92068d)
* SERVER-71636 Fix explain of $lookup when inner collection is shardedDavid Storch2023-04-102-1/+222
| | | | | | | | | | | | Before the fix, the system would erroneously dispatch explain commands across the wire when executing the inner side and throw away the results. After the fix, the system will actually run the agg command itself against the inner side. This improves the runtime stats that we expose in the final explain output, and avoids the parsing-related error originally reported under this ticket. (cherry picked from commit 1ff4d25cae73aa0c26e7a2f09da363401ba48d33)
* SERVER-75601 Create a separate test for apiVersions section of FTDCMoustafa Maher Khalil2023-04-072-7/+26
| | | | (cherry picked from commit 4f9633bcd9fc54719319b3c1d73bf2ec8daa5607)
* SERVER-74179 Use initiateWithHighElectionTimeout() in ↵Wenbin Zhu2023-04-071-1/+1
| | | | primary_casts_vote_on_stepdown.js to prevent unexpected elections.
* SERVER-75601 Omit ApiVersions from FTDC data.Moustafa Maher2023-04-061-0/+7
| | | | (cherry picked from commit 3d9adf5f5924d16ce15fa9848800b6f6263c465b)
* SERVER-73869 Increase concurrency suite idle timeout in macos*Yu Jin Kang Park2023-04-061-1/+1
|
* SERVER-75561 Report and log more detailed information when validate ↵Dan Larkin-York2023-04-051-0/+73
| | | | | | encounters multikey inconsistencies (cherry picked from commit fc3f5184c88025330c2e729188f4e38bac7d9886)
* SERVER-75172 Use unique collection name in partial_index_logical.jsNicholas Zolnierz2023-04-051-58/+56
| | | | (cherry picked from commit 07356b01c414aed4de30dbce8744c3e8210f7a96)
* SERVER-75618 oplog_sampling.js checks oplog fast count between insertsBenety Goh2023-04-051-1/+25
| | | | (cherry picked from commit 277e77b7244c93a2fc485d05e0a297fd5e66c045)
* SERVER-75517 Add additional dollar-prefix validation in _idAlya Berciu2023-04-041-0/+10
|
* SERVER-73229 Throw on write errors in session refreshAbdul Qadeer2023-04-041-0/+33
| | | | (cherry picked from commit 447b425584090e2d11ad11bbd01ecb12c37294f4)
* SERVER-67105: Allow in queries to use clustered indexHana Pearlman2023-04-042-1/+51
|
* SERVER-75468: Re-enable multiversion tests after 4.0 bug has been resolvedXueruiFa2023-04-032-4/+2
|
* SERVER-75467: Temporarily disable failing multiversion testsXuerui Fa2023-04-032-2/+4
|
* SERVER-61100 Fix multiversion tests that assert last-lts/last-continuous ↵Tausif Rahman2023-04-032-84/+74
| | | | | | incompatibility (cherry picked from commit 69430bd7847d16fc0b3572747da5aeb8cf5cf858)
* SERVER-75521 Tag BUS tests when they make 6.0 assumptionsDavid Percy2023-03-313-0/+7
|
* SERVER-75444 Do not run multiversion that requires 4.0 on Enterprise Amazon ↵Mikhail Shchatko2023-03-311-1/+1
| | | | Linux 2 arm64
* SERVER-74647 Retry create resharding state machine on interruptBrett Nawrocki2023-03-301-0/+46
| | | | (cherry picked from commit c6fbd4ae07365389aa544f28e718eecf740604c7)
* SERVER-75205 Fix deadlock involving FCV lockMatt Kneiser2023-03-291-0/+220
| | | | | | With minor jstest amendments. (cherry picked from commit e74f9c2fdf73ad707419fa4a8ae57aec70423ca6)
* SERVER-74930: Fix $avg is returning the sum instead of the average in ↵Adityavardhan Agrawal2023-03-281-0/+11
| | | | aggregate $group
* SERVER-74131 Inject emit function on every call to ↵Denis Grebennicov2023-03-281-0/+47
| | | | ExpressionInternalJsEmit::evaluate()
* SERVER-74103 Increase storage log verbosity in `oplog_sampling.js`.Benety Goh2023-03-271-1/+1
| | | | (cherry picked from commit 54da911a0d431f34fa884781d3febb5c3c88f501)
* SERVER-73385 Releasing unheld critical section upon sharded rename error ↵Pierlauro Sciarelli2023-03-271-1/+0
| | | | must result in a no-op
* SERVER-72774 Prevent a node in quiesce mode to win election.Wenbin Zhu2023-03-241-0/+63
| | | | (cherry picked from commit 6b19e54d461bab075ade6e3e05767a881ee37597)
* SERVER-75243 Disable broken timeseries_lastpoint_top testAlexander Ignatyev2023-03-241-1/+3
|
* SERVER-74987 Check both featureFlagBucketUnpackWithSort{,50} in testsDavid Percy2023-03-221-3/+10
|
* SERVER-69952 Prevent timeseries from using _id when out of rangeJoel Redman2023-03-221-21/+20
|
* SERVER-68328 Add ResumableChangeStreamError label to ↵Vesselina Ratcheva2023-03-201-0/+2
| | | | | | ReadConcernMajorityNotAvailableYet errors (cherry picked from commit 929980fe47f160e792fa20d5e6c36a858bb2143b)
* SERVER-74501 Fix MigrationBatchFetcher/Inserter completion reliance to not ↵Randolph Tan2023-03-201-5/+5
| | | | | | spawn an extra cleanup thread (cherry picked from commit bf4b3ae9b3eb5c376201135155ef6738bfef0e20)
* SERVER-74386 Don’t reset "recordPreImages" option on "collMod" commandDenis Grebennicov2023-03-201-0/+7
|
* SERVER-74449 Abort ongoin migrations on single phase buildsMarcos José Grillo Ramirez2023-03-171-0/+32
| | | | (cherry picked from commit ba69a854467a233ed235029441b8626825d81cfc)
* SERVER-73751 MovePrimary shouldn't copy indexes of sharded collectionsSergi Mateo Bellido2023-03-172-6/+15
| | | | (cherry picked from commit c636ba3a9914fd3eddc905d8b1dfc50668e239b4)
* SERVER-74642 validate fetches and logs oplog entries for corrupted recordsBenety Goh2023-03-161-0/+28
| | | | (cherry picked from commit bb2e76b99df5c766260d4e47f54f5445a63853cf)
* SERVER-74631 Log index spec when validation detects index key inconsistenciesDan Larkin-York2023-03-161-0/+7
| | | | (cherry picked from commit 354b3b2ff1a72bef452b0037a707ecdc6879bff1)
* SERVER-74632 Log aggregation results when validate commands fails due to a ↵Dianna Hohensee2023-03-161-0/+3
| | | | | | validation error (cherry picked from commit 9b345f40ac74ea03eee77100e2244b9dc4bd6ccb)
* SERVER-68648 Enable chunk migration concurrency feature flagRachita Dhawan2023-03-161-1/+4
| | | | (cherry picked from commit 687dc1deba34b3809b5d62784be9285ee62d0a74)
* SERVER-70640 Add migrationConcurrency to serverStatusRachita Dhawan2023-03-161-0/+6
| | | | (cherry picked from commit 28a53314e42d11a11bf4dea0a40d3be164d30e8b)
* SERVER-68388 Limit concurrency settingRachita Dhawan2023-03-161-2/+2
| | | | (cherry picked from commit 07b44516a04e0d3b3ebadc4fa554142788095bb9)
* SERVER-67183 Add parallel fetchers and inserters for chunk migrationAndrew Witten2023-03-162-76/+86
| | | | (cherry picked from commit 1564f715d16870df7a524ad702aad6be0f2da1f5)
* SERVER-72224 Differentiate between 'simple' and non-simple collations for ↵Haley Connelly2023-03-161-1/+17
| | | | | | clustered collections (cherry-picked from commit 03f7b6c2820e38d0a5b2084a1751e28b09789895)
* SERVER-73125: Set built-in variables on ExpressionContext of the validatorNaama Bareket2023-03-151-0/+20
| | | | (cherry-picked from 7820a2ce672fffb91b9f03bd72c1cf827efc391e)
* SERVER-74422 Blacklist partial_index_logical.js from multiversion suitesNicholas Zolnierz2023-03-151-3/+1
|
* SERVER-73822 Time-series $group rewrite ignores certain accumulatorsKevin Cherkauer2023-03-151-3/+14
|