Update Postgres docker tag in tests (#1624)

* Update Postgres docker tag in tests
This commit is contained in:
Weimin Yu 2022-05-05 14:59:19 -04:00 committed by GitHub
parent 61c50d811a
commit 4a8c03f3e9
4 changed files with 7 additions and 7 deletions

View file

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

View file

@ -261,7 +261,7 @@ td.section {
</tr>
<tr>
<td class="property_name">generated on</td>
<td class="property_value">2022-04-01 16:53:26.766163</td>
<td class="property_value">2022-05-05 16:42:10.390681</td>
</tr>
<tr>
<td class="property_name">last flyway file</td>
@ -284,7 +284,7 @@ td.section {
generated on
</text>
<text text-anchor="start" x="4055.5" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
2022-04-01 16:53:26.766163
2022-05-05 16:42:10.390681
</text>
<polygon fill="none" stroke="#888888" points="3968,-4 3968,-44 4233,-44 4233,-4 3968,-4" /> <!-- allocationtoken_a08ccbef -->
<g id="node1" class="node">

View file

@ -261,7 +261,7 @@ td.section {
</tr>
<tr>
<td class="property_name">generated on</td>
<td class="property_value">2022-04-01 16:53:24.425044</td>
<td class="property_value">2022-05-05 16:42:08.300052</td>
</tr>
<tr>
<td class="property_name">last flyway file</td>
@ -284,7 +284,7 @@ td.section {
generated on
</text>
<text text-anchor="start" x="4755.52" y="-10.8" font-family="Helvetica,sans-Serif" font-size="14.00">
2022-04-01 16:53:24.425044
2022-05-05 16:42:08.300052
</text>
<polygon fill="none" stroke="#888888" points="4668.02,-4 4668.02,-44 4933.02,-44 4933.02,-4 4668.02,-4" /> <!-- allocationtoken_a08ccbef -->
<g id="node1" class="node">

View file

@ -2,8 +2,8 @@
-- PostgreSQL database dump
--
-- Dumped from database version 11.5 (Debian 11.5-3.pgdg90+1)
-- Dumped by pg_dump version 11.5 (Debian 11.5-3.pgdg90+1)
-- Dumped from database version 11.14 (Debian 11.14-1.pgdg90+1)
-- Dumped by pg_dump version 11.14 (Debian 11.14-1.pgdg90+1)
SET statement_timeout = 0;
SET lock_timeout = 0;