restic/internal
Michael Eischer 4a33370072 backend: Fix unreliable TestListCancel/Timeout test
The test uses `WithTimeout` to create a context that cancels the List
operation after a given delay. Several backends internally use a derived
child context created using WithCancel.

The cancellation of a context first closes the done channel of the
context (here: the `WithTimeout` context) and _afterwards_ propagates
the cancellation to child contexts (here: the `WithCancel` context).
Therefor if the List implementation uses a child context, then it may
take a moment until that context is also cancelled. Thus give the
context cancellation a moment to propagate.
2023-07-23 11:47:56 +02:00
..
archiver add program version to snapshot 2023-07-07 23:27:10 +02:00
backend backend: Fix unreliable TestListCancel/Timeout test 2023-07-23 11:47:56 +02:00
bloblru
cache
checker
crypto
debug
dump
errors
filter
fs
fuse restic: Cleanup and simplify TestCreateSnapshot 2023-07-22 19:55:57 +02:00
hashing
index restic: Cleanup and simplify TestCreateSnapshot 2023-07-22 19:55:57 +02:00
migrations restic: generic implemention of AsBackend 2023-07-22 19:55:44 +02:00
options
pack
repository
restic restic: check that Node.LinkTarget can handle non-utf8 characters 2023-07-23 00:05:14 +02:00
restorer
selfupdate
test
textfile
ui cmd, ui: Move size parsing code and make it more robust 2023-07-02 21:44:50 +02:00
walker