Uh oh!
There was an error while loading. Please reload this page.
Add direct coverage tests for Hashtable.D2.Entry - #11794
Conversation
Tests matches() with both true and false branches, and hash() for consistency and key-sensitivity, since existing D2 operation tests don't guarantee the false branch fires (different key pairs hash to different buckets, so matches() is never called with a mismatch). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
🟡 Java Benchmark SLOs — Performance SLO warning (near threshold)
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.
e280daf
into
masterUh oh!
There was an error while loading. Please reload this page.
What This Does
D2.Entry.matches()(true and false branches) andD2.Entry.hash()toHashtableD2Testmatches()indirectly, but the false branch is not guaranteed to fire since different key pairs typically hash to different bucketsMotivation
Code coverage
tag: no release note
tag: ai generated
🤖 Generated with Claude Code