mirror of
https://github.com/grafana/grafana.git
synced 2025-08-03 04:22:13 +08:00
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:
@ -30,7 +30,7 @@ func createTestableServerLock(t *testing.T) *ServerLockService {
|
||||
}
|
||||
}
|
||||
|
||||
func TestServerLock(t *testing.T) {
|
||||
func TestIntegrationServerLock(t *testing.T) {
|
||||
sl := createTestableServerLock(t)
|
||||
operationUID := "test-operation"
|
||||
|
||||
@ -66,7 +66,7 @@ func TestServerLock(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestLockAndRelease(t *testing.T) {
|
||||
func TestIntegrationLockAndRelease(t *testing.T) {
|
||||
operationUID := "test-operation-release"
|
||||
|
||||
t.Run("create lock and then release it", func(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user