subnet-evm icon indicating copy to clipboard operation
subnet-evm copied to clipboard

fix goroutine leaks in core tests

Open darioush opened this issue 1 year ago • 1 comments

Why this should be merged

Tests should not leak goroutines, this slows down the environment for other tests.

How this works

calls Stop methods or uses test stubs which do not launch goroutines instead of implementation.

How this was tested

UTs + goleak

How is this documented

N/A

darioush avatar Jul 04 '23 03:07 darioush

waiting on this till https://github.com/ava-labs/coreth/pull/273/files is merged

darioush avatar Jul 05 '23 16:07 darioush