summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-69785 robustify change_streams_per_shard_cursor.jsMickey. J Winters2022-09-201-7/+7
* SERVER-69611 Set the -ffp-contract=off compiler option by defaultJosef Ahmad2022-09-191-0/+47
* SERVER-69707 Fix undefined slot error for $group with conditional expressionYoonsoo Kim2022-09-161-0/+188
* SERVER-67402 Fix race where linearizable read concern may read during primary...Henrik Edin2022-09-151-3/+3
* SERVER-67538 Make multi-doc txns return WCE on index catalog changesJosef Ahmad2022-09-141-0/+80
* SERVER-67787 Retry ops in auth concurrency testsSara Golemon2022-09-145-42/+150
* SERVER-64730 Interrupt ongoing refreshes after entering into the critical sec...Sergi Mateo Bellido2022-09-141-1/+5
* SERVER-68477 createIndexes overwrites NaN expireAfterSeconds before starting ...Benety Goh2022-09-112-2/+39
* SERVER-68477 TTLMonitor fixes NaN expireAfterSeconds on TTL indexes during st...Benety Goh2022-09-111-0/+24
* SERVER-68477 remove epoch restriction on ttl indexesBenety Goh2022-09-112-12/+7
* SERVER-68477 listIndexes repairs TTL indexes with NaN expireAfterSecondsBenety Goh2022-09-111-0/+24
* SERVER-68477 TTL monitor skips indexes with NaN expireAfterSecondsBenety Goh2022-09-111-0/+45
* SERVER-68477 add startup warning for TTL indexes with NaN 'expireAfterSeconds'Benety Goh2022-09-111-0/+46
* SERVER-67846 Add requires_fcv_60 tag to tests querying featureFlagCollModInde...Yu Jin Kang Park2022-09-056-2/+7
* SERVER-69290 - Disable sharding/refine basic test in 6.0Randolph Tan2022-08-312-0/+6
* SERVER-69118 Have retryable findAndModify failover internal transaction test ...Jason Zhang2022-08-311-3/+3
* SERVER-67194 Replace the logic in our jstest to retry when calling replSetStepUpmathisbessamdb2022-08-3116-26/+23
* SERVER-68691 Report variable references for $graphLookup 'restrictSearchWithM...Nicholas Zolnierz2022-08-301-20/+45
* SERVER-68766 add server parameter to enable single value reduce optimizationDavis Haupt2022-08-292-0/+47
* SERVER-66794 SERVER-67814 SERVER-69052 Detect time-series collections that re...Dan Larkin-York2022-08-292-0/+141
* SERVER-68925 Reintroduce check table logging settings at startupr6.0.2-rc0Gregory Wlodarek2022-08-262-133/+82
* SERVER-68950 Update ssl_helpers.js for Ubuntu 22.04Mark Benvenuto2022-08-251-0/+20
* SERVER-68521 Fix race in awaitdata_getmore.jsIan Boros2022-08-241-2/+3
* SERVER-65781 Run the symbolizer on CI outputMikhail Shchatko2022-08-231-0/+4
* SERVER-68207 Give clusterMonitor explicit permissions to config.system.sessionsSara Golemon2022-08-221-0/+37
* SERVER-68905 Add append_oplog_note_mongos.js to backports_required_for_multiv...ali-mir2022-08-181-2/+0
* SERVER-68441 Exclude collection_uuid_index_commands.js from failover passthro...Wenbin Zhu2022-08-181-6/+1
* SERVER-67666 Allow watching system.buckets collections in full cluster change...Mickey. J Winters2022-08-171-0/+291
* SERVER-61281 Use memoization for Document::getApproximateSizeNikita Lapkov2022-08-173-8/+9
* SERVER-67728 Use FeatureFlagUtil in timeseries jstestsHenri Nikku2022-08-1517-54/+44
* SERVER-68501 changed invariant to uassert for direct bounded sort useMatt Boros2022-08-121-2/+20
* SERVER-67605 Make retryable_findAndModify_commit_and_abort_prepared_txns_afte...Cheahuychou Mao2022-08-121-2/+2
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-101-0/+1
* SERVER-61035 Increase zones in resharding test for large initial chunks.Max Hirschhorn2022-08-091-1/+10
* SERVER-67725 check uuid consistency over all participants for renameCollectionEnrico Golfieri2022-08-091-0/+29
* SERVER-68628 Refresh routing info on primary during resharding.Max Hirschhorn2022-08-092-0/+54
* SERVER-67939: run_dbcheck_background.js retry on CappedPositionLostYu Jin Kang Park2022-08-091-9/+25
* SERVER-68540 Add docker_incompatible tag for jscore testsTausif Rahman2022-08-082-0/+2
* SERVER-61985 SERVER-67193 Make reshardingPauseCoordinatorBeforeCompletion fai...Abdul Qadeer2022-08-055-23/+70
* SERVER-68431 Configure test fixture failpoints for all CSRS nodesr6.0.1-rc0r6.0.1Abdul Qadeer2022-08-051-22/+43
* SERVER-68511 MovePrimary update of `config.databases` entry must use dotted f...Pierlauro Sciarelli2022-08-051-0/+84
* SERVER-66027: Reduce CPU contention for the tenant migration stress test.Daniel Gottlieb2022-08-041-2/+5
* SERVER-67492 Skip updating txn table for op=n when o2 is emptyAbdul Qadeer2022-08-041-0/+42
* SERVER-67885 shardCollection with a mismatched UUID on a capped collection wi...Faustoleyva542022-08-041-0/+45
* SERVER-68513 The _configsvrRunRestore command should restore databases with u...Gregory Wlodarek2022-08-031-0/+67
* SERVER-68184 Use Number instead of NumberLong when indexing in checkWritesOfC...Jason Zhang2022-08-031-2/+2
* SERVER-68405 Convert Nothing for _id expression in $group to NullYoonsoo Kim2022-08-031-0/+13
* SERVER-68443 InternalTransactionChunkMigrationTest and RetryableInternalTrans...Cheahuychou Mao2022-08-023-29/+8
* SERVER-68463 add requires_fcv_60 tag to replset/profile.jsBenety Goh2022-08-011-1/+5
* SERVER-67462 Support renaming encrypted collections if client has correct pri...Mark Benvenuto2022-08-012-70/+129