Skip to content

Commit 1ba07de

Browse files
MCOL-6022 -
1 parent 537de23 commit 1ba07de

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

build/run_mtr.sh

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -40,15 +40,13 @@ fi
4040

4141
message "Running mtr tests..."
4242

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
4443
execInnerDocker "${CONTAINER_NAME}" "chown -R mysql:mysql ${MTR_PATH}"
4544
execInnerDocker "${CONTAINER_NAME}" "mkdir -p /dev/shm/var/run && chown -R mysql:mysql /dev/shm/var/run"
4645

47-
4846
# disable systemd 'ProtectSystem' (we need to write to /usr/share/)
4947
execInnerDocker "${CONTAINER_NAME}" "sed -i /ProtectSystem/d \$(systemctl show --property FragmentPath mariadb | sed s/FragmentPath=//) || true"
5048
execInnerDocker "${CONTAINER_NAME}" "systemctl daemon-reload && systemctl daemon-reexec"
51-
#execInnerDocker "${CONTAINER_NAME}" "systemctl start mariadb"
49+
execInnerDocker "${CONTAINER_NAME}" "systemctl stop mariadb"
5250

5351
# Set RAM consumption limits to avoid RAM contention b/w mtr and regression steps.
5452
#execInnerDocker "${CONTAINER_NAME}" "/usr/bin/mcsSetConfig SystemConfig CGroup just_no_group_use_local"

0 commit comments

Comments
 (0)