tests: fix typo in comments and test description

This commit is contained in:
Rohan Santhosh 2026-02-24 16:39:41 +08:00
parent 53e4631e79
commit b481ebb5fb
2 changed files with 2 additions and 2 deletions

View file

@ -259,7 +259,7 @@ start_cluster 3 0 {tags {external:skip cluster}} {
set link_mem_after_pubs [getInfoProperty $res mem_cluster_links]
# We expect the memory to have increased by more than
# the culmulative size of the publish messages
# the cumulative size of the publish messages
set mem_diff_floor [expr $msg_size * $num_msgs]
set mem_diff [expr $link_mem_after_pubs - $link_mem_before_pubs]
assert {$mem_diff > $mem_diff_floor}

View file

@ -297,7 +297,7 @@ start_server {tags {"modules" "external:skip" "cluster:skip"} overrides {enable-
}
}
test "KEYMETA - Verify metadta cleanup on lazyfree" {
test "KEYMETA - Verify metadata cleanup on lazyfree" {
r config set lazyfree-lazy-user-del yes
# Class 2 has UNLINKFREE flag, so it should call unlink callback when lazyfree is enabled
# Class 1 does not have UNLINKFREE flag, so it should only call free callback