-
Notifications
You must be signed in to change notification settings - Fork 883
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
Encapsulate runner output cleanup into single script #7511
Merged
fabriziomello
merged 1 commit into
timescale:main
from
fabriziomello:encapsulate_runner_output_cleanup_into_single_script
Dec 3, 2024
Merged
Encapsulate runner output cleanup into single script #7511
fabriziomello
merged 1 commit into
timescale:main
from
fabriziomello:encapsulate_runner_output_cleanup_into_single_script
Dec 3, 2024
+34
−30
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
fabriziomello
added
testing
tech-debt
Needs refactoring and improvement tasks related to the source code and its architecture.
force-auto-backport
Automatically backport this PR or fix of this issue, even if it's not marked as "bug"
labels
Dec 3, 2024
fabriziomello
force-pushed
the
encapsulate_runner_output_cleanup_into_single_script
branch
from
December 3, 2024 00:10
5232f76
to
158f3ac
Compare
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this pull request
Dec 3, 2024
Filter the runner output to replace `Heap Fetches: [0-9]` to a predictable value to avoid flaky output test. It depends on timescale#7511.
fabriziomello
force-pushed
the
encapsulate_runner_output_cleanup_into_single_script
branch
from
December 3, 2024 00:35
158f3ac
to
a6ca45d
Compare
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this pull request
Dec 3, 2024
Filter the runner output to replace `Heap Fetches: [0-9]` to a predictable value to avoid flaky output test. It depends on timescale#7511.
mkindahl
approved these changes
Dec 3, 2024
akuzm
approved these changes
Dec 3, 2024
fabriziomello
force-pushed
the
encapsulate_runner_output_cleanup_into_single_script
branch
from
December 3, 2024 12:49
a6ca45d
to
857270c
Compare
fabriziomello
force-pushed
the
encapsulate_runner_output_cleanup_into_single_script
branch
from
December 3, 2024 14:17
857270c
to
44eebd7
Compare
fabriziomello
force-pushed
the
encapsulate_runner_output_cleanup_into_single_script
branch
from
December 3, 2024 14:26
44eebd7
to
8607998
Compare
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7511 +/- ##
==========================================
+ Coverage 80.06% 82.15% +2.08%
==========================================
Files 190 230 +40
Lines 37181 43191 +6010
Branches 9450 10869 +1419
==========================================
+ Hits 29770 35484 +5714
- Misses 2997 3383 +386
+ Partials 4414 4324 -90 ☔ View full report in Codecov by Sentry. |
Automated backport to 2.17.x not done: cherry-pick failed. Git status
|
timescale-automation
added
the
auto-backport-not-done
Automated backport of this PR has failed non-retriably (e.g. conflicts)
label
Dec 3, 2024
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this pull request
Dec 3, 2024
Filter the runner output to replace `Heap Fetches: [0-9]` to a predictable value to avoid flaky output test. It depends on timescale#7511.
fabriziomello
added a commit
to fabriziomello/timescaledb
that referenced
this pull request
Dec 3, 2024
Filter the runner output to replace `Heap Fetches: [0-9]` to a predictable value to avoid flaky output test. It depends on timescale#7511.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
auto-backport-not-done
Automated backport of this PR has failed non-retriably (e.g. conflicts)
force-auto-backport
Automatically backport this PR or fix of this issue, even if it's not marked as "bug"
tech-debt
Needs refactoring and improvement tasks related to the source code and its architecture.
testing
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Disable-check: force-changelog-file