From 1e9707f7ee90ec02dc6a133824fa61558d98624d Mon Sep 17 00:00:00 2001 From: Gleb Novikov Date: Fri, 3 Jan 2025 15:10:25 +0000 Subject: [PATCH] Added todo on full import test with pageserver --- test_runner/regress/test_import_pgdata.py | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/test_runner/regress/test_import_pgdata.py b/test_runner/regress/test_import_pgdata.py index 45a82c98ec..05d12c756b 100644 --- a/test_runner/regress/test_import_pgdata.py +++ b/test_runner/regress/test_import_pgdata.py @@ -344,3 +344,10 @@ def test_fast_import_binary( log.info(f"Result: {res}") assert res[0][0] == 10 new_pgdata_vanilla_pg.stop() + +# TODO: Maybe test with pageserver? +# 1. run whole neon env +# 2. create timeline with some s3 path??? +# 3. run fast_import with s3 prefix +# 4. ??? mock http where pageserver will report progress +# 5. run compute on this timeline and check if data is there