Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[DNM] Make CI green again! #3336

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

mariadb-AlanMologorsky
Copy link
Contributor

  • [fix] dependencies
  • [fix] multi node mtr by temporarily skip fdb_api and mcol-5505 parquet tests
  • [fix] upgrade tests making it run one after another

@mariadb-AlanMologorsky mariadb-AlanMologorsky force-pushed the fix/stabilize-ci branch 5 times, most recently from 9af3f3f to 2156e98 Compare October 11, 2024 07:17
- [fix] dependencies
- [fix] multi node mtr by temporarily skip fdb_api and mcol-5505 parquet tests
- [fix] upgrade tests making it run one after another
@@ -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;"',
// delay for manual debugging on live instance
'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=*mcol-5505-cpimport-parquet* --skip-test=fdb_api --extern socket=' + socket_path + ' --force --print-core=detailed --print-method=gdb --max-test-fail=0 --suite=columnstore/basic,columnstore/bugfixes"',
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@mariadb-AlanMologorsky We discussed you will disable those two only for rocky-8 b/c it fails running the tests with 3 nodes cluster.

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This skip arguments should are applied to multi_node_mtr step, that is exactly rocky-8 multinode

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants