-
Notifications
You must be signed in to change notification settings - Fork 882
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
Ignore failure in upstream test jsonb_jsonpath #7419
Merged
pallavisontakke
merged 1 commit into
timescale:main
from
pallavisontakke:ignore_upstream_test
Nov 6, 2024
Merged
Ignore failure in upstream test jsonb_jsonpath #7419
pallavisontakke
merged 1 commit into
timescale:main
from
pallavisontakke:ignore_upstream_test
Nov 6, 2024
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
Until PG 17.1 is released. Currently shows a diff in regression as: select jsonb_path_query_tz('"12:34:56"', '$.time_tz().string()'); jsonb_path_query_tz --------------------- - "12:34:56-07:00" + "12:34:56-08:00"
@fabriziomello, @akuzm: please review this pull request.
|
pallavisontakke
requested review from
akuzm and
svenklemm
and removed request for
akuzm
November 6, 2024 11:36
akuzm
approved these changes
Nov 6, 2024
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #7419 +/- ##
==========================================
+ Coverage 80.06% 82.57% +2.50%
==========================================
Files 190 229 +39
Lines 37181 42740 +5559
Branches 9450 10739 +1289
==========================================
+ Hits 29770 35293 +5523
- Misses 2997 3160 +163
+ Partials 4414 4287 -127 ☔ View full report in Codecov by Sentry. |
erimatnor
approved these changes
Nov 6, 2024
akuzm
added
the
force-auto-backport
Automatically backport this PR or fix of this issue, even if it's not marked as "bug"
label
Nov 6, 2024
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
Nov 6, 2024
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)
backported-2.17.x
force-auto-backport
Automatically backport this PR or fix of this issue, even if it's not marked as "bug"
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.
Until PG 17.1 is released.
Currently shows a diff in PG 17.0 regression run as:
Disable-check: force-changelog-file