-
Notifications
You must be signed in to change notification settings - Fork 972
Remove an incorrect UUID unit test #8554
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
Conversation
4-byte varlena header cannot be unaligned in Postgres. This fixes a sanitizer failure on main. Couldn't reproduce the failure itself locally though.
@mkindahl, @antekresic: please review this pull request.
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #8554 +/- ##
==========================================
+ Coverage 82.39% 82.45% +0.05%
==========================================
Files 248 248
Lines 47609 47569 -40
Branches 12093 12085 -8
==========================================
- Hits 39229 39224 -5
- Misses 3492 3509 +17
+ Partials 4888 4836 -52 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There are still some failures in the sanitizer tests, but these are not sanitizer failures, just a query plan change. |
This is due to a known problem with older pg versions, I'll add it to the ignore list: #8557 |
4-byte varlena header cannot be unaligned in Postgres. This fixes a sanitizer failure on main. Couldn't reproduce the failure itself locally though. (cherry picked from commit 7d10797)
4-byte varlena header cannot be unaligned in Postgres. This fixes a sanitizer failure on main. Couldn't reproduce the failure itself locally though. (cherry picked from commit 7d10797)
4-byte varlena header cannot be unaligned in Postgres. This fixes a sanitizer failure on main. Couldn't reproduce the failure itself locally though.
https://github.com/timescale/timescaledb/actions/runs/17272826513/job/49021912296#step:15:226