chore: adjust fuzz tests cfg (#5207)

This commit is contained in:
Weny Xu
2024-12-20 14:58:51 +08:00
committed by GitHub
parent a578eea801
commit 1910d71cb3
4 changed files with 9 additions and 9 deletions

View File

@@ -141,10 +141,10 @@ macro_rules! make_get_from_env_helper {
}
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_ALTER_ACTIONS, 256);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_INSERT_ACTIONS, 8);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_INSERT_ACTIONS, 4);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_ROWS, 512);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_TABLES, 64);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_COLUMNS, 32);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_TABLES, 32);
make_get_from_env_helper!(GT_FUZZ_INPUT_MAX_COLUMNS, 16);
/// Retrieves a value from the environment variables
/// or returns a default value if the environment variable is not set.