Skip to content

Commit

Permalink
fix(fuzzer): Reduce input size of window fuzzer test to avoid OOM (fa…
Browse files Browse the repository at this point in the history
…cebookincubator#11716)

Summary:
Pull Request resolved: facebookincubator#11716

The window fuzzer test occasionally fails in CI due to OOM. This diff change the configuration to run window fuzzer test with less and smaller batches to avoid OOM.

This diff fixes facebookincubator#11567.

Reviewed By: xiaoxmeng

Differential Revision: D66667055

fbshipit-source-id: 7683ac1fbbde8e04822742063a7456ec2c65682d
  • Loading branch information
kagamiori authored and facebook-github-bot committed Dec 9, 2024
1 parent 5739a6d commit 9a31f1c
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 @@ -1000,6 +1000,7 @@ jobs:
./velox_window_fuzzer_test \
--seed ${RANDOM} \
--duration_sec $DURATION \
--batch_size=50 \
--minloglevel=0 \
--stderrthreshold=2 \
--log_dir=/tmp/window_fuzzer_repro/logs \
Expand Down

0 comments on commit 9a31f1c

Please sign in to comment.