summaryrefslogtreecommitdiff
path: root/src/mongo/transport/session_workflow_test.cpp
Commit message (Expand)AuthorAgeFilesLines
* SERVER-60173 Ban implicit capture of `this` via `[=]` in lambda expressionsJuan Gu2023-05-171-2/+2
* SERVER-74241 remove SessionHandle and similar aliasesMatt Diener2023-02-241-2/+2
* SERVER-72197 Run clang-format 12.0.1 on the codebaseclang-format 12.0.12023-02-111-6/+17
* SERVER-73421 improve mocking in SessionWorkflowTestBilly Donahue2023-02-031-291/+294
* SERVER-68723 SessionWorkflowTest refactor (fix and unrevert)Billy Donahue2023-01-261-684/+577
* Revert "SERVER-70151 no thread_locals in ServiceExecutorSynchronous"Billy Donahue2023-01-241-90/+1
* SERVER-72890 ServiceExecutorSynchronous lease worker only after task endsBilly Donahue2023-01-181-0/+90
* SERVER-68875 SessionWorkflow loopBilly Donahue2022-12-111-2/+1
* SERVER-70151 no thread_locals in ServiceExecutorSynchronousBilly Donahue2022-11-291-1/+0
* SERVER-67829 Benchmark for ServiceStateMachineAlex Li2022-09-121-86/+1
* Revert "SERVER-68723 refocus SessionWorkflowTest on events not states"Kaloian Manassiev2022-08-181-516/+715
* SERVER-68723 refocus SessionWorkflowTest on events not statesBilly Donahue2022-08-171-715/+516
* SERVER-67426 ServiceStateMachineTest simplify function templates into ordinar...Alex Li2022-08-111-124/+193
* SERVER-67425 ServiceStateMachineTest: separate mock and utility types from th...Alex Li2022-08-051-111/+118
* SERVER-67830 Rename ServiceStateMachine -> SessionWorkflowAlex Li2022-07-281-0/+899