influxdb/influxdb3_write/src
Michael Gattozzi b792f70960
fix: maybe fix flakiness for parquet cache test (#26159)
This adds a sleep so that the parquet cache has a little bit of time to
populate before we make another request to the query buffer. Sometimes
it does not populate and so we have a race condition where the new
request comes in and actually goes to object store. This is fine in
practice because it would also take time to fill the cache in production
as well. I haven't really seen the test fail since adding this, but
triggering it in the first place is really hard and in practice does not
happen all that often.
2025-03-18 11:31:30 -04:00
..
snapshots feat: Add PeristedSnapshotVersion for snapshots (#26117) 2025-03-12 13:21:54 -04:00
write_buffer fix: maybe fix flakiness for parquet cache test (#26159) 2025-03-18 11:31:30 -04:00
chunk.rs feat: Update to Rust 1.85 and 2024 Edition (#26046) 2025-02-20 14:58:07 -05:00
lib.rs feat: Add PeristedSnapshotVersion for snapshots (#26117) 2025-03-12 13:21:54 -04:00
paths.rs chore: backport changes to catalog from enterprise (#26116) 2025-03-11 12:11:51 -04:00
persister.rs feat: Add PeristedSnapshotVersion for snapshots (#26117) 2025-03-12 13:21:54 -04:00