mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2025-12-22 22:20:02 +00:00
fix: correct set_region_role_state_gracefully behaviors (#5171)
* fix: reduce default max rows for fuzz testing * chore: remove Postgres setup from fuzz test workflow * chore(fuzz): increase resource limits for GreptimeDB cluster * chore(fuzz): increase resource limits for kafka * fix: correct `set_region_role_state_gracefully` behaviors * chore: remove Postgres setup from fuzz test workflow * chore(fuzz): redue resource limits for GreptimeDB & kafka
This commit is contained in:
@@ -142,7 +142,7 @@ 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_ROWS, 2048);
|
||||
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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user