Skip to content

Commit b7d4cd8

Browse files
authored
test(vmsnapshot): skip secret already exists error (#1760)
Signed-off-by: Valeriy Khorunzhin <valeriy.khorunzhin@flant.com>
1 parent 7494419 commit b7d4cd8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

test/e2e/default_config.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -59,6 +59,7 @@ regexpLogFilter:
5959
- "persistentvolumeclaims .* is forbidden: unable to create new content in namespace .* because it is being terminated" # "err": "persistentvolumeclaims \"vd-f6fd1238-9cfe-4c22-bb48-cd64778740e3-\" is forbidden: unable to create new content in namespace virtualization-e2e-volume-migration-storage-class-changed-p8cxr because it is being terminated"
6060
- "virtualmachineoperations.virtualization.deckhouse.io .* is forbidden: unable to create new content in namespace .* because it is being terminated" # "err": "virtualmachineoperations.virtualization.deckhouse.io \"volume-migration-\" is forbidden: unable to create new content in namespace virtualization-e2e-volume-migration-storage-class-changed-qsggq because it is being terminated"
6161
- "error patching metadata .* devices found, 16 is maximum" # "error patching metadata ([{\"op\":\"replace\",\"path\":\"/metadata/finalizers\",\"value\":[\"virtualization.deckhouse.io/vmbda-cleanup\"]}]): admission webhook \"vmbda.virtualization-controller.validate.d8-virtualization\" denied the request: block device attached to VirtualMachine \"x-310732-worker-16758df7-qglxg-49z75\" limit reached: 17 devices found, 16 is maximum"
62+
- "failed to create restorer secret: secrets .* already exists" # "failed to create restorer secret: secrets \"vmsnapshot\" already exists"
6263

6364
cleanupResources:
6465
- clustervirtualimages.virtualization.deckhouse.io

0 commit comments

Comments
 (0)