()
| 2573 | |
| 2574 | #[tokio::test] |
| 2575 | async fn p2_cli_serve_hello_world() -> Result<()> { |
| 2576 | cli_serve_hello_world(P2_CLI_SERVE_HELLO_WORLD_COMPONENT, 1, 1, |cmd| { |
| 2577 | cmd.arg("-Scli"); |
| 2578 | }) |
| 2579 | .await |
| 2580 | } |
| 2581 | |
| 2582 | const CONNECTION_COUNT_MANY: usize = 20; |
| 2583 | const REQUESTS_PER_CONNECTION_MANY: usize = 5; |
nothing calls this directly
no test coverage detected