Skip to content

Commit

Permalink
fix: Reduce fuzzer expression depth due to bias run failure
Browse files Browse the repository at this point in the history
Summary: Reduce bias run fuzzer depth due to a recent failure caused by array_top_n merge. The error is a result of byte limitation imposed by JVM that C++ doesn't have, which causes fuzzer tests to failure for nested calls.

Differential Revision: D69674802
  • Loading branch information
peterenescu authored and facebook-github-bot committed Feb 14, 2025
1 parent e8472e8 commit 8299121
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/scheduled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -992,6 +992,7 @@ jobs:
--stderrthreshold=2 \
--log_dir=/tmp/presto_only_bias_function_fuzzer_repro/logs \
--repro_persist_path=/tmp/presto_only_bias_function_fuzzer_repro \
--velox_fuzzer_max_level_of_nesting=4 \
&& echo -e "\n\nPresto Fuzzer run finished successfully."
- name: Archive Presto only-bias-function expression fuzzer production artifacts
if: ${{ !cancelled() }}
Expand Down

0 comments on commit 8299121

Please sign in to comment.