summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-32325 Snapshot readConcern support for insertsSiyuan Zhou2018-03-021-7/+23
|
* SERVER-33502 Do not use getLastError in parallel suiteCharlie Swanson2018-03-024-24/+29
| | | | | Re-writes two tests to avoid the command, and adds the rest to the blacklist.
* SERVER-33603 invalidated_cursors.js now runs getMores against the right ↵Ian Boros2018-03-021-20/+20
| | | | collection
* SERVER-33020 Enable testing MONGODB-CR removal across versionsSara Golemon2018-03-021-0/+29
|
* SERVER-33277 Adapt invalidated_cursors.js and ↵Ian Boros2018-03-012-7/+16
| | | | kill_multicollection_aggregation.js to run under sharded clusters
* SERVER-32320 Rename tests which were renamed wrongMatthew Russotto2018-03-013-155/+155
|
* SERVER-33547 fix for split_against_shard_with_invalid_split_points.jsEsha Maharishi2018-03-011-3/+1
|
* SERVER-32638: Allow lock acquisition to be interruptableLouis Williams2018-03-011-6/+19
|
* SERVER-33547 remove backwards compatibility check for shardVersion on OSS in ↵Esha Maharishi2018-03-011-1/+1
| | | | splitChunk
* SERVER-33510 Add shorthand syntax for $convertCharlie Swanson2018-03-014-1/+41
|
* SERVER-32320 Push doTxn oplog entry generation into logOp on transaction commit.Matthew Russotto2018-03-018-118/+375
|
* SERVER-33545 readConcern_snapshot.js should confirm storageEngine support ↵James Wahlin2018-02-281-2/+2
| | | | under a session
* SERVER-33544 snapshot_reads.js should check for storage engine support once ↵James Wahlin2018-02-281-6/+6
| | | | after ReplSetTest start
* SERVER-32636 Close outgoing connections to earlier binVersion serversMaria van Keulen2018-02-281-12/+5
|
* SERVER-33533 Add MongoRunner.stopMongod() to inmem_config_str.js test.Max Hirschhorn2018-02-281-0/+2
| | | | | This is required when the test would otherwise pass after the changes from 8821cdb5508f8a26c025b3e0124903e9ae64c479.
* SERVER-33087 Fix the use of dropTarget in renameCollectionXiangyu Yao2018-02-281-0/+19
|
* SERVER-33174 Add additional FCV test cases for $convertCharlie Swanson2018-02-274-0/+9
|
* SERVER-33174 Prevent catalog storage of new syntax during lower FCVCharlie Swanson2018-02-276-6/+854
| | | | | This will prevent the persistence of expressions introduced in 4.0 while the server is in feature compatibility version (FCV) 3.6.
* SERVER-32831 Blacklist change_stream_chunk_migration.js for LSM buildvariantIan Whalen2018-02-271-0/+6
|
* SERVER-21941: Improve handling of timestamps in assert comparison functionsDavid Bradford2018-02-271-0/+36
|
* SERVER-32610 Include databaseVersion when targeting by primary shard in ↵Esha Maharishi2018-02-261-5/+5
| | | | paths that use buildVersionedRequestsForTargetedShards()
* SERVER-33477 Always use upsert with _id for session update.Siyuan Zhou2018-02-261-6/+5
| | | | | | | Transactions stash the writes so the in-memory state of transaction table is out of sync during transaction. Two threads (write and chunk migration) will not update the same session entry due to the WCE generated by storage engine.
* SERVER-33196 add 'forTest' flag to movePrimary, and if it's set, make ↵Blake Oler2018-02-262-3/+51
| | | | _configsvrMovePrimary call movePrimary on the primary shard
* SERVER-33282 listen for interrupt while waiting on next event from the ARMIan Boros2018-02-261-17/+22
|
* SERVER-33151 SERVER-33246 Refuse to start up mongod 4.0 unless all ↵Dianna Hohensee2018-02-261-0/+48
| | | | | | collections have UUIDs Also assigns UUIDs to any non-replicated collection found to be missing its UUID.
* SERVER-30642 Raise election timeouts, in the concurrency tests, as a way to ↵Jonathan Abrahams2018-02-261-1/+5
| | | | provide more stable replica set test topologies
* SERVER-32977 Make shell use SASL mechanism negotiationSara Golemon2018-02-241-0/+43
|
* SERVER-33179 Remove featureCompatibilityVersion 3.4Dianna Hohensee2018-02-231-11/+0
|
* SERVER-33472 reduce number of electable nodes in upgrade_to_ssl_nossl.js ↵Benety Goh2018-02-231-2/+10
| | | | | | from 3 to 2 This reduces the likelihood of election races on slow machines when restarting nodes.
* SERVER-33339 add jstest that documents and verifies whether each command ↵Esha Maharishi2018-02-235-58/+527
| | | | sends a database version
* SERVER-32615 Make user write commands in sharded cluster go through ↵Randolph Tan2018-02-231-25/+27
| | | | _configCreate
* SERVER-33448 Relax time diff requirements in apply_batches_totalMillis.jsVesselina Ratcheva2018-02-231-5/+5
|
* SERVER-32597 Remove unnecessary fCV initializationMaria van Keulen2018-02-233-16/+0
|
* SERVER-33372 Support readConcern snapshot for updatesTess Avitabile2018-02-222-138/+184
|
* SERVER-33359: Allow RTT storage engines to manage indexes on rollback.Daniel Gottlieb2018-02-213-135/+21
|
* SERVER-33379 Fix error message in sharded_moveChunk_partitioned.js workloadJack Mulrow2018-02-211-2/+2
|
* SERVER-32852 Capture data files on failures of the concurrency suiteJonathan Abrahams2018-02-212-6/+15
|
* SERVER-32688 FSM replication suites should give secondaries zero votesJonathan Abrahams2018-02-211-4/+7
|
* SERVER-33194 Call setFCV when upgrading binary versions in testMaria van Keulen2018-02-211-37/+10
|
* SERVER-33173: Make format parameter optional for "$dateToString"Nick Zolnierz2018-02-212-172/+259
|
* SERVER-32736: Add "onError" and "onNull" options to $dateFromStringNick Zolnierz2018-02-213-21/+293
|
* SERVER-32143 fix mergeVesselina Ratcheva2018-02-211-7/+0
|
* SERVER-33195 create a movePrimary command for shards and ↵Blake Oler2018-02-215-4/+10
| | | | _configsvrCommitMovePrimary command for config servers
* SERVER-32143 Remove test coverage for master-slaveVesselina Ratcheva2018-02-2134-1636/+13
|
* SERVER-32597 Bump generic fCV referencesMaria van Keulen2018-02-2127-325/+90
|
* SERVER-33331 Add test cross_user_getmore_has_node_side_effects.jsIan Boros2018-02-201-0/+63
|
* SERVER-32393 Use same comparison for eq and neq assertionsDavid Bradford2018-02-202-1/+19
|
* SERVER-33380 Blacklist multiversion cannot_create_system_dot_indexes.js from ↵Tess Avitabile2018-02-201-0/+7
| | | | mmapv1
* SERVER-32909 Update --repair to restore a missing ↵Dianna Hohensee2018-02-203-112/+111
| | | | featureCompatibilityVersion document per 4.0 semantics
* SERVER-32321 add commitTxn and abortTxn stub commandsPavithra Vetriselvan2018-02-205-0/+30
|