Skip to content

Commit

Permalink
Extract AggregationFuzzerBase from AggregationFuzzer (facebookincubat…
Browse files Browse the repository at this point in the history
…or#7916)

Summary:
Pull Request resolved: facebookincubator#7916

Extract AggregationFuzzerBase from AggregationFuzzer. This is needed for building WindowFuzzer
that reuses common logic in AggregaitonFuzzerBase. This diff also moves fuzzer-related files to
velox/exec/fuzzer and the Presto functions' custom input generators and result verifiers to
velox/functions/prestosql/fuzzer.

This is the first piece of facebookincubator#7754.

Differential Revision: https://internalfb.com/D51692940

fbshipit-source-id: 384045c5b08c2e41cffa298a86cb5b434c6d05e5
  • Loading branch information
kagamiori authored and facebook-github-bot committed Dec 14, 2023
1 parent c6ad4bc commit 958d353
Show file tree
Hide file tree
Showing 28 changed files with 2,183 additions and 1,710 deletions.
1 change: 1 addition & 0 deletions velox/exec/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,7 @@ target_link_libraries(
velox_common_compression)

if(${VELOX_BUILD_TESTING})
add_subdirectory(fuzzer)
add_subdirectory(tests)
elseif(${VELOX_BUILD_TEST_UTILS})
add_subdirectory(tests/utils)
Expand Down
Loading

0 comments on commit 958d353

Please sign in to comment.