Skip to content

Commit ef9337a

Browse files
committed
use mysql5.7 again
1 parent c0cc712 commit ef9337a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/pkg/source/mysqltest/mysql_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const tableName = "testTable"
3737
// mysql and psql are a bit picky when it comes to localhost, use ip instead
3838
const hostName = "127.0.0.1"
3939
const logString = "ready for connections"
40-
const mysqlImage = "docker.io/bitnami/mysql:8"
40+
const mysqlImage = "docker.io/bitnami/mysql:5.7"
4141

4242
type MySQLDumpAndRestoreTestSuite struct {
4343
suite.Suite

0 commit comments

Comments
 (0)