summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/server_transaction_metrics.js
Commit message (Expand)AuthorAgeFilesLines
* SERVER-56325 Wait for failpoint in server_transaction_metrics.js to be hit so...Vishnu Kaushik2021-04-261-4/+7
* SERVER-41772 Apply clang-format 7.0.1 to the codebaseclang-format-7.0.12019-07-271-212/+194
* SERVER-40386: replace commitTransaction() used in jstests with commitTransact...Lingzhi Deng2019-06-041-2/+2
* SERVER-40386: assert responses of abortTransaction_forTesting() and commitTra...Lingzhi Deng2019-06-011-1/+1
* SERVER-40337: Remove oldestOpenUnpreparedReadTimestamp from serverStatus.tran...Lingzhi Deng2019-04-091-29/+3
* SERVER-39672: default to local if no read concern specified for a multi-statm...Lingzhi Deng2019-03-271-3/+3
* SERVER-40081 Move session checkout to before command execution.Siyuan Zhou2019-03-261-5/+3
* SERVER-35713 Add oldestOpenReadTimestamp to serverStatus outputJason Chan2018-11-301-7/+36
* SERVER-36728 Don't ignore errors when aborting a transaction in testsPavi Vetriselvan2018-10-301-1/+1
* SERVER-35293 Add counts of active and inactive transactions to serverStatusNathan Louie2018-07-061-6/+95
* SERVER-35294 Add total number of open transactions to serverStatusNathan Louie2018-07-051-5/+34
* SERVER-35295 Add total number of committed and aborted transactions to server...Nathan Louie2018-07-021-14/+61
* SERVER-35292 Add total number of started transactions to serverStatusNathan Louie2018-06-251-0/+54