File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
test/pkg/source/mysqltest Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ const tableName = "testTable"
37
37
// mysql and psql are a bit picky when it comes to localhost, use ip instead
38
38
const hostName = "127.0.0.1"
39
39
const logString = "ready for connections"
40
- const mysqlImage = "docker.io/bitnami/mysql:5.7 "
40
+ const mysqlImage = "docker.io/bitnami/mysql:8 "
41
41
42
42
type MySQLDumpAndRestoreTestSuite struct {
43
43
suite.Suite
@@ -461,7 +461,7 @@ var mySQLRequest = testcontainers.ContainerRequest{
461
461
"MYSQL_DATABASE" : mySQLDatabase ,
462
462
"MYSQL_USER" : mySQLUser ,
463
463
"MYSQL_PASSWORD" : mySQLPw ,
464
- "MYSQL_EXTRA:FLAGS" : "--default-authentication-plugin=mysql_native_password" ,
464
+ "MYSQL_EXTRA:FLAGS" : "--default-authentication-plugin=mysql_native_password --skip-ssl " ,
465
465
},
466
466
WaitingFor : wait .ForLog (logString ),
467
467
}
You can’t perform that action at this time.
0 commit comments