Fuzzer generates UTF8 chars are used to convert to integer #10880
Labels
bug
Something isn't working
enhancement
New feature or request
fuzzer
Issues related the to Velox fuzzer test components.
fuzzer-found
Description
The fuzzer generates VARCHAR data that is causing a problem when used in CAST to integer.
Perhaps it can be enhanced? Or the error reported is actually a user error (user provided bad input data) and not a runtime error?
See https://github.com/facebookincubator/velox/actions/runs/10603680249/job/29390717357?pr=10767.
Error Reproduction
./velox_expression_fuzzer_test --seed ${RANDOM} --enable_variadic_signatures --velox_fuzzer_enable_complex_types --lazy_vector_generation_ratio 0.2 --velox_fuzzer_enable_column_reuse --velox_fuzzer_enable_expression_reuse --max_expression_trees_per_step 2 --retry_with_try --enable_dereference --duration_sec $DURATION --minloglevel=0 --stderrthreshold=2 --log_dir=/tmp/fuzzer_repro/logs --repro_persist_path=/tmp/fuzzer_repro
${RANDOM} is not reported.
Relevant logs
No response
The text was updated successfully, but these errors were encountered: