MCPcopy Create free account
hub / github.com/MaterializeInc/materialize / try_start

Method try_start

src/environmentd/src/test_util.rs:265–268  ·  view source on GitHub ↗

Starts a test [`TestServer`], returning an error if the server could not be started.

(self)

Source from the content-addressed store, hash-verified

263
264 /// Starts a test [`TestServer`], returning an error if the server could not be started.
265 pub async fn try_start(self) -> Result<TestServer, anyhow::Error> {
266 self.try_start_with_trigger(mz_server_core::cert_reload_never_reload())
267 .await
268 }
269
270 /// Like [`TestHarness::try_start`] but can specify a cert reload trigger.
271 pub async fn try_start_with_trigger(

Callers 1

startMethod · 0.80

Calls 2

cert_reload_never_reloadFunction · 0.85

Tested by

no test coverage detected