[MCOL-5564] try to adjust regr tests at standard docker image to work without systemd Created: 2023-08-25  Updated: 2023-10-19  Resolved: 2023-10-19

Status: Closed
Project: MariaDB ColumnStore
Component/s: regression suite
Affects Version/s: None
Fix Version/s: None

Type: Task Priority: Major
Reporter: Kirill Perov Assignee: Kirill Perov
Resolution: Done Votes: 0
Labels: None

Sprint: 2023-8, 2023-10, 2023-11

 Description   

try Todd docker
document steps to do that



 Comments   
Comment by Kirill Perov [ 2023-08-28 ]

Start container:
docker pull mariadb/columnstore:23.02.4
docker run -d -e PM1=mcs1 --hostname=mcs1 --name mcs1 mariadb/columnstore
docker exec -it a077f2614962afd71bdaaf14e6d609a972477547ad252cbd93caf53585de7bb9 bash

Running regr:
mkdir regressiontest
git clone --recurse-submodules --branch develop --depth 1 https://github.com/mariadb-corporation/mariadb-columnstore-regression-test regressiontest
cp -R /data/qa/testData regressiontest
cd regressiontest/mysql/queries/nightly/alltest
sudo ./go.sh --tests=test000.sh,test005.sh

both tests fail with errors:
System has not been booted with systemd as init system (PID 1). Can't operate.
Failed to connect to bus: Host is down

Comment by Kirill Perov [ 2023-08-28 ]

Try to use Todd scripts (mcs start stop) in regr test suite.

pre-build regr
run regr

Comment by Kirill Perov [ 2023-10-02 ]

mtr tests works fine at drone's dockers in docker without systemd

Comment by Kirill Perov [ 2023-10-08 ]

Todd's scripts to stop/start/restart MCS are working in regr tests but some more problems found
15 queries are failed at test000

Generated at Thu Feb 08 02:58:48 UTC 2024 using Jira 8.20.16#820016-sha1:9d11dbea5f4be3d4cc21f03a88dd11d8c8687422.