From fd2cbc0e9128fd4798f6bd55d66fb024557f51dd Mon Sep 17 00:00:00 2001 From: Seungmin Lee Date: Tue, 14 Jan 2025 17:44:33 -0800 Subject: [PATCH] Remove tcl test which causing unknown failure --- tests/unit/moduleapi/propagate.tcl | 27 --------------------------- 1 file changed, 27 deletions(-) diff --git a/tests/unit/moduleapi/propagate.tcl b/tests/unit/moduleapi/propagate.tcl index 6920f698a6..03ee939df1 100644 --- a/tests/unit/moduleapi/propagate.tcl +++ b/tests/unit/moduleapi/propagate.tcl @@ -676,33 +676,6 @@ tags "modules" { } } -tags "modules" { - start_server [list overrides [list loadmodule "$testmodule"]] { - set replica [srv 0 client] - set replica_host [srv 0 host] - set replica_port [srv 0 port] - start_server [list overrides [list loadmodule "$testmodule"]] { - set master [srv 0 client] - set master_host [srv 0 host] - set master_port [srv 0 port] - # Start the replication process... - $replica replicaof $master_host $master_port - wait_for_sync $replica - after 1000 - test {module crash when propagating invalid command} { - $master propagate-test.invalid - catch {wait_for_sync $replica} - - wait_for_log_messages -1 {"*=== * BUG REPORT START: Cut & paste starting from here ===*"} 0 10 1000 - wait_for_log_messages -1 {"* This replica panicked sending an error to its primary after processing the command '' *"} 0 10 1000 - - assert_equal 1 [count_log_message -1 "=== .* BUG REPORT START: Cut & paste starting from here ==="] - assert_equal 1 [count_log_message -1 "This replica panicked sending an error to its primary after processing the command ''"] - } - } - } -} - tags "modules aof" { foreach aofload_type {debug_cmd startup} { test "Modules RM_Replicate replicates MULTI/EXEC correctly: AOF-load type $aofload_type" {