Defrag: test currently disabled, too many false positives.
Related to #3786.
This commit is contained in:
parent
e45ecabbff
commit
ad75edaff9
@ -36,7 +36,8 @@ start_server {tags {"memefficiency"}} {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
start_server {tags {"defrag"}} {
|
if 0 {
|
||||||
|
start_server {tags {"defrag"}} {
|
||||||
if {[string match {*jemalloc*} [s mem_allocator]]} {
|
if {[string match {*jemalloc*} [s mem_allocator]]} {
|
||||||
test "Active defrag" {
|
test "Active defrag" {
|
||||||
r config set activedefrag no
|
r config set activedefrag no
|
||||||
@ -80,4 +81,5 @@ start_server {tags {"defrag"}} {
|
|||||||
assert {$misses2 == $misses}
|
assert {$misses2 == $misses}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user