mirror of
https://github.com/katanemo/plano.git
synced 2026-06-17 15:25:17 +02:00
Merge 18dbbd25f7 into 554a3d1f6a
This commit is contained in:
commit
3f2e423e68
6 changed files with 1460 additions and 3 deletions
|
|
@ -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"
|
||||
|
|
|
|||
7
crates/common/proptest-regressions/configuration.txt
Normal file
7
crates/common/proptest-regressions/configuration.txt
Normal 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
|
|
@ -278,6 +278,7 @@ mod tests {
|
|||
stream: None,
|
||||
passthrough_auth: None,
|
||||
headers: None,
|
||||
retry_policy: None,
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue