summaryrefslogtreecommitdiff
path: root/jstests/sharding/aggregation_currentop.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-43384 Use non-snapshot read concern for sharded transaction in aggrega...Jack Mulrow2019-12-021-1/+0
* SERVER-40983 Track and log relevant single transaction metrics on mongos for ...Blake Oler2019-09-091-76/+102
* Apply formatting per `clang-format-7.0.1`clang-format-7.0.12019-07-261-798/+775
* Revert "SERVER-41181 Fix sharding tests for hostname normalization"A. Jesse Jiryu Davis2019-06-111-8/+4
* SERVER-41181 Fix sharding tests for hostname normalizationA. Jesse Jiryu Davis2019-05-171-4/+8
* SERVER-40269: commitTransaction should assert that the prepare oplog entry is...Lingzhi Deng2019-04-091-2/+6
* SERVER-39215 Fix aggregation_currentop.js such that we compare transactionDoc...Suganthi Mani2019-02-071-3/+3
* SERVER-37947 Fail gracefully when explain is used in transactionsJacob Evans2019-01-081-8/+3
* SERVER-36499 Add test coverage for prepared transaction duration in currOpJason Chan2018-11-291-3/+19
* SERVER-37799 make aggregation_currentop.js more robustIan Boros2018-10-301-5/+8
* SERVER-37460 Add type to all currentOp documentsTed Tuckman2018-10-101-0/+1
* SERVER-37006 Move originatingCommand from currentOp inprog to cursor objectTed Tuckman2018-10-021-1/+2
* SERVER-36361 Round timeOpenMicros to have millisecond precision for assertion...jinichu2018-08-021-2/+5
* SERVER-35457 Add expiryTime to CurrentOp's transaction sub-documentjinichu2018-07-311-0/+9
* SERVER-35174 Added readConcern and readTimestamp to CurOp's transaction sub-d...jinichu2018-07-251-1/+7
* SERVER-35310 Added timeActiveMicros and timeInactiveMicros to CurrentOp's tra...jinichu2018-07-131-1/+3
* SERVER-35302 Added startWallClockTime to CurrentOp's transaction sub-documentjinichu2018-07-131-2/+16
* SERVER-35305 Added timeOpenMicros to CurrentOp's transaction sub-documentjinichu2018-07-091-1/+2
* SERVER-35173 Added autocommit value to currentOp's transaction sub-documentjinichu2018-07-051-1/+2
* SERVER-35513 Forbid transactions on inMemory storage engineTess Avitabile2018-06-141-10/+1
* SERVER-34692 Move txnNumber to subdocument in currentOpXiangyu Yao2018-05-161-1/+1
* SERVER-34496 Await all operations committed in ShardingTest::checkUUIDsConsis...Blake Oler2018-04-201-0/+4
* SERVER-29134: Support change streams on an entire database in a sharded clusterNick Zolnierz2018-04-111-4/+1
* SERVER-34337 gate on transaction support when running cluster aggregation int...Misha Tyulenev2018-04-061-0/+9
* SERVER-33294 Ignore 'allUsers' when reporting stashed locks with auth disabledBernard Gorman2018-04-051-2/+54
* SERVER-33294 Report stashed in-use locks for idle sessions in currentOpBernard Gorman2018-04-051-3/+98
* SERVER-33718 Explain does not produce a plan for mongoS-only aggregation pipe...Bernard Gorman2018-03-241-22/+22
* SERVER-18094 Add 'localOps' parameter to $currentOp to show local mongoS oper...Bernard Gorman2018-03-151-207/+298
* SERVER-25640 terminate running processes in jstestsKevin Albertson2018-02-081-0/+4
* SERVER-32463 Remove FCV dependent causal consistency codeJack Mulrow2018-01-191-0/+9
* SERVER-31916 wait for clusterTime on mongo connectionMisha Tyulenev2017-12-151-0/+1
* SERVER-31292: Make explain reflect optimizationsjannaerin2017-10-301-1/+1
* SERVER-30899 Aggregations sent from a 3.4 mongos should serialize 3.4 metadataTess Avitabile2017-09-061-1/+1
* SERVER-30580 No more status locationsMathias Stearn2017-08-161-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Eddie Louie2017-08-011-1/+1
* Revert "SERVER-29506 Require $changeNotification to be the first stage."Eddie Louie2017-08-011-1/+1
* SERVER-29506 Require $changeNotification to be the first stage.Charlie Swanson2017-08-011-1/+1
* SERVER-19318 Reimplement the currentOp command as a $currentOp aggregationBernard Gorman2017-07-071-93/+155
* SERVER-19318 Add getMore authentication for collectionless aggregation namesp...Bernard Gorman2017-07-071-22/+79
* SERVER-19318 Avoid taking any locks for collectionless aggregations without f...Bernard Gorman2017-07-071-9/+25
* SERVER-29546 Add hostname to standard currentOp output, and include shard nam...Bernard Gorman2017-06-231-7/+26
* SERVER-19318 Do not validate $facet subpipelines against top-level pipeline n...Bernard Gorman2017-06-171-0/+23
* SERVER-19318 Allow $currentOp aggregations to be run on mongoSBernard Gorman2017-06-161-0/+439