mirror of
https://github.com/neondatabase/neon.git
synced 2026-05-29 19:10:38 +00:00
Add todos
This commit is contained in:
@@ -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(())
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user