[#321] platformtest: add test for zfs.ZFSHolds

This commit is contained in:
Christian Schwarz
2020-05-24 17:49:16 +02:00
parent b222574ff3
commit a5c9450b2d
3 changed files with 88 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@ package tests
var Cases = []Case{BatchDestroy,
CreateReplicationCursor,
GetNonexistent,
HoldsWork,
IdempotentBookmark,
IdempotentDestroy,
IdempotentHold,
@@ -14,6 +15,7 @@ var Cases = []Case{BatchDestroy,
ListFilesystemVersionsZeroExistIsNotAnError,
ListFilesystemsNoFilter,
ReceiveForceIntoEncryptedErr,
ReceiveForceRollbackWorksUnencrypted,
ReplicationIncrementalCleansUpStaleAbstractionsWithCacheOnSecondReplication,
ReplicationIncrementalCleansUpStaleAbstractionsWithoutCacheOnSecondReplication,
ReplicationIncrementalIsPossibleIfCommonSnapshotIsDestroyed,