Skip to content

Commit

Permalink
remove obosolete limitation
Browse files Browse the repository at this point in the history
  • Loading branch information
moticless committed May 28, 2024
1 parent feb63e6 commit 933af57
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions tests/unit/type/hash-field-expire.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -998,14 +998,9 @@ start_server {tags {"external:skip needs:debug"}} {

test "Lazy Expire - fields are lazy deleted and propagated to replicas ($type)" {
start_server {overrides {appendonly {yes} appendfsync always} tags {external:skip}} {
# TODO remove the SELECT once dbid will be embedded inside dict/listpack
r select 0

r debug set-active-expire 0
set aof [get_last_incr_aof_path r]

r select 0
r debug set-active-expire 0
r del myhash

r hset myhash f1 v1 f2 v2 f3 v3
Expand Down

0 comments on commit 933af57

Please sign in to comment.