jrgemignani opened a new pull request, #2464: URL: https://github.com/apache/age/pull/2464
The PG19 branch's driver test suites referenced apache/age:dev_snapshot_master -- the master (PG18) snapshot -- instead of the branch's own PG19 image. Each branch self-references its dev_snapshot_PG<N> image on Docker Hub (dev_snapshot_PG19 is published), matching master's use of dev_snapshot_master. Update the three references so the go/nodejs/python (docker compose) and JDBC (testcontainers) driver suites test against PG19: - drivers/docker-compose.yml - drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java - drivers/nodejs/test/index.test.ts (design-note comment) Co-authored-by: Copilot <[email protected]> modified: drivers/docker-compose.yml modified: drivers/jdbc/lib/src/test/java/org/apache/age/jdbc/BaseDockerizedTest.java modified: drivers/nodejs/test/index.test.ts -- 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]
