summaryrefslogtreecommitdiff
path: root/jstests/noPassthrough/interrupt_while_yielded.js
Commit message (Collapse)AuthorAgeFilesLines
* SERVER-50710 Consolidate SBE and classic yielding pathsDavid Storch2021-03-031-1/+0
| | | | | | | | SBE will now, like the classic engine, use saveLockStateAndUnlock() in order to yield any locks held higher on the stack. Additionally, this patch enables the 'concurrency' suite in the SBE build variant in order to provide additional yielding-related test coverage.
* SERVER-51970 Create feature flag for SBEAlya Berciu2021-01-221-12/+1
|
* SERVER-51661 Complete TODO listed in SERVER-50373Drew Paroski2020-11-031-4/+2
|
* SERVER-50651 Replace occurrences of isMaster command with hello in ↵Ali Mir2020-09-281-1/+1
| | | | noPassthrough jstests
* SERVER-48616 Make SBE expose the correct 'numYields' statisticDavid Storch2020-09-031-0/+136
Also makes SBE support the 'setYieldAllLocksHang' and 'setYieldAllLocksWait' failpoints. This in turn allows several yielding-related integration tests to be augmented to cover SBE.