Documentation
¶
Index ¶
- Variables
- func BatchDestroy(ctx *platformtest.Context)
- func CreateReplicationCursor(ctx *platformtest.Context)
- func GetNonexistent(ctx *platformtest.Context)
- func HoldsWork(ctx *platformtest.Context)
- func IdempotentBookmark(ctx *platformtest.Context)
- func IdempotentDestroy(ctx *platformtest.Context)
- func IdempotentHold(ctx *platformtest.Context)
- func ListFilesystemVersionsFilesystemNotExist(t *platformtest.Context)
- func ListFilesystemVersionsTypeFilteringAndPrefix(t *platformtest.Context)
- func ListFilesystemVersionsUserrefs(t *platformtest.Context)
- func ListFilesystemVersionsZeroExistIsNotAnError(t *platformtest.Context)
- func ListFilesystemsNoFilter(t *platformtest.Context)
- func ReceiveForceIntoEncryptedErr(ctx *platformtest.Context)
- func ReceiveForceRollbackWorksUnencrypted(ctx *platformtest.Context)
- func ReplicationIncrementalCleansUpStaleAbstractionsWithCacheOnSecondReplication(ctx *platformtest.Context)
- func ReplicationIncrementalCleansUpStaleAbstractionsWithoutCacheOnSecondReplication(ctx *platformtest.Context)
- func ReplicationIncrementalDestroysStepHoldsIffIncrementalStepHoldsAreDisabledButStepHoldsExist(ctx *platformtest.Context)
- func ReplicationIncrementalIsPossibleIfCommonSnapshotIsDestroyed(ctx *platformtest.Context)
- func ReplicationIsResumableFullSend__DisableIncrementalStepHolds_False(ctx *platformtest.Context)
- func ReplicationIsResumableFullSend__DisableIncrementalStepHolds_True(ctx *platformtest.Context)
- func ResumableRecvAndTokenHandling(ctx *platformtest.Context)
- func ResumeTokenParsing(ctx *platformtest.Context)
- func SendArgsValidationEncryptedSendOfUnencryptedDatasetForbidden(ctx *platformtest.Context)
- func SendArgsValidationResumeTokenDifferentFilesystemForbidden(ctx *platformtest.Context)
- func SendArgsValidationResumeTokenEncryptionMismatchForbidden(ctx *platformtest.Context)
- func UndestroyableSnapshotParsing(t *platformtest.Context)
- type Case
- type PartialSender
Constants ¶
This section is empty.
Variables ¶
View Source
var Cases = []Case{BatchDestroy, CreateReplicationCursor, GetNonexistent, HoldsWork, IdempotentBookmark, IdempotentDestroy, IdempotentHold, ListFilesystemVersionsFilesystemNotExist, ListFilesystemVersionsTypeFilteringAndPrefix, ListFilesystemVersionsUserrefs, ListFilesystemVersionsZeroExistIsNotAnError, ListFilesystemsNoFilter, ReceiveForceIntoEncryptedErr, ReceiveForceRollbackWorksUnencrypted, ReplicationIncrementalCleansUpStaleAbstractionsWithCacheOnSecondReplication, ReplicationIncrementalCleansUpStaleAbstractionsWithoutCacheOnSecondReplication, ReplicationIncrementalDestroysStepHoldsIffIncrementalStepHoldsAreDisabledButStepHoldsExist, ReplicationIncrementalIsPossibleIfCommonSnapshotIsDestroyed, ReplicationIsResumableFullSend__DisableIncrementalStepHolds_False, ReplicationIsResumableFullSend__DisableIncrementalStepHolds_True, ResumableRecvAndTokenHandling, ResumeTokenParsing, SendArgsValidationEncryptedSendOfUnencryptedDatasetForbidden, SendArgsValidationResumeTokenDifferentFilesystemForbidden, SendArgsValidationResumeTokenEncryptionMismatchForbidden, UndestroyableSnapshotParsing, }
Functions ¶
func BatchDestroy ¶
func BatchDestroy(ctx *platformtest.Context)
func CreateReplicationCursor ¶ added in v0.3.0
func CreateReplicationCursor(ctx *platformtest.Context)
func GetNonexistent ¶
func GetNonexistent(ctx *platformtest.Context)
func HoldsWork ¶ added in v0.3.0
func HoldsWork(ctx *platformtest.Context)
func IdempotentBookmark ¶ added in v0.3.0
func IdempotentBookmark(ctx *platformtest.Context)
func IdempotentDestroy ¶ added in v0.3.0
func IdempotentDestroy(ctx *platformtest.Context)
func IdempotentHold ¶ added in v0.3.0
func IdempotentHold(ctx *platformtest.Context)
func ListFilesystemVersionsFilesystemNotExist ¶ added in v0.3.0
func ListFilesystemVersionsFilesystemNotExist(t *platformtest.Context)
func ListFilesystemVersionsTypeFilteringAndPrefix ¶ added in v0.3.0
func ListFilesystemVersionsTypeFilteringAndPrefix(t *platformtest.Context)
func ListFilesystemVersionsUserrefs ¶ added in v0.3.0
func ListFilesystemVersionsUserrefs(t *platformtest.Context)
func ListFilesystemVersionsZeroExistIsNotAnError ¶ added in v0.3.0
func ListFilesystemVersionsZeroExistIsNotAnError(t *platformtest.Context)
func ListFilesystemsNoFilter ¶ added in v0.3.0
func ListFilesystemsNoFilter(t *platformtest.Context)
func ReceiveForceIntoEncryptedErr ¶ added in v0.3.0
func ReceiveForceIntoEncryptedErr(ctx *platformtest.Context)
func ReceiveForceRollbackWorksUnencrypted ¶ added in v0.3.0
func ReceiveForceRollbackWorksUnencrypted(ctx *platformtest.Context)
func ReplicationIncrementalCleansUpStaleAbstractionsWithCacheOnSecondReplication ¶ added in v0.3.0
func ReplicationIncrementalCleansUpStaleAbstractionsWithCacheOnSecondReplication(ctx *platformtest.Context)
func ReplicationIncrementalCleansUpStaleAbstractionsWithoutCacheOnSecondReplication ¶ added in v0.3.0
func ReplicationIncrementalCleansUpStaleAbstractionsWithoutCacheOnSecondReplication(ctx *platformtest.Context)
func ReplicationIncrementalDestroysStepHoldsIffIncrementalStepHoldsAreDisabledButStepHoldsExist ¶ added in v0.3.0
func ReplicationIncrementalDestroysStepHoldsIffIncrementalStepHoldsAreDisabledButStepHoldsExist(ctx *platformtest.Context)
func ReplicationIncrementalIsPossibleIfCommonSnapshotIsDestroyed ¶ added in v0.3.0
func ReplicationIncrementalIsPossibleIfCommonSnapshotIsDestroyed(ctx *platformtest.Context)
func ReplicationIsResumableFullSend__DisableIncrementalStepHolds_False ¶
func ReplicationIsResumableFullSend__DisableIncrementalStepHolds_False(ctx *platformtest.Context)
func ReplicationIsResumableFullSend__DisableIncrementalStepHolds_True ¶
func ReplicationIsResumableFullSend__DisableIncrementalStepHolds_True(ctx *platformtest.Context)
func ResumableRecvAndTokenHandling ¶ added in v0.3.0
func ResumableRecvAndTokenHandling(ctx *platformtest.Context)
func ResumeTokenParsing ¶ added in v0.3.0
func ResumeTokenParsing(ctx *platformtest.Context)
func SendArgsValidationEncryptedSendOfUnencryptedDatasetForbidden ¶ added in v0.3.0
func SendArgsValidationEncryptedSendOfUnencryptedDatasetForbidden(ctx *platformtest.Context)
func SendArgsValidationResumeTokenDifferentFilesystemForbidden ¶ added in v0.3.0
func SendArgsValidationResumeTokenDifferentFilesystemForbidden(ctx *platformtest.Context)
func SendArgsValidationResumeTokenEncryptionMismatchForbidden ¶ added in v0.3.0
func SendArgsValidationResumeTokenEncryptionMismatchForbidden(ctx *platformtest.Context)
func UndestroyableSnapshotParsing ¶
func UndestroyableSnapshotParsing(t *platformtest.Context)
Types ¶
type Case ¶
type Case func(*platformtest.Context)
Source Files
¶
- batchDestroy.go
- generated_cases.go
- getNonexistent.go
- helpers.go
- holds.go
- idempotentBookmark.go
- idempotentDestroy.go
- idempotentHold.go
- listFilesystemVersions.go
- listFilesystems.go
- recvForceIntoEncryptedErr.go
- recvRollback.go
- replication.go
- replicationCursor.go
- resumableRecvAndTokenHandling.go
- resumeTokenParsing.go
- sendArgsValidation.go
- tests.go
- undestroyableSnapshotParsing.go
Click to show internal directories.
Click to hide internal directories.