-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
refactor(fuzzer): Unlink CacheFuzzer from GTest #12386
base: main
Are you sure you want to change the base?
Conversation
✅ Deploy Preview for meta-velox canceled.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@xin-zhang2 LGTM, thanks.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM once the run passes. Thanks for the clean up.
@mbasmanova has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
CacheFuzzer is not a test since it does not use any GTest features.
It is an executable similar to benchmarks.
We must move it from the tests folder into the fuzzer folder.
Fixes #12375