Skip to content

Commit 32142a6

Browse files
committed
add tcp test
Signed-off-by: ftljk <[email protected]>
1 parent e6a0b93 commit 32142a6

File tree

7 files changed

+1141
-406
lines changed

7 files changed

+1141
-406
lines changed

Cargo.lock

Lines changed: 72 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dragonfly-client-storage/Cargo.toml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,11 +31,13 @@ bytesize.workspace = true
3131
leaky-bucket.workspace = true
3232
vortex-protocol.workspace = true
3333
rustls.workspace = true
34+
tonic.workspace = true
3435
num_cpus = "1.17"
3536
bincode = "1.3.3"
3637
walkdir = "2.5.0"
3738
quinn = "0.11.9"
3839
socket2 = "0.6.0"
40+
mockall = "0.13.1"
3941

4042
[dev-dependencies]
4143
tempfile.workspace = true

0 commit comments

Comments
 (0)