mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-04 22:10:39 +00:00
DNM unit test for index part download
This commit is contained in:
@@ -1849,4 +1849,23 @@ mod tests {
|
||||
}
|
||||
);
|
||||
}
|
||||
|
||||
// #[tokio::test]
|
||||
// async fn index_part_download() {
|
||||
// let TestSetup {
|
||||
// harness,
|
||||
// tenant: _tenant,
|
||||
// timeline: _timeline,
|
||||
// client,
|
||||
// ..
|
||||
// } = TestSetup::new("index_part_download").await.unwrap();
|
||||
|
||||
// let example_index_part = IndexPart {
|
||||
// version: 3,
|
||||
// timeline_layers: HashSet::new(),
|
||||
// layer_metadata:
|
||||
|
||||
// }
|
||||
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user