fix(unified-storage): use GetOldObject for delete validation (#110878)

This commit is contained in:
Jean-Philippe Quéméner
2025-09-11 13:44:14 -05:00
committed by GitHub
parent ca9982dc15
commit 041fa843da
4 changed files with 24 additions and 5 deletions
+1 -1
View File
@@ -1252,7 +1252,7 @@ func TestIntegrationRootFolderDeletionBlockedByLibraryElementsInSubfolder(t *tes
t.Skip("test only on sqlite for now")
}
for mode := 0; mode <= 2; mode++ {
for mode := 0; mode <= 5; mode++ {
t.Run(fmt.Sprintf("with dual write (unified storage, mode %v, delete parent blocked by library elements in child)", grafanarest.DualWriterMode(mode)), func(t *testing.T) {
modeDw := grafanarest.DualWriterMode(mode)