Commit fdb7549
Fix test: add UUIDs to events so stream2 correctly deduplicates stream1 events
The mergesTextAcrossRetryIterations test was missing uuid fields on its
events. Without UUIDs, textLine1 in stream2 isn't recognised as already-
processed and gets replayed again, producing "Hello Hello world". Real
log events always carry UUIDs — add them to the test fixtures so the
deduplication path that the fix in applyReplayBuffer depends on actually
fires.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>1 parent 834846d commit fdb7549
1 file changed
+4
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
912 | 912 | | |
913 | 913 | | |
914 | 914 | | |
915 | | - | |
916 | | - | |
917 | | - | |
918 | | - | |
| 915 | + | |
| 916 | + | |
| 917 | + | |
| 918 | + | |
919 | 919 | | |
920 | 920 | | |
921 | 921 | | |
| |||
0 commit comments