summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-22992 waiting on forked process also waits on consuming outputMatt Cotter2016-10-121-0/+32
|
* Revert "SERVER-26503 fix incorrect uses of assert.throws()"Max Hirschhorn2016-10-119-79/+61
| | | | This reverts commit 1126f5411b19c87b3447ada413f11bfb0b466908.
* SERVER-26503 fix incorrect uses of assert.throws()Robert Guo2016-10-119-61/+79
|
* SERVER-25476 fix lintMatt Cotter2016-10-111-3/+3
|
* SERVER-25476 Add WT unclean shutdown recovery test.Susan LoVerso2016-10-111-0/+131
|
* SERVER-26286 rewrite addshard2.js to shut down each replica set or ↵Esha Maharishi2016-10-111-125/+197
| | | | standalone after testing it
* SERVER-26561 increase wtimeout in stepdown3.jsJudah Schvimer2016-10-111-1/+2
|
* SERVER-25665 Remove cloneSplit and cloneMerge from CollectionMetadataKaloian Manassiev2016-10-101-1/+1
|
* SERVER-26527 scale down jumbo1.jsRandolph Tan2016-10-101-7/+8
|
* SERVER-26557 clean_shutdown_oplog_state.js should provide a wtimeout to its ↵Judah Schvimer2016-10-101-1/+2
| | | | writeConcern
* SERVER-26265 Add tests for 3.2 mongos joining 3.4 clustersMaria van Keulen2016-10-101-0/+49
|
* SERVER-26520 CollectionCloner fetches document count for progress tracking ↵Benety Goh2016-10-081-1/+2
| | | | from sync source before copying documents
* SERVER-26471 Always incrementally refresh metadata after committing chunk ↵Kaloian Manassiev2016-10-072-2/+74
| | | | | | migration Also introduces a failpoint and js test to exercise the race condition.
* SERVER-26486 Blacklist migration_ignore_interrupts_1.js from continuous ↵Randolph Tan2016-10-071-3/+3
| | | | stepdown and last stable suite
* Revert "SERVER-26520 CollectionCloner fetches document count for progress ↵Spencer Jackson2016-10-071-2/+1
| | | | | | tracking from sync source before copying documents" This reverts commit 44957419b2dd4e6b3f7be8b817a7fcd8c71d643d.
* SERVER-26520 CollectionCloner fetches document count for progress tracking ↵Benety Goh2016-10-071-1/+2
| | | | from sync source before copying documents
* SERVER-18361 Consider the zone's max when enforcing zone boundariesKaloian Manassiev2016-10-075-136/+126
|
* SERVER-26424 Ensure that "fresh" mongos will be able to read "fresh" data in ↵Randolph Tan2016-10-071-1/+3
| | | | stale_mongos_updates_and_removes.js
* SERVER-24350: Reenable strict OpenSSL FIPS error detection on Ubuntu 16.04Spencer Jackson2016-10-071-4/+1
|
* Revert "SERVER-26490 Whitelist usePowerOf2Sizes option to create command"Tess Avitabile2016-10-061-10/+0
| | | | This reverts commit 3ef6f3040b6295e12d96347f81674c2fc76bbdef.
* SERVER-26491 Increase wtimeouts in tags2.js and tags_with_reconfig.js testsSpencer T Brody2016-10-062-101/+112
|
* Revert "SERVER-26491 Increase wtimeouts in tags2.js and ↵Benety Goh2016-10-062-112/+101
| | | | | | tags_with_reconfig.js tests" This reverts commit 538144e23629810fa62ef2e36fc4956b5c3398f1.
* SERVER-26491 Increase wtimeouts in tags2.js and tags_with_reconfig.js testsSpencer T Brody2016-10-062-101/+112
|
* SERVER-26490 Whitelist usePowerOf2Sizes option to create commandTess Avitabile2016-10-061-0/+10
|
* SERVER-26433 initial_sync_invalid_index_spec.js: Support for use3dot2InitialSyncJames Wahlin2016-10-061-4/+12
|
* SERVER-26197 remove print statements from assert.soon() in ↵Esha Maharishi2016-10-051-11/+16
| | | | startup_with_all_configs_down.js
* SERVER-26332 remove unnecessary check that RangeDeleter has run after ↵Esha Maharishi2016-10-051-21/+10
| | | | removeShard in remove2.js
* SERVER-26474 clean up dumprestore7.jsMatt Cotter2016-10-051-52/+59
| | | | | | Right now, there is no meaningful information gained when this test fails. I'm trying to indentify the cause of a recent failure, and the logs are not useful as is.
* SERVER-26476 join spawned shell process in delete_during_migrate.jsRandolph Tan2016-10-051-9/+4
|
* SERVER-26475 Increase awaitReplication() timeout in config_version_rollback.jsJudah Schvimer2016-10-051-1/+1
|
* SERVER-26175 do not talk to config directly to get config version doc in ↵Esha Maharishi2016-10-051-1/+1
| | | | shard_aware_on_set_shard_version.js
* SERVER-26343 DBPointer.prototype -> bson crashesJason Carey2016-10-051-0/+5
| | | | | DBPointer's prototype isn't serializable and triggers a bad code path in oid. Let's guard against that route.
* SERVER-26419 Modify parallel.js to workaround floating point string bug in ↵Randolph Tan2016-10-051-2/+2
| | | | Windows build
* SERVER-26453 Bump current version in verify_versions_test.js to 3.4.Max Hirschhorn2016-10-041-2/+2
|
* SERVER-25459 Create command should reject unknown optionsTess Avitabile2016-10-032-6/+10
|
* SERVER-25038 add LiteParsedPipelineDavid Storch2016-10-036-14/+92
| | | | | | This provides a way to do pre-parse validity checks. Full parsing of the Pipeline must be done under the collection lock, when the collation is known.
* SERVER-26367 index_killop.js should use failpointJames Wahlin2016-10-032-63/+69
|
* SERVER-25376 Disable checkOplogs in concurrency tests, since they cause the ↵Jonathan Abrahams2016-10-011-1/+0
| | | | test to time out due to frequents queries with a COLLSCAN for large oplogs.
* SERVER-26309 for renamed tests, change test name in blacklists to matchEsha Maharishi2016-09-3025-41/+58
|
* fix lintsamantharitter2016-09-301-2/+3
|
* SERVER-25430 Create a sharded collections passthrough of aggregation suiteTess Avitabile2016-09-301-16/+0
|
* SERVER-25376 Add checkOplog hook for replica setsJonathan Abrahams2016-09-305-23/+40
|
* SERVER-25839 Add a test for the shell's mkdir utilitysamantharitter2016-09-301-0/+29
|
* SERVER-26421 delete initial_sync3.jsEric Milkie2016-09-301-59/+0
|
* SERVER-26414 Don't preemptively abort test due to perceived machine slowness ↵Spencer T Brody2016-09-301-16/+4
| | | | in migrateBig_balancer.js
* SERVER-25994: Make applyOps work without universal privilegesSpencer Jackson2016-09-302-10/+374
|
* SERVER-26401 Increase gle timeout in read_committed_after_rollback.jsSpencer T Brody2016-09-301-2/+4
|
* SERVER-26230 DocumentSourceCursor should reset keysExamined and docsExamined ↵Tess Avitabile2016-09-301-0/+34
| | | | between batches
* SERVER-26289 Increase wtimeout in commands_that_write_accept_wc_shards.js to ↵Randolph Tan2016-09-301-2/+2
| | | | 5 minutes
* Revert "SERVER-26309 Disable auto splitting in ShardingTest by default"Dan Pasette2016-09-2925-58/+41
| | | | This reverts commit c47eb7408d712ac75c09b54079abfd0c28346a07.