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

Remove multinode tests from regresscheck-shared #6156

Merged
merged 1 commit into from
Oct 5, 2023

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Oct 5, 2023

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

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.
@github-actions
Copy link

github-actions bot commented Oct 5, 2023

@jnidzwetzki, @mkindahl: please review this pull request.

Powered by pull-review

@codecov
Copy link

codecov bot commented Oct 5, 2023

Codecov Report

Merging #6156 (b34882b) into main (7a5cecf) will increase coverage by 7.35%.
The diff coverage is n/a.

@@            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

@jnidzwetzki
Copy link
Contributor

@svenklemm This may be beyond the scope of this PR. But have you considered removing -DENABLE_MULTINODE_TESTS=ON also from the sanitizer runs?

./bootstrap -DCMAKE_BUILD_TYPE=Debug -DPG_SOURCE_DIR=~/$PG_SRC_DIR -DENABLE_MULTINODE_TESTS=ON \

Copy link
Contributor

@jnidzwetzki jnidzwetzki left a 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.

@svenklemm svenklemm merged commit f8738c8 into timescale:main Oct 5, 2023
39 of 40 checks passed
@svenklemm
Copy link
Member Author

@svenklemm This may be beyond the scope of this PR. But have you considered removing -DENABLE_MULTINODE_TESTS=ON also from the sanitizer runs?

./bootstrap -DCMAKE_BUILD_TYPE=Debug -DPG_SOURCE_DIR=~/$PG_SRC_DIR -DENABLE_MULTINODE_TESTS=ON \

Definitely not in scope of this PR. Are they causing problems there? I'm not opposed to skipping them there if they are flaky.

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