summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Expand)AuthorAgeFilesLines
* SERVER-57700 Measure latency/throughput of resharding::data_copy::fillBatchFo...Matt Walak2021-11-033-135/+197
* SERVER-57697 Measure latency/throughput of ReshardingOplogApplier::_applyBatchMatt Walak2021-11-032-18/+158
* SERVER-59925 Stress test time-series insertsGregory Noma2021-11-021-0/+81
* SERVER-60869 Re-add logic to set feature compatibility version on arbitersali-mir2021-11-021-0/+25
* SERVER-53335 Queries, updates, and deletes with non-"simple" collations may m...Jason Zhang2021-11-025-10/+423
* SERVER-60948 Insert document in new collection in migration_id_index.js to aw...ali-mir2021-11-021-0/+4
* SERVER-59505 Fix TS pushdown predicate to capture variable typesamontea2021-11-021-0/+150
* SERVER-60730 shardsvrDropDatabase should always join existing coordinatorAllison Easton2021-10-281-6/+9
* SERVER-60766 Add 'does_not_support_transactions' for sharded time-series testsArun Banala2021-10-274-0/+5
* SERVER-60418 Add tag to drop_sharded_timeseries_collection.js for unsupported...Bikash Chandra2021-10-261-0/+1
* SERVER-60739 Reduce the chunk size in timeseries_balancer.js to avoid heavy r...Bikash Chandra2021-10-261-2/+2
* SERVER-60661 Ensure CRUD operations work when the sharded timeseries feature ...Rui Liu2021-10-251-0/+194
* SERVER-58485 Add retry to insert inside transactions to prevent transient errorsMarcos José Grillo Ramirez2021-10-251-8/+13
* SERVER-60450 Add error check for $dateSubtract when negating amount valueMilena Ivanova2021-10-242-0/+6
* SERVER-60859 Fix wait in ReshardingCoordinator to use cancel token.Max Hirschhorn2021-10-231-23/+32
* SERVER-60651 Backport the autoSplitVector logic to v5.0Pierlauro Sciarelli2021-10-2211-126/+209
* SERVER-59885 Wait for replica set to stabilize before validating collectionsVishnu Kaushik2021-10-211-0/+5
* SERVER-58721 Set stable timestamp during replSetInitiateVesselina Ratcheva2021-10-211-0/+118
* SERVER-60740 Ignore $indexStats issued by index consistency checker in testsRui Liu2021-10-211-0/+6
* SERVER-58871 Set fixed db primary in write_concern_basic.jsJordi Serra Torrens2021-10-211-2/+3
* SERVER-59890 Exclude chunk migration test from config stepdown suite.Max Hirschhorn2021-10-211-0/+4
* SERVER-59108 Resolve race with transaction operation not killed after stepdownVesselina Ratcheva2021-10-211-0/+78
* SERVER-60588 Don't attempt to coerce a double product to longJennifer Peshansky2021-10-201-11/+18
* SERVER-59970 Fix reply value from authenticate commandSara Golemon2021-10-201-4/+12
* SERVER-55516 Enable time-series tests for sharding passthroughNikita Lapkov2021-10-2016-22/+29
* SERVER-60285 Add FSM test for deletes on a sharded time-series collectionNikita Lapkov2021-10-202-0/+74
* SERVER-59180 Implement update rewrite and routing for sharded timeseries coll...Alya Berciu2021-10-2010-32/+1389
* SERVER-59181 Support delete operation for sharded time-series collectionsNikita Lapkov2021-10-204-7/+476
* SERVER-60326 Windows server fails to start when X509 certificate has empty su...Erwin Pe2021-10-195-2/+152
* SERVER-60586 Fix out_max_time_ms.js to correctly enable 'maxTimeNeverTimeOut'...David Storch2021-10-191-6/+18
* SERVER-60452 Fix validation when the collection does not existArun Banala2021-10-191-111/+125
* SERVER-59140 Validate shard key pattern for timeseries shardCollection commandBikash Chandra2021-10-191-0/+149
* SERVER-57567 Update sharded passthrough suite to handle time series collectionsArun Banala2021-10-1933-36/+82
* SERVER-59409 BACKPORT-10658 Fix race between reconfig replication and stepup ...Andrew Shuvalov2021-10-191-0/+65
* SERVER-60573 Robustify timeseries_balancer.js testArun Banala2021-10-191-6/+11
* SERVER-60464 Enable balancer for sharded time-series collectionsArun Banala2021-10-191-0/+95
* SERVER-60144 Handle stale routing info on mongos for sharded time-series coll...Arun Banala2021-10-191-0/+242
* SERVER-60231 Unordered batched time-series inserts should abort upon stale co...Arun Banala2021-10-191-51/+109
* SERVER-59672 change rsSyncApplyStop failpoint's enabled logMoustafa Maher Khalil2021-10-181-1/+2
* SERVER-58888 Account for pushed down stages in union explain with mode 'execu...Nick Zolnierz2021-10-181-2/+13
* SERVER-59126 Delete buckets collection metadata from config servers on time-s...Nikita Lapkov2021-10-1810-106/+267
* SERVER-60593 Robustify sample_timeseries.js testArun Banala2021-10-181-129/+188
* SERVER-57565 Ensure time series measurements do not update orphan buckets on ...Arun Banala2021-10-184-14/+147
* SERVER-57573 Implement orphan filtering logic for $sample stage on sharded ti...Alya Berciu2021-10-181-0/+362
* SERVER-59094 Implicitly create timeseries collections with shardCollectionAlya Berciu2021-10-184-66/+74
* SERVER-57570 Disable updating granularity on sharded time-series collectionRui Liu2021-10-182-0/+60
* SERVER-59184 Verify index integrity through concurrent inserts and chunk migr...Rui Liu2021-10-181-6/+42
* SERVER-57572 Rewrite secondary indexes on mongos for sharded time-series coll...Arun Banala2021-10-181-0/+139
* SERVER-59164 All write commands on sharded time-series namespace should trans...Arun Banala2021-10-183-2/+189
* SERVER-57589 Translate timeseries namespace for collStats command and expand ...Rui Liu2021-10-182-14/+235