Skip to content

fix: use int64 in publisher delay #19457

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Aug 21, 2025
Merged

fix: use int64 in publisher delay #19457

merged 1 commit into from
Aug 21, 2025

Conversation

deansheather
Copy link
Member

Builds were failing with:

Error: enterprise/coderd/usage/publisher.go:139:23: constant 720000000000 overflows int

Comment on lines +37 to +40
// Expect a panic if max is negative
require.PanicsWithValue(t, "invalid argument to Int63n", func() {
cryptorand.Int63n(0)
})
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

0 isn't negative

@deansheather deansheather merged commit bfd392b into main Aug 21, 2025
52 of 54 checks passed
@deansheather deansheather deleted the dean/usage-int64 branch August 21, 2025 01:23
@github-actions github-actions bot locked and limited conversation to collaborators Aug 21, 2025
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants