zrepl/platformtest/tests
Christian Schwarz 5b564a3e28 [#288] option to disable step holds for incremental sends
This is a stop-gap solution until we re-write the pruner to support
rules for removing step holds.

Note that disabling step holds for incremental sends does not affect
zrepl's guarantee that incremental replication is always possible:

Suppose you yank the external drive during an incremental @from -> @to step:

* restarting that step or future incrementals @from -> @to_later` will be possible
  because the replication cursor bookmark points to @from until the step is complete
* resuming @from -> @to will work as long as the pruner on your internal pool doesn't come around to destroy @to.
    * in that case, the replication algorithm should determine that the resumable state
      on the receiving side isuseless because @to no longer exists on the sending side,
      and consequently clear it, and restart an incremental step @from -> @to_later

refs #288
2020-06-01 21:28:38 +02:00
..
gen [#321] platformtest: generate test case list + coverage tooling 2020-05-24 18:39:02 +02:00
batchDestroy.go [#307] add package trace, integrate it with logging, and adopt it throughout zrepl 2020-05-19 11:30:02 +02:00
generated_cases.go [#288] option to disable step holds for incremental sends 2020-06-01 21:28:38 +02:00
getNonexistent.go zfs: use exec.CommandContext everywhere 2020-03-27 13:08:43 +01:00
helpers.go [#277] rpc + zfs: drop zfs.StreamCopier, use io.ReadCloser instead 2020-05-18 19:46:24 +02:00
holds.go [#321] platformtest: add test for zfs.ZFSHolds 2020-05-24 18:39:02 +02:00
idempotentBookmark.go [#316] endpoint / replication protocol: more robust step-holds and replication cursor management 2020-05-19 11:30:02 +02:00
idempotentDestroy.go [#316] endpoint / replication protocol: more robust step-holds and replication cursor management 2020-05-19 11:30:02 +02:00
idempotentHold.go endpoint: refactor, fix stale holds on initial replication failure, zfs-abstractions subcmd, more efficient ZFS queries 2020-04-18 12:26:03 +02:00
listFilesystems.go endpoint: refactor, fix stale holds on initial replication failure, zfs-abstractions subcmd, more efficient ZFS queries 2020-04-18 12:26:03 +02:00
listFilesystemVersions.go [#321] platformtest: fix test ListFilesystemVersionsZeroExistIsNotAnError 2020-05-24 18:39:02 +02:00
recvForceIntoEncryptedErr.go [#321] endpoint: ListAbstractions: acutally emit one Abstraction per matching hold 2020-05-24 18:39:02 +02:00
recvRollback.go [#321] platformtest: add test for zfs.ZFSHolds 2020-05-24 18:39:02 +02:00
replication.go [#288] option to disable step holds for incremental sends 2020-06-01 21:28:38 +02:00
replicationCursor.go [#316] endpoint: delete unreachable code 2020-05-24 18:09:33 +02:00
resumableRecvAndTokenHandling.go endpoint: refactor, fix stale holds on initial replication failure, zfs-abstractions subcmd, more efficient ZFS queries 2020-04-18 12:26:03 +02:00
resumeTokenParsing.go zfs: use exec.CommandContext everywhere 2020-03-27 13:08:43 +01:00
resumeTokensGenerate.bash new features: {resumable,encrypted,hold-protected} send-recv, last-received-hold 2020-02-14 22:00:13 +01:00
sendArgsValidation.go [#277] rpc + zfs: drop zfs.StreamCopier, use io.ReadCloser instead 2020-05-18 19:46:24 +02:00
tests.go [#321] platformtest: generate test case list + coverage tooling 2020-05-24 18:39:02 +02:00
undestroyableSnapshotParsing.go zfs: use exec.CommandContext everywhere 2020-03-27 13:08:43 +01:00