parent
de7ad9dfbc
commit
df96958fb8
|
@ -28,7 +28,7 @@ func TestMysqlGeneratesMetrics(t *testing.T) {
|
||||||
prefix string
|
prefix string
|
||||||
count int
|
count int
|
||||||
}{
|
}{
|
||||||
{"commands", 141},
|
{"commands", 147},
|
||||||
{"handler", 18},
|
{"handler", 18},
|
||||||
{"bytes", 2},
|
{"bytes", 2},
|
||||||
{"innodb", 51},
|
{"innodb", 51},
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
mysql:
|
mysql:
|
||||||
image: mysql
|
image: mysql:5.7
|
||||||
ports:
|
ports:
|
||||||
- "3306:3306"
|
- "3306:3306"
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in New Issue