1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-07-29 08:21:15 +03:00

rename mtr disabled list files

This commit is contained in:
mariadb-RomanNavrotskiy
2021-06-02 09:34:31 +02:00
committed by mariadb-RomanNavrotskiy
parent bc7b8484e5
commit 8a68adcac4
3 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ local Pipeline(branch, platform, event, arch='amd64') = {
'docker exec -t mtr$${DRONE_BUILD_NUMBER} mariadb -e "create database if not exists test;"',
// delay mtr for manual debugging on live instance
'sleep $${MTR_DELAY_SECONDS:-1s}',
'docker exec -t mtr$${DRONE_BUILD_NUMBER} bash -c "cd ' + mtr_path + ' && ./mtr --extern socket=' + socket_path + ' --force --max-test-fail=0 --suite=columnstore/basic,columnstore/bugfixes --skip-test-list=suite/columnstore/basic/failed.def"',
'docker exec -t mtr$${DRONE_BUILD_NUMBER} bash -c "cd ' + mtr_path + ' && ./mtr --extern socket=' + socket_path + ' --force --max-test-fail=0 --suite=columnstore/basic,columnstore/bugfixes"',
],
},
mtrlog:: {