TT#23840 TT#23724 Add tests to ensure MariaDB 10.1 configs are identical to old one MySQL 5.5

This is a plan for mr5.5* as we have no resources to migrate them now.
Sure later in trunk we should confider to migrate on mariadb configs and split my.cnf probably.

Change-Id: Ib97d2734c26d73996bc0b063f087ed6cfdf89f2e
(cherry picked from commit bdea9a534a)
changes/90/16490/1
Alexander Lutay 8 years ago
parent 29a66a9ace
commit afea35737c

@ -111,3 +111,116 @@ file:
group: root
filetype: file
contains: []
/etc/mysql/:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
contains: []
/etc/mysql/conf.d:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
contains: []
/etc/mysql/debian-start:
exists: true
mode: "0755"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/debian.cnf:
exists: true
mode: "0400"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/grants.yml:
exists: true
mode: "0600"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/inc:
exists: true
mode: "0755"
owner: root
group: root
filetype: directory
contains: []
/etc/mysql/inc/my.client.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/inc/my.myisamchk.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/inc/my.mysql.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/inc/my.safe_mysqld.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/inc/my.mysqldump.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/my.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/sipwise.cnf:
exists: true
mode: "0600"
owner: root
group: root
filetype: file
contains: []
/etc/alternatives/my.cnf:
exists: true
mode: "0777"
owner: root
group: root
linked-to: /etc/mysql/my.cnf
filetype: symlink
contains: []

@ -98,3 +98,19 @@ file:
group: root
linked-to: /mnt/glusterfs/mgmt-share/approx/
filetype: symlink
/etc/mysql/inc/my.mysqld2.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []
/etc/mysql/inc/my.mysqld_multi.cnf:
exists: true
mode: "0444"
owner: root
group: root
filetype: file
contains: []

@ -12,3 +12,18 @@ file:
filetype: directory
exists: false
/etc/mysql/mariadb.conf.d:
exists: false
filetype: directory
/etc/mysql/mariadb.cnf:
exists: false
filetype: file
/etc/mysql/my.cnf.fallback:
exists: false
filetype: file
/etc/mysql/my.cnf.dpkg-dist:
exists: false
filetype: file

Loading…
Cancel
Save