[router] add ut for pd request, metrics and config (#8184)

This commit is contained in:
Simo Lin
2025-07-20 10:53:42 -07:00
committed by GitHub
parent 465968b2e3
commit 1fc455e8b6
4 changed files with 2005 additions and 74 deletions

View File

@@ -58,7 +58,7 @@ pub enum PDSelectionPolicy {
},
}
// Bootstrap types from PDLB
#[derive(Debug, Deserialize, Serialize)]
#[derive(Debug, Deserialize, Serialize, PartialEq)]
#[serde(untagged)]
pub enum SingleOrBatch<T> {
Single(T),

File diff suppressed because it is too large Load Diff