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 a second fuzzer for pipe equivalency #2819

Open
wants to merge 8 commits into
base: fuzz
Choose a base branch
from
Open

Conversation

MichaelChirico
Copy link
Collaborator

@MichaelChirico MichaelChirico commented Mar 7, 2025

Part of #2191 -- continuing #2818 (which is included here & against which this is based, for now) with a demonstration of a second fuzzing rule. Also progress on #2737.

One worry is that eventually we'll get so many # nofuzz rules as to start creating false negatives, but I think we can worry about that more later -- our suite is quite large.

This fuzzer did not expose any issues with our linters (yay!)

@MichaelChirico MichaelChirico changed the base branch from main to fuzz March 7, 2025 08:12
Copy link

codecov bot commented Mar 7, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 99.64%. Comparing base (523c218) to head (fe88c59).

Additional details and impacted files
@@           Coverage Diff           @@
##             fuzz    #2819   +/-   ##
=======================================
  Coverage   99.64%   99.64%           
=======================================
  Files         126      126           
  Lines        6961     6961           
=======================================
  Hits         6936     6936           
  Misses         25       25           

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

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.

1 participant