Misha Tyulenev
126cecc636
SERVER-21706 error when mapReduce outputs to config or admin db
...
(cherry picked from commit 3e1a3872c9 )
2015-12-14 19:29:59 -05:00
Kaloian Manassiev
5770fdcdf7
SERVER-21050 Make the 'causedBy' reports more descriptive
2015-12-14 17:44:08 -05:00
Kaloian Manassiev
7468a98c83
SERVER-21050 Lower verbose WT logging
2015-12-14 17:44:07 -05:00
Kamran Khan
ecbc309ccb
SERVER-21885 Make capped_truncate.js work with resmoke.py --repeat
...
Previously, the test assumed that a collection would not exist prior
to calling 'create' on it. The collection is now dropped beforehand
to ensure this condition is true.
(cherry picked from commit 30d55cccf8 )
2015-12-14 15:16:53 -05:00
Spencer Jackson
337faaf74a
SERVER-21824 Remove kmip.js from blacklist
...
(cherry picked from commit e946c39948 )
2015-12-14 15:00:36 -05:00
Scott Hernandez
b7e9e964c6
SERVER-21795: Do not reschedule more than one liveness timeout callback at a time
...
(cherry picked from commit 5ab583935e )
2015-12-14 12:36:56 -05:00
Spencer T Brody
335c1ce2d1
SERVER-21076 Add jstest for mapReduce and aggregation properly handling shard versioning
...
(cherry picked from commit 62f3810a0a )
2015-12-14 11:48:11 -05:00
Randolph Tan
2d853ea493
SERVER-21871 Do not run min_optime_recovery.js on ephemeralForTest storageEngine
...
(cherry picked from commit eb83308150 )
2015-12-14 10:16:53 -05:00
Hannes Magnusson
adbb4b5fd3
SERVER-21870: Add space between "supports" and "snapshots" in error message
...
Signed-off-by: Ramon Fernandez <ramon@mongodb.com >
(cherry picked from commit 0d715aae5c )
2015-12-13 12:50:35 +01:00
Kaloian Manassiev
2cb657a2ae
SERVER-21050 Fix broken replsetrestart1.js
2015-12-11 16:51:19 -05:00
Kaloian Manassiev
e7f86df75b
SERVER-21854 Add request id to RemoteCommandRequest
...
Having identifier associated with each request allows us to trace requests
throughout the ASIO network threads.
This change doesn't fix the bug, but makes investigation easier.
2015-12-11 15:57:38 -05:00
David Storch
70c96afa6c
SERVER-21852 fix more flakiness in kill_cursors.js
...
(cherry picked from commit 0ce05c7d8c )
2015-12-11 14:42:46 -05:00
Jonathan Abrahams
cdcdad5d5d
SERVER-21665 Suppress tar output in jstestfuzz tasks
...
(cherry picked from commit 1aa857bb87 )
2015-12-11 14:11:59 -05:00
Jonathan Abrahams
52a93ee85f
SERVER-21768 Remove the 'numCollections' field from dbHash's response
...
(cherry picked from commit 9689f7e884 )
2015-12-11 14:10:18 -05:00
David Storch
6670ca3ffa
SERVER-21750 clean up getMore logging and profiling
...
--Omit ntoreturn and ntoskip from the getMore command log line.
--Add nreturned to the getMore command log line.
--Upconvert OP_GET_MORE profiler entries to match getMore cmd.
(cherry picked from commit bb7e1e539d )
2015-12-11 13:33:44 -05:00
Kaloian Manassiev
218539ae2c
SERVER-21848 CSRS catalog manager should not allow batch writes greater than 1
2015-12-11 13:32:56 -05:00
Kaloian Manassiev
6745d91683
SERVER-21050 Introduce ReplSetTest.State enumeration everywhere
...
Makes all JS tests access the replica set member state from the class
itself instead of the object instance. Also removes some unused code.
2015-12-11 13:32:56 -05:00
Jonathan Abrahams
bb7e7fc215
SERVER-21164 Use throw instead of assert in rslib.js wait loop
...
(cherry picked from commit 8fef1b5e7a )
2015-12-11 11:42:26 -05:00
Charlie Swanson
fc108ae9e6
SERVER-21384 Add windows inMemory buildvariant
2015-12-11 11:16:08 -05:00
Charlie Swanson
8e5a66b3bf
SERVER-21384 Enable all suites on ephemeral storage engines
2015-12-11 11:16:07 -05:00
Benety Goh
ed2df219c7
SERVER-21847 log range of oplog entries read from sync source
...
(cherry picked from commit 819f0b95bf )
2015-12-11 10:45:42 -05:00
Jonathan Abrahams
45d232d316
SERVER-21547 Don't apply iteration and thread multipliers to background FSM workloads
...
(cherry picked from commit c321e5de66 )
2015-12-11 10:31:20 -05:00
Jonathan Abrahams
eca57c613d
SERVER-21500 Include the name of the FSM workload in the WorkloadFailure description
...
(cherry picked from commit f8e7460652 )
2015-12-11 09:22:49 -05:00
Ernie Hershey
d26f8791df
SERVER-13370 Amazon Enterprise RPM's
...
(cherry picked from commit dfd50a3255 )
2015-12-10 19:03:46 -05:00
Misha Tyulenev
fbda4f85b6
SERVER-21136 add basic tests for enableSharding command
...
(cherry picked from commit 5c651b14fe )
2015-12-10 17:21:45 -05:00
Misha Tyulenev
e882ffceeb
SERVER-21132 add basic tests for moveChunk command
...
(cherry picked from commit 1bcf9c7e19 )
2015-12-10 17:19:32 -05:00
Misha Tyulenev
e61483f604
SERVER-21137 add basic tests for movePrimary command
...
(cherry picked from commit a6e09d623c )
2015-12-10 17:15:54 -05:00
Misha Tyulenev
2f4d9caae5
SERVER-21133 add basic tests for mergeChunks
...
(cherry picked from commit 9ba880ed3d )
2015-12-10 17:13:03 -05:00
Misha Tyulenev
fa30e3f036
SERVER-21134 add basic tests for shardCollection command
...
(cherry picked from commit ea91373329 )
2015-12-10 17:07:22 -05:00
Randolph Tan
205797cbd4
SERVER-21644 Invariant failure iter != _lockMap.end() in legacy_dist_lock_manager.cpp
...
(cherry picked from commit 4fd3712ce5 )
2015-12-10 16:14:34 -05:00
Randolph Tan
e25bc60bbf
SERVER-21849 Fix timestamp compare in min_optime_recovery.js
...
(cherry picked from commit ea6764dbe4 )
2015-12-10 16:10:19 -05:00
Charlie Swanson
0511dffda0
SERVER-21545 Correctly roll back updating collection options
...
(cherry picked from commit a4d29291cc )
2015-12-10 15:41:51 -05:00
David Storch
5c25a25571
SERVER-21852 fix test issue that can cause kill_cursors.js to fail under master/slave
...
(cherry picked from commit aa77f50235 )
2015-12-10 15:11:48 -05:00
David Storch
5c7573d23a
SERVER-21786 increase test coverage of the s/query directory
...
Fills in gaps in coverage discovered with code coverage analysis.
(cherry picked from commit 09126c5f0e )
2015-12-10 13:45:48 -05:00
Benety Goh
71f40809ee
SERVER-21248 get_replication_info_helper.js should not assume all insert ops will happen in the same second
...
(cherry picked from commit a4cb164174 )
2015-12-10 13:37:33 -05:00
Benety Goh
2c20582a12
SERVER-21248 additional failover test cases per test plan
...
(cherry picked from commit b0a6137a79 )
2015-12-10 13:37:33 -05:00
Benety Goh
f4fb80e4a9
SERVER-21248 added checks to election_timing.js to ensure failovers complete on time.
...
(cherry picked from commit 0d5338a32b )
2015-12-10 13:37:33 -05:00
Benety Goh
d68ab71b6d
SERVER-21248 speed up shell test function responsible for mongo program shutdown
...
(cherry picked from commit 35c86a4912 )
2015-12-10 13:37:33 -05:00
Judah Schvimer
9c1b2e0b9c
SERVER-21214 Dump config server data when the sharded concurrency suites fail
2015-12-10 13:22:40 -05:00
Jonathan Abrahams
f5bdb26566
SERVER-21516 Remove dbStats command from readConcern testing override
...
(cherry picked from commit f1b5088e9e )
2015-12-10 12:15:12 -05:00
Jonathan Abrahams
3e32d7c455
SERVER-21450 - enableMajorityReadConcern in MongoRunner to unblacklist aggregation_read_concern_majority overrride
...
(cherry picked from commit 56cd81631a )
2015-12-10 11:11:11 -05:00
Randolph Tan
b7e9ffa4eb
SERVER-20824 Test for sharding state recovery
...
(cherry picked from commit 2a39a1d5b1 )
2015-12-10 10:21:47 -05:00
Jason Rassi
ee352bdaaf
SERVER-21602 Use 'cursorTimeoutMillis' flag in cursor_timeout.js
...
Reduces this test's execution time from ~17 minutes to <30 seconds.
(cherry picked from commit 181cdbf26a )
2015-12-09 16:15:45 -05:00
David Storch
d22ad6c935
SERVER-21824 temporarily disable kmip.js
...
(cherry picked from commit d1224336fa )
2015-12-09 14:58:25 -05:00
Andy Schwerin
f7e4eb5f50
SERVER-21382 Remove unused _id-extracting out parameter from Collection::deleteDocument
2015-12-09 13:53:44 -05:00
Jonathan Reams
886453786c
SERVER-21796 fix startup_log.js for new versioning scheme
...
(cherry picked from commit 8aaaa8fe56 )
2015-12-09 12:04:34 -05:00
Randolph Tan
6a8dc1be90
SERVER-21135 Add more basic tests for sharded implicit database creation
...
(cherry picked from commit 0ec5ef6940 )
2015-12-09 11:56:09 -05:00
Randolph Tan
0dd27a3602
SERVER-21139 Add more basic tests for drop collection
...
(cherry picked from commit e90ba97c1a )
2015-12-09 11:55:21 -05:00
Randolph Tan
037404ae30
SERVER-21138 Add more basic tests for dropDatabase
...
(cherry picked from commit 96b181211f )
2015-12-09 11:55:06 -05:00
Randolph Tan
f5ef0ed466
SERVER-21586 Update comments on failing tests
...
(cherry picked from commit 79bdc9e040 )
2015-12-09 11:54:35 -05:00