unsupported operation: can't call foreign function `TLS_client_method` on OS `linux`
()
| 451 | #[mz_ore::test(tokio::test)] |
| 452 | #[cfg_attr(miri, ignore)] // unsupported operation: can't call foreign function `TLS_client_method` on OS `linux` |
| 453 | async 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 | |
| 459 | async fn test_debug_delete_fencing(state_builder: TestCatalogStateBuilder) { |
| 460 | let mut state = state_builder |
nothing calls this directly
no test coverage detected