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

Swap lookup order for clang-format #4905

Merged
merged 2 commits into from Nov 1, 2022

Conversation

svenklemm
Copy link
Member

@svenklemm svenklemm commented Nov 1, 2022

Look for the binary with exact version before looking for the generic name to prevent failure when clang-format is lower then required version but clang-format-14 exists.

Disable-check: commit-count

Look for the binary with exact version before looking for the
generic name to prevent failure when clang-format is lower then
required version but clang-format-14 exists.
@svenklemm svenklemm self-assigned this Nov 1, 2022
@codecov
Copy link

codecov bot commented Nov 1, 2022

Codecov Report

Merging #4905 (867995d) into main (d51fefb) will decrease coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main    #4905      +/-   ##
==========================================
- Coverage   89.46%   89.44%   -0.03%     
==========================================
  Files         225      225              
  Lines       50288    50287       -1     
==========================================
- Hits        44992    44977      -15     
- Misses       5296     5310      +14     
Impacted Files Coverage Δ
src/loader/bgw_message_queue.c 86.36% <0.00%> (-2.85%) ⬇️
src/bgw/scheduler.c 83.63% <0.00%> (-1.54%) ⬇️
src/bgw/job_stat.c 91.77% <0.00%> (-0.64%) ⬇️
tsl/src/reorder.c 85.87% <0.00%> (-0.23%) ⬇️
tsl/src/bgw_policy/job.c 88.31% <0.00%> (-0.05%) ⬇️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update d51fefb...867995d. Read the comment docs.

Depending on date boundaries the number of chunks produced for the
cagg hypertable was not constant resulting on flaky tests on certain
days.
@svenklemm svenklemm enabled auto-merge (rebase) November 1, 2022 12:37
@svenklemm svenklemm merged commit 20cdd9c into timescale:main Nov 1, 2022
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.

None yet

3 participants