feat(batch13): port filestore filtered-pending query helpers

This commit is contained in:
Joseph Doherty
2026-02-28 14:45:14 -05:00
parent 430ba17f42
commit 3d2638dfaa
4 changed files with 365 additions and 1 deletions

View File

@@ -179,7 +179,7 @@ public sealed partial class JetStreamFileStoreTests
{
fs.StoreMsg("ts", null, "one"u8.ToArray(), 0);
var cutoff = DateTime.UtcNow;
Thread.Sleep(2);
Thread.Sleep(20);
fs.StoreMsg("ts", null, "two"u8.ToArray(), 0);
fs.GetSeqFromTime(cutoff).ShouldBeGreaterThanOrEqualTo(2UL);