test(tvix/store): use tokio-retry for exp backoff

Rather than using this loop, use exponential backoff while waiting for
the socket path to be created.

Change-Id: I3056b1525784cd712b1d81f84876c9ca0be10dc6
Reviewed-on: https://cl.tvl.fyi/c/depot/+/9569
Autosubmit: flokli <flokli@flokli.de>
Reviewed-by: Connor Brewster <cbrewster@hey.com>
Tested-by: BuildkiteCI
This commit is contained in:
Florian Klink 2023-10-08 13:40:20 +02:00 committed by clbot
parent b6bf3a87f1
commit a464088d2e
4 changed files with 21 additions and 17 deletions

1
tvix/Cargo.lock generated
View file

@ -2818,6 +2818,7 @@ dependencies = [
"thiserror",
"tokio",
"tokio-listener",
"tokio-retry",
"tokio-stream",
"tokio-util",
"tonic",