From b481ebb5fb147b97df96dc221bec3eeffa201178 Mon Sep 17 00:00:00 2001 From: Rohan Santhosh <181558744+Rohan5commit@users.noreply.github.com> Date: Tue, 24 Feb 2026 16:39:41 +0800 Subject: [PATCH] tests: fix typo in comments and test description --- tests/unit/cluster/links.tcl | 2 +- tests/unit/moduleapi/keymeta.tcl | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/unit/cluster/links.tcl b/tests/unit/cluster/links.tcl index a202c378b..bed0b64f9 100644 --- a/tests/unit/cluster/links.tcl +++ b/tests/unit/cluster/links.tcl @@ -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} diff --git a/tests/unit/moduleapi/keymeta.tcl b/tests/unit/moduleapi/keymeta.tcl index ebb778426..e979b1c0d 100644 --- a/tests/unit/moduleapi/keymeta.tcl +++ b/tests/unit/moduleapi/keymeta.tcl @@ -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