Alerting: Pause dash alerts on migration (#62798)

* Alerting: Pause dash alerts on migration
This commit is contained in:
George Robinson
2023-02-02 16:49:05 -05:00
committed by GitHub
parent 27d429e3b1
commit f49efa6e27
3 changed files with 32 additions and 0 deletions
@@ -5,6 +5,7 @@ import (
"github.com/grafana/grafana/pkg/infra/log"
"github.com/grafana/grafana/pkg/services/sqlstore/migrator"
"github.com/prometheus/alertmanager/silence/silencepb"
)
// newTestMigration generates an empty migration to use in tests.
@@ -19,5 +20,6 @@ func newTestMigration(t *testing.T) *migration {
seenUIDs: uidSet{
set: make(map[string]struct{}),
},
silences: make(map[int64][]*silencepb.MeshSilence),
}
}