-
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
Add faulty injection in writer fuzzer #11375
Conversation
✅ Deploy Preview for meta-velox canceled.
|
6bee697
to
d487c5f
Compare
@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
d5ba223
to
400ec12
Compare
@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
e69f429
to
35a79e0
Compare
@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
734200f
to
a31d76d
Compare
@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
58fc028
to
4f24a84
Compare
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.
@kewang1024 LGTM % minors. Thanks!
@kewang1024 has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator. |
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.
@kewang1024 LGTM. Thanks for the update!
Summary: Pull Request resolved: facebookincubator#11375 Differential Revision: D65380360 Pulled By: kewang1024
This pull request was exported from Phabricator. Differential Revision: D65380360 |
Summary: Pull Request resolved: facebookincubator#11375 Reviewed By: xiaoxmeng Differential Revision: D65380360 Pulled By: kewang1024
This pull request was exported from Phabricator. Differential Revision: D65380360 |
velox_add_library(velox_dwio_faulty_file_sink FaultyFileSink.cpp) | ||
velox_link_libraries(velox_dwio_faulty_file_sink velox_file_test_utils |
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.
This is a test utility right? In that case it should maybe live in utils
but it should def use the base cmake functions add_library
and target_link_libraries
to create a standalone lib, that way when we can install velox you can build with test stuff but the actual library is still 'clean'.
Summary: Pull Request resolved: facebookincubator#11375 Reviewed By: xiaoxmeng Differential Revision: D65380360 Pulled By: kewang1024
This pull request was exported from Phabricator. Differential Revision: D65380360 |
@kewang1024 merged this pull request in ec82503. |
Conbench analyzed the 1 benchmark run on commit There were no benchmark performance regressions. 🎉 The full Conbench report has more details. |
Summary: Pull Request resolved: facebookincubator#11375 Reviewed By: xiaoxmeng Differential Revision: D65380360 Pulled By: kewang1024 fbshipit-source-id: 31c31aa73a8a045d26d1157be731e54754f92dd9
No description provided.