summaryrefslogtreecommitdiff
path: root/tests/unit/memefficiency.tcl
diff options
context:
space:
mode:
authorOran Agra <oran@redislabs.com>2020-04-16 11:05:03 +0300
committerOran Agra <oran@redislabs.com>2020-04-16 18:09:22 +0300
commitb9fa42a197702c0da0baa2edb184d984dffa2933 (patch)
tree8e7dc07b110742a5c0171ea9f89807e5f1e22ee8 /tests/unit/memefficiency.tcl
parent3519a5a026be50022fb4e103ddc602ffd59daf42 (diff)
downloadredis-b9fa42a197702c0da0baa2edb184d984dffa2933.tar.gz
testsuite run the defrag latency test solo
this test is time sensitive and it sometimes fail to pass below the latency threshold, even on strong machines. this test was the reson we're running just 2 parallel tests in the github actions CI, revering this.
Diffstat (limited to 'tests/unit/memefficiency.tcl')
-rw-r--r--tests/unit/memefficiency.tcl2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/unit/memefficiency.tcl b/tests/unit/memefficiency.tcl
index 06b0e07d7..777693fdf 100644
--- a/tests/unit/memefficiency.tcl
+++ b/tests/unit/memefficiency.tcl
@@ -36,6 +36,7 @@ start_server {tags {"memefficiency"}} {
}
}
+run_solo {defrag} {
start_server {tags {"defrag"}} {
if {[string match {*jemalloc*} [s mem_allocator]]} {
test "Active defrag" {
@@ -328,3 +329,4 @@ start_server {tags {"defrag"}} {
} {1}
}
}
+} ;# run_solo