From 94990925ba167639ca1876e11216ec73ecef2f16 Mon Sep 17 00:00:00 2001 From: John Sully Date: Fri, 1 Apr 2022 05:08:41 +0000 Subject: [PATCH] Fix test failures due to async command slip --- tests/integration/keydb-cli.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/keydb-cli.tcl b/tests/integration/keydb-cli.tcl index 3117cb6a5..60fed2f83 100644 --- a/tests/integration/keydb-cli.tcl +++ b/tests/integration/keydb-cli.tcl @@ -1,6 +1,6 @@ source tests/support/cli.tcl -start_server {tags {"cli"}} { +start_server [list tags {"cli"} overrides {enable-async-commands no}] { proc open_cli {{opts "-n 9"} {infile ""}} { set ::env(TERM) dumb set cmdline [rediscli [srv host] [srv port] $opts]