2
2
mirror of https://github.com/octoleo/restic.git synced 2025-01-28 09:38:39 +00:00
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
..
2023-06-17 15:15:58 +02:00
2023-06-17 15:15:58 +02:00
2022-12-03 11:28:10 +01:00
2023-07-14 22:39:38 +02:00
2023-06-17 15:25:08 +02:00
2017-07-23 14:19:13 +02:00
2017-07-23 14:19:13 +02:00
2022-10-21 21:36:05 +02:00
2018-04-01 10:16:31 +02:00
2018-04-01 10:16:31 +02:00