Uh oh!
There was an error while loading. Please reload this page.
Add missing coverage tests for Hashtable.D2 - #11779
Add missing coverage tests for Hashtable.D2#11779gh-worker-dd-mergequeue-cf854d[bot] merged 2 commits into
Conversation
clear() had no test; remove() had no test for the not-found (null return) case. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🟢 Java Benchmark SLOs — All performance SLOs passed
PR vs. master results
Commit: Load and DaCapo benchmarks can be triggered manually in the GitLab pipeline. Results will appear in the Benchmarking Platform UI after completion. |
/merge |
View all feedbacks in Devflow UI.
The expected merge time in
|
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
Add missing coverage tests for Hashtable.D2 clear() had no test; remove() had no test for the not-found (null return) case. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com> Merge branch 'master' into dougqh/hashtable-d2-coverage-fix Co-authored-by: devflow.devflow-routing-intake <devflow.devflow-routing-intake@kubernetes.us1.ddbuild.io>
What This Does
Improves coverage of Hashtable
Motivation
Better test coverage
Additional Notes
removeReturnsNullForMissingKey—remove()was only tested for the found case; the null-return path was uncoveredclearEmptiesTable—clear()had no test at allTest plan
./gradlew :internal-api:test --tests "datadog.trace.util.HashtableD2Test"passes🤖 Generated with Claude Code