Stop background tasks and when stopping bleve backend. (#111249)
Co-authored-by: Stephanie Hingtgen <stephanie.hingtgen@grafana.com>
This commit is contained in:
co-authored by
Stephanie Hingtgen
parent
9494175984
commit
f062e5a85f
@@ -110,7 +110,7 @@ func TestIntegrationSearchAndStorage(t *testing.T) {
|
||||
require.NoError(t, err)
|
||||
require.NotNil(t, search)
|
||||
|
||||
t.Cleanup(search.CloseAllIndexes)
|
||||
t.Cleanup(search.Stop)
|
||||
|
||||
// Create a new resource backend
|
||||
storage := newTestBackend(t, false, 0)
|
||||
|
||||
Reference in New Issue
Block a user