Add todos

This commit is contained in:
Bojan Serafimov
2022-06-08 10:36:35 -04:00
parent 0677fb7ae7
commit a39501beee
2 changed files with 2 additions and 1 deletions

View File

@@ -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(())
}
}

View File

@@ -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",