Skip to content

Fix dogstatsd property test#1413

Merged
blt merged 3 commits intomainfrom
blt/fix_dogstatsd_regression_test
Jul 8, 2025
Merged

Fix dogstatsd property test#1413
blt merged 3 commits intomainfrom
blt/fix_dogstatsd_regression_test

Conversation

@blt
Copy link
Copy Markdown
Collaborator

@blt blt commented Jul 7, 2025

What does this PR do?

This commit fixes our prefix length calculation, triggered only when max_bytes
is low. We were removing the size of a usize when u32 was appropriate, as
that is the proper length of the payload prefix.

Copy link
Copy Markdown
Collaborator Author

blt commented Jul 7, 2025

@blt blt added the no-changelog label Jul 7, 2025 — with Graphite App
@blt blt marked this pull request as ready for review July 7, 2025 23:09
@blt blt requested a review from a team as a code owner July 7, 2025 23:09
@blt blt force-pushed the blt/add_parallel_connections_to_unix_stream branch from 144fec6 to a69f29c Compare July 7, 2025 23:23
@blt blt force-pushed the blt/fix_dogstatsd_regression_test branch from 8910efb to e3c2a59 Compare July 7, 2025 23:23
@blt blt changed the base branch from blt/add_parallel_connections_to_unix_stream to graphite-base/1413 July 7, 2025 23:24
@blt blt changed the base branch from graphite-base/1413 to main July 7, 2025 23:24
blt added 2 commits July 7, 2025 16:26
This commit fixes our prefix length calculation, triggered only when max_bytes
is low. We were removing the size of a `usize` when `u32` was appropriate, as
that is the proper length of the payload prefix.

Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
@blt blt force-pushed the blt/fix_dogstatsd_regression_test branch from e3c2a59 to a0b68dc Compare July 7, 2025 23:28
Signed-off-by: Brian L. Troutwine <brian.troutwine@datadoghq.com>
@blt blt force-pushed the blt/fix_dogstatsd_regression_test branch from a0b68dc to 15e2eb6 Compare July 7, 2025 23:30
@blt blt merged commit 09a8c5e into main Jul 8, 2025
47 of 49 checks passed
@blt blt deleted the blt/fix_dogstatsd_regression_test branch July 8, 2025 00:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant