Chore: Rename integration tests to follow the common convention (#105987)

* automatically rename integration tests to follow the common convention

* name tests differently

* alter column type to bigint

* update another column to bigint

* add another alter

* fix subquery for mysql
This commit is contained in:
Serge Zaitsev
2025-06-29 16:56:24 +02:00
committed by GitHub
parent 4374fe9137
commit f66a693438
64 changed files with 186 additions and 168 deletions
@@ -24,7 +24,7 @@ import (
func TestMain(m *testing.M) {
testsuite.Run(m)
}
func TestListIter(t *testing.T) {
func TestIntegrationListIter(t *testing.T) {
ctx := context.Background()
grafanaDB := db.InitTestDB(t)