diff --git a/control_plane/src/storage.rs b/control_plane/src/storage.rs index fc44b82850..745301e2b7 100644 --- a/control_plane/src/storage.rs +++ b/control_plane/src/storage.rs @@ -533,7 +533,7 @@ impl PageServerNode { tenant_id: ZTenantId, timeline_id: ZTimelineId, ) -> anyhow::Result<()> { - // TODO + // TODO send the timeline via the "import {tenant} {timeline}" copy both API Ok(()) } } diff --git a/test_runner/batch_others/test_import.py b/test_runner/batch_others/test_import.py index 5619bd9b5d..976c8d7f64 100644 --- a/test_runner/batch_others/test_import.py +++ b/test_runner/batch_others/test_import.py @@ -31,6 +31,7 @@ def test_import(neon_env_builder, # Create a new repo, load the basebackup into it, and check that data is there with NeonEnvBuilder(destination_repo_dir, port_distributor, default_broker, mock_s3_server) as builder: env = builder.init_start() + # TODO do everything from neon_cli instead env.pageserver.safe_psql(f"import {tenant} {timeline}") env.neon_cli.raw_cli([ "timeline",