Skip to content
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

Fix Some Synchronization Issues in Receive Fuzzer #4894

Merged
merged 2 commits into from
Mar 7, 2025
Merged

Conversation

nibanks
Copy link
Member

@nibanks nibanks commented Mar 6, 2025

Description

Updates the receive fuzzer's packet queue to have a lock. Also removes usage of the std::list since it's not really needed.

Also cleaned up some of the code while I was at it.

Testing

Ran locally. CI/CD

Documentation

N/A

@nibanks nibanks requested a review from a team as a code owner March 6, 2025 15:47
@nibanks nibanks added Area: Testing Related to test coverage Area: Automation Bug: Test/Tool Code bug in the test or tool specific code. labels Mar 6, 2025
Copy link

codecov bot commented Mar 6, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 87.05%. Comparing base (f5f8534) to head (b310ac0).
Report is 2 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #4894      +/-   ##
==========================================
- Coverage   87.55%   87.05%   -0.50%     
==========================================
  Files          56       56              
  Lines       17726    17726              
==========================================
- Hits        15520    15432      -88     
- Misses       2206     2294      +88     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@nibanks nibanks enabled auto-merge (squash) March 7, 2025 13:03
@nibanks nibanks merged commit d8ef601 into main Mar 7, 2025
395 of 396 checks passed
@nibanks nibanks deleted the fix-recv-fuzzer branch March 7, 2025 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: Automation Area: Testing Related to test coverage Bug: Test/Tool Code bug in the test or tool specific code.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants