summaryrefslogtreecommitdiff
path: root/tests/integration
diff options
context:
space:
mode:
Diffstat (limited to 'tests/integration')
-rw-r--r--tests/integration/corrupt-dump.tcl2
-rw-r--r--tests/integration/rdb.tcl1
-rw-r--r--tests/integration/redis-benchmark.tcl2
3 files changed, 3 insertions, 2 deletions
diff --git a/tests/integration/corrupt-dump.tcl b/tests/integration/corrupt-dump.tcl
index 35dca23be..3c9e5ce81 100644
--- a/tests/integration/corrupt-dump.tcl
+++ b/tests/integration/corrupt-dump.tcl
@@ -827,7 +827,7 @@ test {corrupt payload: fuzzer findings - set with duplicate elements causes sdif
assert_equal {0 2 4 6 8 _1 _3 _3 _5 _9} [lsort [r smembers _key]]
assert_equal {0 2 4 6 8 _1 _3 _5 _9} [lsort [r sdiff _key]]
}
-}
+} {} {logreqres:skip} ;# This test violates {"uniqueItems": true}
} ;# tags
diff --git a/tests/integration/rdb.tcl b/tests/integration/rdb.tcl
index 1479b500f..2362ef079 100644
--- a/tests/integration/rdb.tcl
+++ b/tests/integration/rdb.tcl
@@ -218,6 +218,7 @@ start_server {} {
test {Test RDB load info} {
r debug populate 1000
r save
+ assert {[r lastsave] <= [lindex [r time] 0]}
restart_server 0 true false
wait_done_loading r
assert {[s rdb_last_load_keys_expired] == 0}
diff --git a/tests/integration/redis-benchmark.tcl b/tests/integration/redis-benchmark.tcl
index 5e8555b1b..8035632c7 100644
--- a/tests/integration/redis-benchmark.tcl
+++ b/tests/integration/redis-benchmark.tcl
@@ -25,7 +25,7 @@ proc default_set_get_checks {} {
assert_match {} [cmdstat lrange]
}
-start_server {tags {"benchmark network external:skip"}} {
+start_server {tags {"benchmark network external:skip logreqres:skip"}} {
start_server {} {
set master_host [srv 0 host]
set master_port [srv 0 port]