This commit is contained in:
Alek Westover
2023-06-15 10:20:01 -04:00
parent 7465c644b9
commit 214ecacfc4
8 changed files with 60 additions and 27 deletions

View File

@@ -44,6 +44,8 @@ def test_file_download(
env.neon_cli.create_timeline("test_file_download", tenant_id=tenant)
endpoint = env.endpoints.create_start("test_file_download", tenant_id=tenant)
# download the control file from MockS3
with closing(endpoint.connect()) as conn:
with conn.cursor() as cur:
cur.execute("CREATE EXTENSION test_load");