-
Notifications
You must be signed in to change notification settings - Fork 0
Fix stream id counter #40
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
Conversation
WalkthroughThis change removes atomic synchronization from the stream ID counter implementation and makes the reset function private. The counter now increments non-atomically, the exported ResetStreamIDCounter function is deleted and replaced with a private resetStreamIDCounter, and the sync/atomic import is removed. The reset is now called from ResetEnv. Changes
Estimated code review effort🎯 2 (Simple) | ⏱️ ~10 minutes
Possibly related PRs
Pre-merge checks and finishing touches❌ Failed checks (1 warning)
✅ Passed checks (2 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: Organization UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (4)
🔇 Additional comments (5)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #40 +/- ##
=======================================
Coverage 98.27% 98.27%
=======================================
Files 24 24
Lines 7053 7055 +2
=======================================
+ Hits 6931 6933 +2
Misses 90 90
Partials 32 32
🚀 New features to boost your workflow:
|
Minor but important changes:
VM.ResetEnv()to fully clear state between runs.