From 358a374b9be797ac010b4dbbe95f17c5eebc1534 Mon Sep 17 00:00:00 2001 From: Binbin Date: Fri, 26 Jul 2024 12:01:09 +0800 Subject: [PATCH] update comment Signed-off-by: Binbin --- tests/integration/aof.tcl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/tests/integration/aof.tcl b/tests/integration/aof.tcl index 8809c18b67..341d8119c1 100644 --- a/tests/integration/aof.tcl +++ b/tests/integration/aof.tcl @@ -657,7 +657,8 @@ tags {"aof external:skip"} { } start_server {} { - test {FLUSHDB / FLUSHALL should persist in AOF} { + # This test is just a coverage test, it does not check anything。 + test {Turning appendonly on and off within a transaction} { r config set appendonly no r multi r config set appendonly yes