File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 postgres :
5- image : postgres:9.5
5+ image : postgres:12-alpine
66 volumes :
77 - /var/lib/postgresql/data
88 environment :
Original file line number Diff line number Diff line change @@ -2,7 +2,7 @@ version: "3"
22
33services :
44 mysql :
5- image : mysql:5.7
5+ image : mariadb:bionic
66 environment :
77 - MYSQL_ROOT_PASSWORD=mysql
88 - MYSQL_USER=mysql
Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ load "lib/output"
1717}
1818
1919@test " [$TEST_FILE ] check for postgres database startup" {
20- docker_wait_for_log docker_postgres_1 120 " LOG: autovacuum launcher started "
20+ docker_wait_for_log docker_postgres_1 120 " LOG: database system is ready to accept connections "
2121}
2222
2323@test " [$TEST_FILE ] check for empty sessions table" {
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ load "lib/output"
1313}
1414
1515@test " [$TEST_FILE ] check for database startup" {
16- docker_wait_for_log test_mysql_1 120 " [Note] mysqld: ready for connections."
16+ docker_wait_for_log test_mysql_1 120 " mysqld: ready for connections."
1717}
1818
1919@test " [$TEST_FILE ] check for empty sessions table" {
You can’t perform that action at this time.
0 commit comments