Skip to content

Commit 9dfb14b

Browse files
peterenescufacebook-github-bot
authored andcommitted
fix: Reduce fuzzer expression depth due to bias run failure (facebookincubator#12337)
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
1 parent 4ad7369 commit 9dfb14b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/scheduled.yml

+1
Original file line numberDiff line numberDiff line change
@@ -992,6 +992,7 @@ jobs:
992992
--stderrthreshold=2 \
993993
--log_dir=/tmp/presto_only_bias_function_fuzzer_repro/logs \
994994
--repro_persist_path=/tmp/presto_only_bias_function_fuzzer_repro \
995+
--velox_fuzzer_max_level_of_nesting=4 \
995996
&& echo -e "\n\nPresto Fuzzer run finished successfully."
996997
- name: Archive Presto only-bias-function expression fuzzer production artifacts
997998
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)