feat(batch13): port filestore filtered-pending query helpers
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user