Skip to content

Commit

Permalink
Add missing expected return value
Browse files Browse the repository at this point in the history
Signed-off-by: Uri Yagelnik <uriy@amazon.com>
  • Loading branch information
uriyage committed Aug 20, 2024
1 parent ac87d24 commit cf4e80f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/unit/memefficiency.tcl
Original file line number Diff line number Diff line change
Expand Up @@ -501,7 +501,7 @@ run_solo {defrag} {
$rd_pubsub read
}
$rd_pubsub close
} {} {io-threads:skip} ; # skip with io-threads as the threads may allocate the command arguments in a different arena. As a result, fragmentation is not as expected.
} {0} {io-threads:skip} ; # skip with io-threads as the threads may allocate the command arguments in a different arena. As a result, fragmentation is not as expected.

if {$type eq "standalone"} { ;# skip in cluster mode
test "Active defrag big list: $type" {
Expand Down

0 comments on commit cf4e80f

Please sign in to comment.