Munmud opened a new issue, #810: URL: https://github.com/apache/age/issues/810
When users trying to unittest, They get confused where to put the connection as there are two place to put the information as shown bellow ```python DSN = "host=127.0.0.1 port=5432 dbname=postgres user=postgres password=agens" TEST_HOST = "127.0.0.1" TEST_PORT = 5432 TEST_DB = "postgres" TEST_USER = "postgres" TEST_PASSWORD = "agens" TEST_GRAPH_NAME = "test_graph" ``` DSN is never used in the code. So deleting it might be a good choice for not to confuse users -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
