Open matthewmcnew opened 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?
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.