unified-storage: Sql kv compat tests fields check (#115891)

* add tests to check that resource_history, resource and resource_version are being populated properly with sqlkv
This commit is contained in:
Will Assis
2026-01-08 15:58:32 -05:00
committed by GitHub
parent e95f8bf843
commit f028b9dbdb
3 changed files with 438 additions and 3 deletions
@@ -43,7 +43,6 @@ const (
TestCreateNewResource = "create new resource"
TestGetResourceLastImportTime = "get resource last import time"
TestOptimisticLocking = "optimistic locking on concurrent writes"
TestKeyPathGeneration = "key_path generation"
)
type NewBackendFunc func(ctx context.Context) resource.StorageBackend