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

Function test_persist_debug_delete_fencing

src/catalog/tests/debug.rs:453–457  ·  view source on GitHub ↗

unsupported operation: can't call foreign function `TLS_client_method` on OS `linux`

()

Source from the content-addressed store, hash-verified

451#[mz_ore::test(tokio::test)]
452#[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `TLS_client_method` on OS `linux`
453async fn test_persist_debug_delete_fencing() {
454 let persist_client = PersistClient::new_for_tests().await;
455 let state_builder = TestCatalogStateBuilder::new(persist_client);
456 test_debug_delete_fencing(state_builder).await;
457}
458
459async fn test_debug_delete_fencing(state_builder: TestCatalogStateBuilder) {
460 let mut state = state_builder

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected