run_client_streaming_happy_path

Function run_client_streaming_happy_path 

Source
pub async fn run_client_streaming_happy_path<F: TransportFactory>()
Expand description

Test client-streaming: client sends N items + EOS, server sends single response.

Verifies:

  • Multiple DATA frames from client
  • Server waits for EOS before responding
  • Proper state transitions