Skip to content

Commit

Permalink
sanity print the message times.
Browse files Browse the repository at this point in the history
Signed-off-by: Alberto Ricart <[email protected]>
  • Loading branch information
aricart committed Nov 6, 2024
1 parent 4fb61dc commit 8b8aaf0
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jetstream/tests/jsm_direct_test.ts
Original file line number Diff line number Diff line change
Expand Up @@ -324,6 +324,12 @@ Deno.test("direct - batch options", async () => {
return m.time;
}

for(let i = 1; i < 9; i++) {
const m = await jsm.direct.getMessage("A", { seq: i });
console.log(m.time);
}

// FIXME: start_time is ignored
await assertBatch({
opts: {
//@ts-ignore:/ test
Expand Down

0 comments on commit 8b8aaf0

Please sign in to comment.