Closed syvb closed 1 week ago
The test_stats_agg_byte_io test consistently fails for me:
test_stats_agg_byte_io
assertion failed: `(left == right)` left: `[1, 1, 38, 0, 0, 0, 0, 0, 0, 0, 0, 16, 73, 187, 109, 1, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 5, 0, 0, 0, 0, 0, 0, 0, 144, 194, 245, 40, 92, 143, 73, 64]`, right: `[1, 1, 1, 5, 0, 0, 0, 0, 0, 0, 0, 144, 194, 245, 40, 92, 143, 73, 64, 100, 180, 142, 170, 38, 151, 174, 64, 72, 48, 180, 190, 189, 33, 254, 192, 119, 78, 30, 195, 209, 190, 96, 65]` postgres location: stats_agg.rs
I'm testing with the latest main on MacOS 14.
main
This was fixed in #828
The
test_stats_agg_byte_io
test consistently fails for me:I'm testing with the latest
main
on MacOS 14.