Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/event_sequence.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ When you hit Ctrl-C to the process the following occurs:
`PhaseGroup` main phase, the phase's thread is attempted to be killed. No
other phases of these kinds are run.
* `PhaseGroup` teardown phases are still run unless a second Ctrl-C is sent.
* We then follow the same steps as in [Test error shirt-circuiting](
#test-error-shirt-circuiting)
* We then follow the same steps as in [Test error short-circuiting](
#test-error-short-circuiting)
* All plugs are deleted.
* Test outcome is ABORTED for output callbacks.