()
| 42 | const TENANT: TenantId = TenantId::new(1); |
| 43 | |
| 44 | fn aid() -> ArrayId { |
| 45 | ArrayId::new(TENANT, "flag_test") |
| 46 | } |
| 47 | |
| 48 | fn open_engine(dir: &TempDir) -> ArrayEngine { |
| 49 | let mut e = ArrayEngine::new(ArrayEngineConfig::new(dir.path().to_path_buf())).unwrap(); |
no outgoing calls
no test coverage detected