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

Fix sanitizer output log directory #6308

Merged

Conversation

fabriziomello
Copy link
Contributor

@fabriziomello fabriziomello commented Nov 11, 2023

In the sanitizer workflow we're trying to upload sanitizer output logs from ${{ github.workspace }}/sanitizer but in the ASAN_OPTIONS, LSAN_OPTIONS and UBSAN_OPTIONS we were setting output logs to another place.

Example of workflow that files were not found in the provided path: https://github.com/timescale/timescaledb/actions/runs/6830847083

Disable-check: force-changelog-file

@fabriziomello fabriziomello added bug ci disable-auto-backport Do not automatically backport this PR or fix of this issue labels Nov 11, 2023
@fabriziomello fabriziomello self-assigned this Nov 11, 2023
@github-actions github-actions bot requested review from konskov and mkindahl November 11, 2023 12:37
Copy link

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

Powered by pull-review

Copy link

codecov bot commented Nov 11, 2023

Codecov Report

Merging #6308 (a90a0f4) into main (483ddcd) will decrease coverage by 0.03%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##             main    #6308      +/-   ##
==========================================
- Coverage   65.47%   65.44%   -0.03%     
==========================================
  Files         247      247              
  Lines       57758    57712      -46     
  Branches    12855    12836      -19     
==========================================
- Hits        37815    37771      -44     
+ Misses      18094    18087       -7     
- Partials     1849     1854       +5     

see 17 files with indirect coverage changes

📣 Codecov offers a browser extension for seamless coverage viewing on GitHub. Try it in Chrome or Firefox today!

@fabriziomello fabriziomello force-pushed the fix_sanitizer_output_log_directory branch from b7cec37 to b6d626b Compare November 12, 2023 00:13
@fabriziomello fabriziomello force-pushed the fix_sanitizer_output_log_directory branch from b6d626b to 4dec65f Compare November 13, 2023 13:59
In the sanitizer workflow we're trying to upload sanitizer output
logs from `${{ github.workspace }}/sanitizer` but in the ASAN_OPTIONS,
LSAN_OPTIONS and UBSAN_OPTIONS we were setting output logs to another
place.

Example of workflow that files were not found in the provided path:
https://github.com/timescale/timescaledb/actions/runs/6830847083
@fabriziomello fabriziomello force-pushed the fix_sanitizer_output_log_directory branch from 4dec65f to a90a0f4 Compare November 13, 2023 17:53
@fabriziomello fabriziomello merged commit b917eed into timescale:main Nov 14, 2023
42 of 45 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug ci disable-auto-backport Do not automatically backport this PR or fix of this issue
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants