Skip to content

Commit

Permalink
Fix fuzzer paths
Browse files Browse the repository at this point in the history
These files were moved quite some time ago but the fuzzer build script
was never updated with the new paths. This fixes that issue.

Signed-off-by: Dirkjan Bussink <[email protected]>
  • Loading branch information
dbussink committed Dec 12, 2024
1 parent 083cdac commit add3573
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions go/test/fuzzing/oss_fuzz_build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ mv api_marshal_fuzzer.go $SRC/vitess/go/test/fuzzing/
compile_go_fuzzer vitess.io/vitess/go/test/fuzzing FuzzAPIMarshal api_marshal_fuzzer

# collation fuzzer
mv ./go/mysql/collations/uca_test.go \
./go/mysql/collations/uca_test_fuzz.go
mv ./go/mysql/collations/colldata/uca_test.go \
./go/mysql/collations/colldata/uca_test_fuzz.go

compile_go_fuzzer vitess.io/vitess/go/mysql/collations FuzzCollations fuzz_collations
compile_go_fuzzer vitess.io/vitess/go/mysql/collations/colldata FuzzCollations fuzz_collations


compile_go_fuzzer vitess.io/vitess/go/vt/vtgate/planbuilder FuzzTestBuilder fuzz_test_builder gofuzz
Expand Down

0 comments on commit add3573

Please sign in to comment.