MCPcopy Create free account
hub / github.com/cortexproject/cortex / Stop

Method Stop

pkg/testexporter/correctness/runner.go:126–133  ·  view source on GitHub ↗

Stop the checking goroutine.

()

Source from the content-addressed store, hash-verified

124
125// Stop the checking goroutine.
126func (r *Runner) Stop() {
127 close(r.quit)
128 r.wg.Wait()
129
130 for _, tc := range r.cases {
131 tc.Stop()
132 }
133}
134
135// Add a new TestCase.
136func (r *Runner) Add(tc Case) {

Callers 1

mainFunction · 0.95

Calls 2

StopMethod · 0.65
WaitMethod · 0.45

Tested by

no test coverage detected