(dir: &Path)
| 337 | use crate::record::RecordType; |
| 338 | |
| 339 | fn test_config(dir: &Path) -> SegmentedWalConfig { |
| 340 | SegmentedWalConfig::for_testing(dir.to_path_buf()) |
| 341 | } |
| 342 | |
| 343 | #[test] |
| 344 | fn create_and_append() { |
no outgoing calls
no test coverage detected