()
| 284 | |
| 285 | #[test] |
| 286 | fn graph_split_empty() { |
| 287 | let plan = plan_graph_split(10, 20, 3, &[], &[]); |
| 288 | assert!(plan.documents_to_move.is_empty()); |
| 289 | } |
| 290 | |
| 291 | #[test] |
| 292 | fn speculative_prefetch_limits() { |
nothing calls this directly
no test coverage detected