tvl-depot/tvix/castore/src/directoryservice
Florian Klink 30e0c32066 refactor(tvix/castore/tonic): make async, support wait-connect=?
This moves the sync `channel::from_url` to a async
`tonic::channel_from_url`. It now allows connecting non-lazily if `wait-
connect=1` is set in the URL params.

Also, make the pingpong tests for blobsvc and directorysvc use the wait-
connect=1 codepath.

Change-Id: Ibeea33117c8121814627e7f6aba0e943ae2e92ca
Reviewed-on: https://cl.tvl.fyi/c/depot/+/10030
Tested-by: BuildkiteCI
Reviewed-by: Connor Brewster <cbrewster@hey.com>
2023-11-15 06:43:31 +00:00
..
from_addr.rs refactor(tvix/castore/tonic): make async, support wait-connect=? 2023-11-15 06:43:31 +00:00
grpc.rs refactor(tvix/castore/tonic): make async, support wait-connect=? 2023-11-15 06:43:31 +00:00
memory.rs refactor(tvix/castore): remove DirectoryService::from_url 2023-11-15 06:43:31 +00:00
mod.rs refactor(tvix/castore): remove DirectoryService::from_url 2023-11-15 06:43:31 +00:00
sled.rs refactor(tvix/castore): remove DirectoryService::from_url 2023-11-15 06:43:31 +00:00
traverse.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00
utils.rs refactor(tvix): move castore into tvix-castore crate 2023-09-22 12:51:21 +00:00