This commit is contained in:
Troy 2026-05-31 00:21:30 +08:00 committed by GitHub
commit 3f2e423e68
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 1460 additions and 3 deletions

View file

@ -36,3 +36,4 @@ tokio = { version = "1.44", features = ["sync", "time", "macros", "rt"] }
hyper = { version = "1.0", features = ["full"] }
bytes = "1.0"
http-body-util = "0.1"
proptest = "1.4"

View file

@ -0,0 +1,7 @@
# Seeds for failure cases proptest has generated in the past. It is
# automatically read and these particular cases re-run before any
# novel cases are generated.
#
# It is recommended to check this file in to source control so that
# everyone who runs the test benefits from these saved cases.
cc e6443c9611ecf84b57514e7d12084d62e6558989f663f1106d3cedd746a20bf3 # shrinks to include_on_status_codes = false, include_backoff = true, include_retry_after = false, include_on_timeout = false, include_on_high_latency = false

File diff suppressed because it is too large Load diff

View file

@ -278,6 +278,7 @@ mod tests {
stream: None,
passthrough_auth: None,
headers: None,
retry_policy: None,
}
}