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

Method start

src/environmentd/src/test_util.rs:253–255  ·  view source on GitHub ↗

Starts a test [`TestServer`], panicking if the server could not be started. For cases when startup might fail, see [`TestHarness::try_start`].

(self)

Source from the content-addressed store, hash-verified

251 ///
252 /// For cases when startup might fail, see [`TestHarness::try_start`].
253 pub async fn start(self) -> TestServer {
254 self.try_start().await.expect("Failed to start test Server")
255 }
256
257 /// Like [`TestHarness::start`] but can specify a cert reload trigger.
258 pub async fn start_with_trigger(self, tls_reload_certs: ReloadTrigger) -> TestServer {

Callers 15

try_parse_mirFunction · 0.45
try_parse_defFunction · 0.45
parse_constantFunction · 0.45
parse_let_or_letrec_oldFunction · 0.45
parse_let_or_letrecFunction · 0.45
parse_cteFunction · 0.45
parse_projectFunction · 0.45
parse_mapFunction · 0.45
parse_flat_mapFunction · 0.45
parse_filterFunction · 0.45
parse_cross_joinFunction · 0.45
parse_joinFunction · 0.45

Calls 2

expectMethod · 0.80
try_startMethod · 0.80

Tested by

no test coverage detected