-
Notifications
You must be signed in to change notification settings - Fork 893
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
Remove multinode tests from regresscheck-shared #6156
Conversation
The multinode tests in regresscheck-shared were already disabled by default and removing them allows us to skip setting up the multinode environment in regresscheck-shared. This database is also used for sqlsmith which will make sqlsmith runs more targetted. Additionally this will be a step towards running regresscheck-shared unmodified against our cloud.
@jnidzwetzki, @mkindahl: please review this pull request.
|
Codecov Report
@@ Coverage Diff @@
## main #6156 +/- ##
==========================================
+ Coverage 74.06% 81.41% +7.35%
==========================================
Files 246 246
Lines 50023 56928 +6905
Branches 12563 12605 +42
==========================================
+ Hits 37050 46349 +9299
- Misses 7111 8190 +1079
+ Partials 5862 2389 -3473 see 227 files with indirect coverage changes 📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more |
@svenklemm This may be beyond the scope of this PR. But have you considered removing
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
One minor comment, otherwise looks good to me.
Definitely not in scope of this PR. Are they causing problems there? I'm not opposed to skipping them there if they are flaky. |
The multinode tests in regresscheck-shared were already disabled by default and removing them allows us to skip setting up the multinode environment in regresscheck-shared. This database is also used for sqlsmith which will make sqlsmith runs more targetted. Additionally this will be a step towards running regresscheck-shared unmodified against our cloud.
Disable-check: force-changelog-file