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

View file

@ -77,6 +77,7 @@ tonic-build = "0.10.2"
[dev-dependencies]
test-case = "2.2.2"
tempfile = "3.3.0"
tokio-retry = "0.3.0"
[features]
default = ["fuse", "tonic-reflection"]