mirror of
https://github.com/neondatabase/neon.git
synced 2026-06-01 20:40:37 +00:00
more debugging
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user