Skip to content

Commit 337ee95

Browse files
Merge pull request #16996 from bparees/replica
Automatic merge from submit-queue. address refactored mysql replica scripts
2 parents 50389c0 + 6638eed commit 337ee95

File tree

1 file changed

+1
-12
lines changed

1 file changed

+1
-12
lines changed

test/extended/image_ecosystem/mysql_replica.go

+1-12
Original file line numberDiff line numberDiff line change
@@ -25,20 +25,9 @@ type testCase struct {
2525

2626
var (
2727
testCases = []testCase{
28-
{
29-
"5.5",
30-
"https://raw.githubusercontent.com/sclorg/mysql-container/master/5.5/examples/replica/mysql_replica.json",
31-
// NOTE: Set to true in case of flakes.
32-
false,
33-
},
34-
{
35-
"5.6",
36-
"https://raw.githubusercontent.com/sclorg/mysql-container/master/5.6/examples/replica/mysql_replica.json",
37-
false,
38-
},
3928
{
4029
"5.7",
41-
"https://raw.githubusercontent.com/sclorg/mysql-container/master/5.7/examples/replica/mysql_replica.json",
30+
"https://raw.githubusercontent.com/sclorg/mysql-container/master/examples/replica/mysql_replica.json",
4231
false,
4332
},
4433
}

0 commit comments

Comments
 (0)