Skip to content

Commit

Permalink
temp fix for TTD test
Browse files Browse the repository at this point in the history
  • Loading branch information
ableegoldman committed Dec 9, 2024
1 parent 1fb2782 commit f178983
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ public void shouldDeduplicateWithTtlProviderToExpireOldRecords(final KVSchema ty
assertNull(transactionIdStore.get(key), "should have no txn id in state store");

// send the same event in again, outside the dedupe window
inputTopic.pipeInput(key, value);
inputTopic.pipeInput(key, value, ttlMs + 1);
assertNotNull(
transactionIdStore.get(key), "should have a single txn id in state store, again");
}
Expand Down

0 comments on commit f178983

Please sign in to comment.