1
0
mirror of https://github.com/fluencelabs/redis synced 2025-04-03 00:01:04 +00:00

Defrag: test currently disabled, too many false positives.

Related to .
This commit is contained in:
antirez 2017-04-22 15:59:53 +02:00
parent a17390853d
commit c861e1e1ee

@ -36,6 +36,7 @@ start_server {tags {"memefficiency"}} {
} }
} }
if 0 {
start_server {tags {"defrag"}} { start_server {tags {"defrag"}} {
if {[string match {*jemalloc*} [s mem_allocator]]} { if {[string match {*jemalloc*} [s mem_allocator]]} {
test "Active defrag" { test "Active defrag" {
@ -81,3 +82,4 @@ start_server {tags {"defrag"}} {
} }
} }
} }
}