-
Notifications
You must be signed in to change notification settings - Fork 928
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add JSON fuzz tests with varying function parameters (#6385)
* add initial set of params for json writer * Add multi-parameter support in JSON writer and reader Fuzz workers. * Add multi-parameter test combinations in json reader and writer tests. * rename _df to _current_buffer * Add misc fixes to parquet fuzz tests. * Adapt json tests to new changes and update random parameter generation logics. * Code cleanup and introducing "ALL_POSSIBLE_VALUES" constant.
- Loading branch information
1 parent
7e8eb45
commit 4205104
Showing
12 changed files
with
345 additions
and
132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.