# Functions
CheckLeakedGoroutine verifies tests do not leave any leaky
goroutines.
FatalStack helps to fatal the test and print out the stacks of all running goroutines.
TODO: improve this when we are able to know the schedule or status of target go-routine.