summaryrefslogtreecommitdiff
path: root/jstests
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-38980 Make sure all jstests/core test that inspects totalKeysExamined ↵Randolph Tan2019-01-158-5/+8
| | | | has assumes_unsharded_collection or assumes_balancer_off
* SERVER-38979 Shard by thread id in update_upsert_multi fsm workloadsJack Mulrow2019-01-152-1/+6
|
* SERVER-37556 Do not allow commitTransaction or abortTransaction on prepared ↵Judah Schvimer2019-01-152-0/+95
| | | | transactions on secondaries
* SERVER-38734 Config collections other than config.system.sessions should not ↵jannaerin2019-01-141-124/+3
| | | | be allowed to be sharded
* SERVER-38041 Test single shard transactions with arbiters and ↵Vesselina Ratcheva2019-01-142-0/+137
| | | | enableMajorityReadConcern:false replica sets with lag
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-142-6/+17
| | | | This reverts commit d19bd0c883a338e4f443399c928700381c682e32.
* SERVER-37382 printShardingStatus.js races with ShardingUptimeReporter threadRandolph Tan2019-01-141-1/+9
|
* SERVER-38842 Relax constraint in shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-1/+1
|
* SERVER-37699 Lower logging verbosity for shard_existing_coll_chunk_count.jsMatthew Saltz2019-01-141-2/+2
|
* SERVER-38964 geo_distinct.js should use bsonWoCompare to sort an array of ↵Samy Lanka2019-01-141-2/+2
| | | | documents
* SERVER-38933 currentOp is not resilient to drop shardMartin Neupauer2019-01-141-0/+25
|
* SERVER-38387 agg_out.js concurrency workload always fails to shard the ↵James Wahlin2019-01-141-3/+14
| | | | output collection
* SERVER-38243 Test presence of the storage stats in slowop logs and ↵nehakhatri52019-01-141-0/+87
| | | | system.profile.
* Revert "SERVER-38191 Enforce restriction on namespace for failpoints in ↵Nick Zolnierz2019-01-112-17/+6
| | | | | | write_ops" This reverts commit 587ad0e175cb501e378f4aeaf37199dbb28dd011.
* SERVER-38191 Enforce restriction on namespace for failpoints in write_opsNick Zolnierz2019-01-112-6/+17
|
* SERVER-38928: Have run_check_repl_dbhash_background.js cope with secondaries ↵Daniel Gottlieb2019-01-111-10/+20
| | | | reporting a greater optime than their primary.
* SERVER-38947 Make sure all jstests/core test that inspects totalDocsExamined ↵Randolph Tan2019-01-1112-4/+14
| | | | has assumes_unsharded_collection or assumes_balancer_off
* SERVER-38481 Mark profile_interrupted_op.js as "requires_profiling"Justin Seyster2019-01-111-1/+1
|
* SERVER-38941 Blacklist change streams speculative majority tests from ↵William Schultz2019-01-115-0/+10
| | | | ephemeralForTest variants
* SERVER-38597 Add drop-pending ident counter to serverStatusXiangyu Yao2019-01-111-0/+3
|
* SERVER-38257 Disable allCountsNonNegative invariant in ↵Tess Avitabile2019-01-111-1/+2
| | | | multi_statement_transaction_atomicity_isolation_metrics_test.js
* SERVER-35393 Flush asio output and limit SecureTransport out bufferSara Golemon2019-01-111-16/+35
|
* SERVER-37498 Change jstests to not use the slowBackgroundIndexBuild failpointGregory Wlodarek2019-01-103-32/+58
|
* SERVER-38363 Test concurrent shardCollection and replaceCollection $outCharlie Swanson2019-01-101-0/+42
|
* SERVER-33226: remove getPrevError() commandKim Tao2019-01-1010-33/+1
|
* SERVER-38887 Treat undefined filter object as unfiltered in Mongo.getDBs()Sara Golemon2019-01-101-0/+32
|
* SERVER-33589 Create an initial sync test fixtureSamy Lanka2019-01-093-19/+471
|
* SERVER-38838 Ensure JavaScript stack string isn't empty.Max Hirschhorn2019-01-091-0/+40
|
* SERVER-36639 Disallow restarting txn at active txn number if shard has ↵Jack Mulrow2019-01-091-2/+23
| | | | aborted after being prepared
* SERVER-38800 add collection count to o2 field of collection drop and rename ↵Benety Goh2019-01-091-3/+8
| | | | | | | oplog entries This applies only to the case where the target collection is dropped during the rename operation.
* SERVER-38275 ban find explain with UUIDIan Boros2019-01-091-0/+56
|
* SERVER-38800 add test cases to rollback_wt_drop.jsBenety Goh2019-01-091-2/+60
| | | | | | rollback rename with drop target collection drop without any CRUD ops to undo rollback both creation and drop for the same collection
* SERVER-38411 Propagate postBatchResumeToken through mongoS to clientBernard Gorman2019-01-093-52/+168
|
* SERVER-38413 Always set an initial postBatchResumeToken on mongoDBernard Gorman2019-01-091-3/+34
|
* SERVER-37915 Updates serverStatus.opcountersRepl.command on secondaries.Suganthi Mani2019-01-081-0/+102
| | | | And, atomic applyOps cmd increments serverStatus.opcounters<opType> for each individual operation on primary.
* SERVER-38481 No strong locks in profiling while uninterruptibleJustin Seyster2019-01-081-0/+75
|
* SERVER-38869: Add logging to run_check_repl_dbhash_background.js when it ↵Daniel Gottlieb2019-01-081-2/+34
| | | | errors out.
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-082-8/+18
|
* SERVER-38877 Remove empty jstestA. Jesse Jiryu Davis2019-01-081-14/+0
|
* SERVER-37700 Remove thread names that include whitespacesJonathan Ma2019-01-081-2/+2
|
* SERVER-38512 Test that secondary hangs up on w: 0 writesA. Jesse Jiryu Davis2019-01-071-0/+70
|
* SERVER-38510 Set moreToCome flag with OP_MSG writes from shellA. Jesse Jiryu Davis2019-01-076-16/+48
|
* SERVER-37255 Fix invariant when reconfig races with electionA. Jesse Jiryu Davis2019-01-071-0/+49
|
* SERVER-38215 Retry on transient transaction errors inside txn_override.jsJack Mulrow2019-01-072-45/+65
|
* SERVER-38590 Fix txn_override_causal_consistency.js testCommit()Jack Mulrow2019-01-071-2/+2
|
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-0718-18/+115
| | | | This reverts commit 907c8c786e26414735892bfbe763cd67e7f7e7e4.
* SERVER-38513 Implement disconnection behavior for legacy messagesMatthew Russotto2019-01-071-0/+100
|
* Revert "SERVER-37853 Create sharded_core_txn with balancer suite"William Schultz2019-01-0418-115/+18
| | | | This reverts commit 62076130c3321f842f3ce4fb426aefc078074206.
* SERVER-37853 Create sharded_core_txn with balancer suiteRandolph Tan2019-01-0418-18/+115
|
* SERVER-38840 ICU parsing does not gracefully handle invalid id-prefixed localesNick Zolnierz2019-01-041-0/+30
|