1
0
mirror of https://github.com/google/nomulus synced 2026-02-08 22:10:28 +00:00

Use psql 11 docker image in all tests (#372)

* Use psql 11 docker image in all tests
This commit is contained in:
Weimin Yu
2019-11-18 14:08:58 -05:00
committed by GitHub
parent 365c5da942
commit 05c45da07a
3 changed files with 24 additions and 34 deletions

View File

@@ -18,8 +18,7 @@ public class NomulusPostgreSql {
/** The current PostgreSql version in Cloud SQL. */
// TODO(weiminyu): setup periodic checks to detect version changes in Cloud SQL.
// TODO(weiminyu): Upgrade to 11.5, which apparently breaks JpaTransactionManagerRule.
private static final String TARGET_VERSION = "9.6.12";
private static final String TARGET_VERSION = "11.5";
/** Returns the docker image tag of the targeted Postgresql server version. */
public static String getDockerTag() {