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:
parent
b6bf3a87f1
commit
a464088d2e
4 changed files with 21 additions and 17 deletions
|
@ -8634,6 +8634,10 @@ rec {
|
|||
name = "test-case";
|
||||
packageId = "test-case";
|
||||
}
|
||||
{
|
||||
name = "tokio-retry";
|
||||
packageId = "tokio-retry";
|
||||
}
|
||||
];
|
||||
features = {
|
||||
"default" = [ "fuse" "tonic-reflection" ];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue