mirror of
https://github.com/redis/redis.git
synced 2026-01-12 00:03:59 +08:00
Avoid using debug log level in tests that produce many keys (#13942)
if the test fails, and there are per-key log prints, this can flood the CI due to --dump-logs
This commit is contained in:
@@ -923,11 +923,11 @@ run_solo {defrag} {
|
||||
}
|
||||
}
|
||||
|
||||
start_cluster 1 0 {tags {"defrag external:skip cluster"} overrides {appendonly yes auto-aof-rewrite-percentage 0 save "" loglevel debug}} {
|
||||
start_cluster 1 0 {tags {"defrag external:skip cluster"} overrides {appendonly yes auto-aof-rewrite-percentage 0 save "" loglevel notice}} {
|
||||
test_active_defrag "cluster"
|
||||
}
|
||||
|
||||
start_server {tags {"defrag external:skip standalone"} overrides {appendonly yes auto-aof-rewrite-percentage 0 save "" loglevel debug}} {
|
||||
start_server {tags {"defrag external:skip standalone"} overrides {appendonly yes auto-aof-rewrite-percentage 0 save "" loglevel notice}} {
|
||||
test_active_defrag "standalone"
|
||||
}
|
||||
} ;# run_solo
|
||||
|
||||
Reference in New Issue
Block a user