We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0cc712 commit ef9337aCopy full SHA for ef9337a
test/pkg/source/mysqltest/mysql_test.go
@@ -37,7 +37,7 @@ const tableName = "testTable"
37
// mysql and psql are a bit picky when it comes to localhost, use ip instead
38
const hostName = "127.0.0.1"
39
const logString = "ready for connections"
40
-const mysqlImage = "docker.io/bitnami/mysql:8"
+const mysqlImage = "docker.io/bitnami/mysql:5.7"
41
42
type MySQLDumpAndRestoreTestSuite struct {
43
suite.Suite
0 commit comments