1
0
mirror of https://github.com/mariadb-corporation/mariadb-columnstore-engine.git synced 2025-04-18 21:44:02 +03:00

fix(CI,mtr): temporary disable fdb_api and parquet-related tests for multinode mtr

This commit is contained in:
Alan Mologorsky 2024-11-29 20:19:46 +03:00 committed by GitHub
parent 9d59591066
commit 63abfd92fd
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -724,7 +724,7 @@ local Pipeline(branch, platform, event, arch='amd64', server='10.6-enterprise')
'docker exec -t mcs1 mariadb -e "create database if not exists test;"', 'docker exec -t mcs1 mariadb -e "create database if not exists test;"',
// delay for manual debugging on live instance // delay for manual debugging on live instance
'sleep $${COMPOSE_DELAY_SECONDS:-1s}', 'sleep $${COMPOSE_DELAY_SECONDS:-1s}',
'docker exec -t mcs1 bash -c "cd ' + mtr_path + ' && ./mtr --extern socket=' + socket_path + ' --force --print-core=detailed --print-method=gdb --max-test-fail=0 --suite=columnstore/basic,columnstore/bugfixes"', 'docker exec -t mcs1 bash -c "cd ' + mtr_path + ' && ./mtr --skip-test=' + "'.*parquet.*|.*fdb_api.*'" + ' --extern socket=' + socket_path + ' --force --print-core=detailed --print-method=gdb --max-test-fail=0 --suite=columnstore/basic,columnstore/bugfixes"',
], ],
}, },