You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
metamorphic: fix TestOptionsRoundtrip for TombstoneDenseCompactionThreshold
Add TombstoneDenseCompactionThreshold to the list of ignored function
pointer fields in TestOptionsRoundtrip, and add a check to verify the
function's return value matches after serialization/deserialization.
This fixes test failures that occurred because function pointers differ
after roundtrip serialization, even though the returned values are
identical. The fix follows the existing pattern used for other function-
typed options like EnableValueBlocks and DisableIngestAsFlushable.
0 commit comments