File tree Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Expand file tree Collapse file tree 1 file changed +1
-3
lines changed Original file line number Diff line number Diff line change 40
40
41
41
message " Running mtr tests..."
42
42
43
- execInnerDocker " ${CONTAINER_NAME} " " yum remove -y MariaDB-columnstore-engine || apt remove -y mariadb-plugin-columnstore" # TODO: temporary solution, just don't install it for mtrs
44
43
execInnerDocker " ${CONTAINER_NAME} " " chown -R mysql:mysql ${MTR_PATH} "
45
44
execInnerDocker " ${CONTAINER_NAME} " " mkdir -p /dev/shm/var/run && chown -R mysql:mysql /dev/shm/var/run"
46
45
47
-
48
46
# disable systemd 'ProtectSystem' (we need to write to /usr/share/)
49
47
execInnerDocker " ${CONTAINER_NAME} " " sed -i /ProtectSystem/d \$ (systemctl show --property FragmentPath mariadb | sed s/FragmentPath=//) || true"
50
48
execInnerDocker " ${CONTAINER_NAME} " " systemctl daemon-reload && systemctl daemon-reexec"
51
- # execInnerDocker "${CONTAINER_NAME}" "systemctl start mariadb"
49
+ execInnerDocker " ${CONTAINER_NAME} " " systemctl stop mariadb"
52
50
53
51
# Set RAM consumption limits to avoid RAM contention b/w mtr and regression steps.
54
52
# execInnerDocker "${CONTAINER_NAME}" "/usr/bin/mcsSetConfig SystemConfig CGroup just_no_group_use_local"
You can’t perform that action at this time.
0 commit comments