How nightly fuzzer tests work #7979
-
There were some issues on spark functions discovered from nightly fuzzer tests https://github.com/facebookincubator/velox/issues?q=is%3Aopen+is%3Aissue+label%3Aspark-functions. As we have some idle test clusters, is it possible for us to run them in our nightly tests to pre-discover more issues? |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 5 replies
-
cc @zhouyuan |
Beta Was this translation helpful? Give feedback.
-
Thank you Rui, I tried to enable the Expression and Agg fuzz tests in Gluten Jenkins env, each with 10 minutes. However the job usually will fail with unexpected results. This seems not expected so I disabled those, and only check the C++ unit tests for now. It would be great if there is some guide from Velox developers on how to run those fuzz tests, and how to collect/report the results/issues. CC: @mbasmanova Thanks, -yuan |
Beta Was this translation helpful? Give feedback.
@zhouyuan Here is documentation about the fuzzers: https://facebookincubator.github.io/velox/develop/testing/fuzzer.html#how-to-run