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

Add support for running additional services #484

Merged
merged 7 commits into from
Mar 13, 2025
Merged

Add support for running additional services #484

merged 7 commits into from
Mar 13, 2025

Conversation

pyoor
Copy link
Contributor

@pyoor pyoor commented Feb 25, 2025

Adds support for running additional services during fuzzing, replay, and reduction. This PR also adds a basic WebTransport service.

@pyoor pyoor requested a review from a team as a code owner February 25, 2025 15:57
Copy link

codecov bot commented Feb 25, 2025

Codecov Report

Attention: Patch coverage is 99.27536% with 1 line in your changes missing coverage. Please review.

Project coverage is 99.60%. Comparing base (3d2265a) to head (e104a07).
Report is 5 commits behind head on master.

Files with missing lines Patch % Lines
src/grizzly/services/core.py 97.87% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #484      +/-   ##
==========================================
- Coverage   99.61%   99.60%   -0.01%     
==========================================
  Files          56       60       +4     
  Lines        5660     5797     +137     
==========================================
+ Hits         5638     5774     +136     
- Misses         22       23       +1     

☔ 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.

@pyoor pyoor requested a review from tysmith March 4, 2025 14:47
)

# Override global _doc_root
webtransport_h3_server._doc_root = str( # pylint: disable=protected-access
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can you please add comment explaining why this is done.

@pyoor pyoor merged commit 34e5565 into master Mar 13, 2025
4 of 6 checks passed
@pyoor pyoor deleted the webtransport branch March 13, 2025 17:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants