summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-26202 Relax index constraints in oplog applicationSiyuan Zhou2016-11-041-14/+8
|
* Revert "SERVER-26288 reduce log verbosity for continuous stepdown suite"Misha Tyulenev2016-11-041-246/+238
| | | | This reverts commit 0b47329d93f0d2ca7bab21775cb83e20dfe7c68f.
* SERVER-26462 Check if _buffer is allocated in DocumentStorage::clone()Marko Vojvodic2016-11-041-0/+29
|
* SERVER-26888 profile_find.js should filter profile entries for queryTess Avitabile2016-11-042-15/+15
|
* Revert "SERVER-23976: Input validate database names for repairDatabase."Dan Pasette2016-11-032-60/+3
| | | | | | | This reverts commit 69373e54608616c99905d5135bfd635367606ad2. Conflicts: jstests/core/repair_database_input_validation.js
* SERVER-23976 Fix eslintMark Benvenuto2016-11-031-3/+4
|
* SERVER-23976 SERVER-26812 fix clang formatJonathan Reams2016-11-032-9/+20
|
* SERVER-26288 reduce log verbosity for continuous stepdown suiteMisha Tyulenev2016-11-031-238/+246
|
* SERVER-23976: Input validate database names for repairDatabase.Daniel Gottlieb2016-11-032-3/+48
|
* SERVER-26812 Don't check that time moves forward in top stats when we don't ↵Jonathan Reams2016-11-031-3/+6
| | | | guarantee it
* SERVER-26016 Add a test that an replaying an invalid op on startup is fatalMathias Stearn2016-11-031-0/+65
|
* SERVER-26883 Skip sharding zone if no shards are assigned to itKaloian Manassiev2016-11-031-52/+52
|
* SERVER-25441 $lookup on a sharded coll does not respect readConcernJames Wahlin2016-11-031-108/+144
|
* SERVER-25145 BackgroundSync provides minValid to sync source selection in ↵Benety Goh2016-11-022-5/+22
| | | | RECOVERING mode
* SERVER-6302 Fix multiple fsyncLock() invocation race conditionJames Wahlin2016-11-022-3/+40
|
* SERVER-26866 Reduce doc count used by create_index_background_unique*.jsJames Wahlin2016-11-021-4/+5
|
* SERVER-26869 Add a predicate to dumpOplog call in optime.jsJonathan Abrahams2016-11-011-2/+2
|
* SERVER-26690 Make waitUntilAllNodesCaughtUp check that all nodes areWilliam Schultz2016-11-011-3/+11
| | | | secondary or primary
* SERVER-26440 Validate namespace in DistinctCmd::explainMarko Vojvodic2016-11-011-0/+185
|
* SERVER-26194 Account for collation specification size in batch_write_op ↵Marko Vojvodic2016-11-011-0/+187
| | | | getWriteSizeBytes
* SERVER-26515 Create collection with v=2 index should include full index spec ↵Tess Avitabile2016-10-283-0/+110
| | | | in oplog
* SERVER-25999 add list of error codes to Shard that can be used to determine ↵Dianna Hohensee2016-10-281-38/+28
| | | | whether remote command errors should be propogated further back to other servers
* SERVER-26823 really ensure first node is primaryEric Milkie2016-10-281-1/+2
|
* SERVER-26435 Add FSM tests that exercise parallel unique index buildsJames Wahlin2016-10-282-0/+123
|
* SERVER-26635 Write a multiversion test which upgrades through several versionsMarko Vojvodic2016-10-271-0/+152
|
* SERVER-21089 fix assert.throw/doesNotThrow() argument validationRobert Guo2016-10-2718-38/+35
| | | | SERVER-21087 prevent use of "this" in the function passed to assert.throw/doesNotThrow()
* SERVER-26724 createIndexes command should reject invalid options for _id indexTess Avitabile2016-10-274-109/+70
|
* SERVER-26769 Balancer loads balancer settings before recovery and ↵Dianna Hohensee2016-10-261-0/+4
| | | | accepting/starting new migrations
* SERVER-26768 Don't assert on collection drop in eval testsCharlie Swanson2016-10-254-4/+4
| | | | | | | Previously, some evalX.js tests would assert that a drop returned true, meaning the collection existed. This may not true if two of these tests are run concurrently in the parallel suite, so these tests should not assert that the drop returns true.
* SERVER-26317 Increase benchRun seconds for flaky testsCharlie Swanson2016-10-253-3/+3
| | | | | | These tests have been failing sporadically because benchRun completes without running any operations. This is a temporary workaround to reduce the noise in the build.
* SERVER-26425 perform dropDatabase in WriteConflictException retry loopKyle Suarez2016-10-251-3/+33
|
* SERVER-25137 Ensure $graphLookup succeeds on non-existent collectionsCharlie Swanson2016-10-251-0/+35
|
* SERVER-26686 make validate command ignore validateFeaturesAsMasterDavid Storch2016-10-241-0/+7
|
* SERVER-26439 Don't time out too quickly in wt_nojournal_skip_recovery.jsGeert Bosch2016-10-241-8/+11
|
* SERVER-26514 Create command should take idIndex optionTess Avitabile2016-10-243-5/+136
|
* SERVER-26659 only use stricter key pattern validation for v:2 or new index ↵David Storch2016-10-201-31/+89
| | | | | | | | | builds This now follows the same rules which we will use in 3.4 for rejecting unknown top-level options in the index spec. These rules ensure a smooth upgrade, even in the presence of bad index metadata produced on an older server version.
* SERVER-25549 re-enable read_only_sharded suiteEsha Maharishi2016-10-191-2/+29
|
* SERVER-26572 Reset stopTimestamp in DataReplicator when initial sync apply ↵Judah Schvimer2016-10-192-0/+42
| | | | phase tries to fetch a remote document
* SERVER-26694 wt_nojournal_skip_recovery.js background loop early exitJames Wahlin2016-10-191-3/+3
|
* SERVER-26220 Using stopOplogFetcher failpoint causes CPU loopingSiyuan Zhou2016-10-192-4/+19
|
* SERVER-26691 read_only and read_only_sharded suites do not make directories ↵Esha Maharishi2016-10-191-2/+2
| | | | read-only on windows
* SERVER-26365 Forward port changes to merge_chunks_test.js to masterKaloian Manassiev2016-10-191-50/+86
|
* SERVER-26513 listCollections output should include _id index spec as idIndexr3.4.0-rc1Tess Avitabile2016-10-183-5/+58
|
* SERVER-26468 Create internalValidateFeaturesAsMaster startup parameterTess Avitabile2016-10-181-0/+166
|
* SERVER-26599 Master-slave initial sync should use the exact _id index spec ↵Tess Avitabile2016-10-182-3/+74
| | | | from master
* SERVER-26607 waitForMoveChunkStep test helper should take in to account ↵Randolph Tan2016-10-171-3/+7
| | | | moveChunk in 'join' mode
* SERVER-26645 Get rid of _shardNames variable in ShardingTestKaloian Manassiev2016-10-176-81/+68
|
* SERVER-26610 add maxTimeMS to setFeatureCompatibilityVersion call in ↵Randolph Tan2016-10-171-1/+2
| | | | set_feature_compatibility_version.js
* SERVER-26435 Refactor replsettest.js to reduce sizeJames Wahlin2016-10-1717-35/+139
|
* SERVER-26596 Make sure test doesn't break other tests and fix memory leakJonathan Reams2016-10-171-0/+3
|