diff options
| author | Paul Buetow <paul@buetow.org> | 2026-05-27 21:39:05 +0300 |
|---|---|---|
| committer | Paul Buetow <paul@buetow.org> | 2026-05-27 21:39:05 +0300 |
| commit | 45e02c6754dbc8217713d81d792bfc83e8523505 (patch) | |
| tree | bca7115dbfc5a7f01502cdd505b64dda0a828da6 | |
| parent | 39b40239e55ca1a80579ffa4fb6584c8f14be73a (diff) | |
Clarify syscall aggregate delta sentinel test
| -rw-r--r-- | internal/syscall_aggregate_consumer_test.go | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/internal/syscall_aggregate_consumer_test.go b/internal/syscall_aggregate_consumer_test.go index f8ef217..a78899b 100644 --- a/internal/syscall_aggregate_consumer_test.go +++ b/internal/syscall_aggregate_consumer_test.go @@ -221,6 +221,7 @@ func TestSyscallAggregateConsumerDrainEmitsDeltas(t *testing.T) { if err != nil { t.Fatalf("third Drain error: %v", err) } + // Unchanged cumulative extrema use delta bucket sentinels: min 0 means no new lower min, max 999 caps bucket 0. assertAggregateRows(t, rows, statsengine.SyscallAggregate{ TraceID: types.TraceId(traceID), Count: 1, |
