timescale / timescaledb-toolkit

Extension for more hyperfunctions, fully compatible with TimescaleDB and PostgreSQL 📈
https://www.timescale.com
Other
385 stars 47 forks source link

Bump pgrx -> 0.11.4 #804

Open matthewmcnew opened 4 months ago

syvb commented 4 months ago

I've run the tests with various pgrx versions, and weirdly I can replicate the serialization test failure on both pgrx 0.10.0 and 0.11.4. I'm going to try testing with more versions to see if I can find the pgrx version that introduced the change that's causing test failures.

syvb commented 4 months ago

Bizarrely, I can replicate the test failure locally even when running on the main branch, but not on the Actions CI on main. I'm not sure why there would be a difference between my local machine and CI.

I think this might be a memory corruption issue relating to some of our unsound memory handling code?