Annotation: Add clean up job for old annotations (#26156)

Co-authored-by: Marcus Efraimsson <marcus.efraimsson@gmail.com>
Co-authored-by: Diana Payton <52059945+oddlittlebird@users.noreply.github.com>
Co-authored-by: Arve Knudsen <arve.knudsen@gmail.com>
This commit is contained in:
Carl Bergquist
2020-09-02 08:07:31 +02:00
committed by GitHub
parent 0bc67b032a
commit 20747015f6
10 changed files with 452 additions and 1 deletions

View File

@ -11,6 +11,7 @@ type TestDB struct {
}
func Sqlite3TestDB() TestDB {
// To run all tests in a local test database, set ConnStr to "grafana_test.db"
return TestDB{
DriverName: "sqlite3",
ConnStr: ":memory:",