zrepl/util
Christian Schwarz 3e93b31f75 platformtest: fix bandwidth-limiting-related panics (missing BucketCapacity in sender/receiver config)
panic while running test: invalid config`Ratelimit` field invalid: BucketCapacity must not be zero
main.runTestCase.func1.1
	/home/cs/zrepl/zrepl/platformtest/harness/harness.go:190
runtime.gopanic
	/home/cs/go1.13/src/runtime/panic.go:679
github.com/zrepl/zrepl/endpoint.NewSender
	/home/cs/zrepl/zrepl/endpoint/endpoint.go:68
github.com/zrepl/zrepl/platformtest/tests.replicationInvocation.Do
	/home/cs/zrepl/zrepl/platformtest/tests/replication.go:87
github.com/zrepl/zrepl/platformtest/tests.ReplicationFailingInitialParentProhibitsChildReplication
	/home/cs/zrepl/zrepl/platformtest/tests/replication.go:925
main.runTestCase.func1
	/home/cs/zrepl/zrepl/platformtest/harness/harness.go:193
main.runTestCase
	/home/cs/zrepl/zrepl/platformtest/harness/harness.go:194
main.HarnessRun
	/home/cs/zrepl/zrepl/platformtest/harness/harness.go:107
main.main
	/home/cs/zrepl/zrepl/platformtest/harness/harness.go:42
runtime.main
	/home/cs/go1.13/src/runtime/proc.go:203
runtime.goexit
	/home/cs/go1.13/src/runtime/asm_amd64.s:1357

fixup for f5f269bfd5 (bandwidth limiting)
2021-09-19 20:03:01 +02:00
..
bandwidthlimit platformtest: fix bandwidth-limiting-related panics (missing BucketCapacity in sender/receiver config) 2021-09-19 20:03:01 +02:00
bytecounter [#277] rpc + zfs: drop zfs.StreamCopier, use io.ReadCloser instead 2020-05-18 19:46:24 +02:00
chainedio [#277] endpoint: Receiver.Receive: error message explaining problem with placeholders and encryption 2020-05-18 19:46:24 +02:00
chainlock [#277] replication/driver: enforce ordering during initial replication in order to support encrypted send 2020-05-18 19:46:24 +02:00
choices implement new 'zrepl status' 2021-03-14 18:24:25 +01:00
chunking run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
circlog zfs: send: improve error reporting by capturing stderr 2020-02-14 21:42:03 +01:00
connlogger run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
datasizeunit send/recv: job-level bandwidth limiting 2021-09-12 20:08:43 +02:00
devnoop rpc/dataconn: microbenchmark 2019-03-13 13:57:21 +01:00
envconst envconst: queryable report of resolved variables + integration inot zrepl status --raw 2020-06-14 15:26:05 +02:00
errorarray endpoint: refactor, fix stale holds on initial replication failure, zfs-abstractions subcmd, more efficient ZFS queries 2020-04-18 12:26:03 +02:00
iocommand run golangci-lint and apply suggested fixes 2019-03-27 13:12:26 +01:00
limitio new features: {resumable,encrypted,hold-protected} send-recv, last-received-hold 2020-02-14 22:00:13 +01:00
nodefault zfs.NilBool: document its purpose and move it to its own package 'nodefault' 2021-02-20 17:04:57 +01:00
optionaldeadline bump golangci-lint to 1.35.2 and fix resulting lint errors 2021-01-25 00:16:01 +01:00
semaphore [#388] util/semaphore: fix TestSemaphore test 2021-01-24 22:28:47 +01:00
socketpair socketpair: directly export *net.UnixConn (and add test for that behavior) 2019-03-13 11:36:34 +01:00
tcpsock transport/{TCP,TLS}: optional IP_FREEBIND / IP_BINDANY bind socketops 2020-01-04 17:21:48 +01:00