timescale / timescaledb-toolkit

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

test_stats_agg_byte_io test fails for me #783

Closed syvb closed 1 week ago

syvb commented 1 year ago

The test_stats_agg_byte_io test consistently fails for me:

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.

JamesGuthrie commented 1 week ago

This was fixed in #828