estuary / flow

🌊 Continuously synchronize the systems where your data lives, to the systems where you _want_ it to live, with Estuary Flow. 🌊
https://estuary.dev
Other
530 stars 45 forks source link

Fix BumpVec test after change to u128 alignment #1430

Closed psFried closed 3 months ago

psFried commented 3 months ago

Description:

There was a recent change in the rust compiler that changed the aligmnent of u128 values. See: https://blog.rust-lang.org/2024/03/30/i128-layout-update.html This updates a BumpVec test that had asserted the old values, so that the test now hopefully passes.

Notes for reviewers:

(anything that might help someone review this PR)


This change is Reviewable