Commit 709bc4a
plugins-guide: concrete patterns for duplicate-side-effect testing (#4481)
The previous text ("Check for duplicate side effects or other types of
failures") did not give readers enough to act on. Retrying activities
can cause a simple execution counter to flake even when the plugin is
correct, so replace the vague line with two patterns that are invariant
under activity-task retries: counting ActivityTaskScheduled events in
history, or accumulating activity IDs in a set.
Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
Co-authored-by: Brian MacDonald <brian.macdonald@temporal.io>1 parent 8da374b commit 709bc4a
1 file changed
Lines changed: 4 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
976 | 976 | | |
977 | 977 | | |
978 | 978 | | |
979 | | - | |
| 979 | + | |
| 980 | + | |
| 981 | + | |
| 982 | + | |
980 | 983 | | |
981 | 984 | | |
0 commit comments