diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-13 10:22:29 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-13 10:22:29 +0300 |
| commit | 5856360a696b958a4c5c57cf512c5a04f0cfd66f (patch) | |
| tree | 16a37002ac98f65429f7089b918b3f12c3047296 /scripts | |
| parent | 7c15d6058cf56e8c7801259f1f842a3a010c5f41 (diff) | |
fix: reject negative and zero -duration flag values with a clear error
A negative or zero -duration was silently accepted, causing the trace
context to be cancelled immediately (time.Duration(N) * time.Second with
N <= 0 yields a non-positive timeout), so no events were ever captured.
parseFromFlagSet now returns an error for Duration <= 0, matching the
existing pattern used for -resetTimer validation.
Three new tests cover the negative, zero, and valid positive cases.
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Diffstat (limited to 'scripts')
0 files changed, 0 insertions, 0 deletions
