2ab8af4093
This is in its own separate package so that it will be a separate test binary that runs thus isolating the go runtime from other tests and allowing accurate go routine leak checking. This test would ideally use goleak.VerifyTestMain but that will fail 100% of the time due to some architectural things (blocking queries and net/rpc uncancellability). This test is not comprehensive. We should enable/exercise more features and more cluster configurations. However its a start.
4 lines
173 B
Plaintext
4 lines
173 B
Plaintext
# This source code refers to The Go Authors for copyright purposes.
|
|
# The master list of authors is in the main Go distribution,
|
|
# visible at http://tip.golang.org/AUTHORS.
|