mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
chore: adjust fuzz tests cfg (#5207)
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user