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

Make multinode tests conditional #6026

Merged
merged 1 commit into from
Aug 30, 2023

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Aug 30, 2023

Since multinode tests take a long time to run we dont want to run them in CI on individual PRs but only on nightly runs.

Disable-check: force-changelog-file

@codecov
Copy link

codecov bot commented Aug 30, 2023

Codecov Report

Merging #6026 (e80b3c2) into main (623381c) will decrease coverage by 5.95%.
Report is 1 commits behind head on main.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6026      +/-   ##
==========================================
- Coverage   87.13%   81.18%   -5.95%     
==========================================
  Files         243      243              
  Lines       55970    55923      -47     
  Branches    12397    12378      -19     
==========================================
- Hits        48767    45402    -3365     
- Misses       4862     8169    +3307     
- Partials     2341     2352      +11     

see 98 files with indirect coverage changes

📣 We’re building smart automated test selection to slash your CI/CD build times. Learn more

@svenklemm svenklemm force-pushed the multinode_conditional branch 2 times, most recently from eb5490c to 7a2d4db Compare August 30, 2023 08:44
Since multinode tests take a long time to run we dont want to run
them in CI on individual PRs but only on nightly runs.
@svenklemm svenklemm force-pushed the multinode_conditional branch from 7a2d4db to e80b3c2 Compare August 30, 2023 08:58
@svenklemm svenklemm marked this pull request as ready for review August 30, 2023 09:40
@github-actions github-actions bot requested review from jnidzwetzki and mahipv August 30, 2023 09:41
@github-actions
Copy link

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

Powered by pull-review

@svenklemm svenklemm requested review from antekresic and akuzm August 30, 2023 10:31
deadlock_drop_chunks_compress.spec)

if(ENABLE_MULTINODE_TESTS)
Copy link
Contributor

@pmwkaa pmwkaa Aug 30, 2023

Choose a reason for hiding this comment

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

Should it also check for DEBUG builds only here and below?

if (ENABLE_MULTINODE_TESTS AND CMAKE_BUILD_TYPE MATCHES Debug) ...

Or maybe invalidate ENABLE_MULTINODE_TESTS globally if not in DEBUG build

Copy link
Member Author

Choose a reason for hiding this comment

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

This test didnt require DEBUG previously and the tests below are nested in a DEBUG check

Copy link
Member Author

Choose a reason for hiding this comment

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

Not all multinode tests require DEBUG and I kept these requirements intact.

@svenklemm svenklemm merged commit e343778 into timescale:main Aug 30, 2023
40 checks passed
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