pub async fn run_test_manager_query_server(
    stream: QueryRequestStream,
    resolver: Arc<ResolverProxy>,
    above_root_capabilities_for_test: Arc<AboveRootCapabilitiesForTest>,
    root_diagnostics: &RootDiagnosticNode
) -> Result<(), TestManagerError>
Expand description

Start Query server and serve it over stream.