MCPcopy Create free account
hub / github.com/It4innovations/hyperqueue / test_start_stop

Function test_start_stop

crates/hyperqueue/src/server/bootstrap.rs:474–482  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

472
473 #[tokio::test]
474 async fn test_start_stop() {
475 run_hq_test(|mut server| async move {
476 server.do_not_notify();
477 let mut session = server.client().await;
478 client_stop_server(session.connection()).await?;
479 Ok(server)
480 })
481 .await;
482 }
483
484 // Just a no-op test to check that the notify logic works.
485 #[tokio::test]

Callers

nothing calls this directly

Calls 5

run_hq_testFunction · 0.85
client_stop_serverFunction · 0.85
do_not_notifyMethod · 0.80
connectionMethod · 0.80
clientMethod · 0.45

Tested by

no test coverage detected