2020-05-24 17:43:42 +02:00
|
|
|
// Code generated by zrepl tooling; DO NOT EDIT.
|
|
|
|
|
|
|
|
package tests
|
|
|
|
|
|
|
|
var Cases = []Case{BatchDestroy,
|
|
|
|
CreateReplicationCursor,
|
|
|
|
GetNonexistent,
|
2020-05-24 17:49:16 +02:00
|
|
|
HoldsWork,
|
2020-05-24 17:43:42 +02:00
|
|
|
IdempotentBookmark,
|
|
|
|
IdempotentDestroy,
|
|
|
|
IdempotentHold,
|
|
|
|
ListFilesystemVersionsFilesystemNotExist,
|
|
|
|
ListFilesystemVersionsTypeFilteringAndPrefix,
|
|
|
|
ListFilesystemVersionsUserrefs,
|
|
|
|
ListFilesystemVersionsZeroExistIsNotAnError,
|
|
|
|
ListFilesystemsNoFilter,
|
2020-05-20 13:10:37 +02:00
|
|
|
ReceiveForceIntoEncryptedErr,
|
2020-05-24 17:49:16 +02:00
|
|
|
ReceiveForceRollbackWorksUnencrypted,
|
2020-05-20 13:10:37 +02:00
|
|
|
ReplicationIncrementalCleansUpStaleAbstractionsWithCacheOnSecondReplication,
|
|
|
|
ReplicationIncrementalCleansUpStaleAbstractionsWithoutCacheOnSecondReplication,
|
2020-06-01 14:39:59 +02:00
|
|
|
ReplicationIncrementalDestroysStepHoldsIffIncrementalStepHoldsAreDisabledButStepHoldsExist,
|
2020-05-24 18:18:02 +02:00
|
|
|
ReplicationIncrementalIsPossibleIfCommonSnapshotIsDestroyed,
|
2020-06-01 14:39:59 +02:00
|
|
|
ReplicationIsResumableFullSend__DisableIncrementalStepHolds_False,
|
|
|
|
ReplicationIsResumableFullSend__DisableIncrementalStepHolds_True,
|
2020-05-24 17:43:42 +02:00
|
|
|
ResumableRecvAndTokenHandling,
|
|
|
|
ResumeTokenParsing,
|
|
|
|
SendArgsValidationEncryptedSendOfUnencryptedDatasetForbidden,
|
|
|
|
SendArgsValidationResumeTokenDifferentFilesystemForbidden,
|
|
|
|
SendArgsValidationResumeTokenEncryptionMismatchForbidden,
|
|
|
|
UndestroyableSnapshotParsing,
|
|
|
|
}
|