more debugging

This commit is contained in:
Alek Westover
2023-06-20 22:39:02 -04:00
parent 0f6b05337e
commit 356f7d3a7e
4 changed files with 28 additions and 17 deletions

View File

@@ -82,10 +82,11 @@ def test_file_download(neon_env_builder: NeonEnvBuilder):
# step 5 attempt 2
# TODO: I'm not even remotely confident this is the correct port
# response = requests.post("http://localhost:8080/extension_server/postgis-3.so")
log.info("*\n" * 100)
log.info("IMPORTANT")
# log.info(response.content)
# response = requests.post("http://localhost:15000/extension_server/postgis-3.so")
# log.info("*\n" * 100)
# log.info("IMPORTANT")
# log.info(str(env.neon_cli.__dict__["env"].__dict__))
# log.info(response.content.decode("utf-8"))
with closing(endpoint.connect()) as conn:
with conn.cursor() as cur: