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 round trip test to the fuzzer #1060

Merged
merged 23 commits into from
Sep 23, 2024
Merged

Conversation

phlptp
Copy link
Collaborator

@phlptp phlptp commented Jul 27, 2024

This is the next phase of the fuzzer. It runs a round trip and makes sure that the config files generated by the app will load into the same results, to test full round trip on the config files.

Issues fixed

  • fix a bug in the string escape code caught by initial round trip tests
  • resolve inconsistencies in handling of {} for empty vector indication between config and cli parsing

Copy link

codecov bot commented Jul 27, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 100.00%. Comparing base (e4ee3af) to head (83694dc).
Report is 35 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##              main     #1060    +/-   ##
==========================================
  Coverage   100.00%   100.00%            
==========================================
  Files           17        17            
  Lines         4546      4599    +53     
  Branches         0       987   +987     
==========================================
+ Hits          4546      4599    +53     

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

@phlptp phlptp merged commit f760095 into CLIUtils:main Sep 23, 2024
55 checks passed
@phlptp phlptp deleted the fuzz_roundtrip branch September 23, 2024 13:13
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