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

Function test_bootstrap_args

src/catalog/src/durable.rs:585–592  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

583}
584
585pub fn test_bootstrap_args() -> BootstrapArgs {
586 BootstrapArgs {
587 default_cluster_replica_size: "scale=1,workers=1".into(),
588 default_cluster_replication_factor: 1,
589 bootstrap_role: None,
590 cluster_replica_size_map: ClusterReplicaSizeMap::for_tests(),
591 }
592}

Callers 15

bench_transactFunction · 0.85
with_debugMethod · 0.85
test_catalog_revisionFunction · 0.85
test_large_catalog_itemFunction · 0.85
test_savepointFunction · 0.85
test_version_stepFunction · 0.85
test_debugFunction · 0.85
test_debug_edit_fencingFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected