From ec353e15228aa4b28fb24283a4f1a96ca96c19f0 Mon Sep 17 00:00:00 2001 From: Kostas Kyrimis Date: Mon, 30 Sep 2024 15:03:40 +0300 Subject: [PATCH] chore: add logs to test_acl_cat_commands_multi_exec_squash (#3826) * add logs to test Signed-off-by: kostas --- tests/dragonfly/acl_family_test.py | 1 + 1 file changed, 1 insertion(+) diff --git a/tests/dragonfly/acl_family_test.py b/tests/dragonfly/acl_family_test.py index 79890fbde055..d04f6f9e3956 100644 --- a/tests/dragonfly/acl_family_test.py +++ b/tests/dragonfly/acl_family_test.py @@ -195,6 +195,7 @@ async def test_acl_cat_commands_multi_exec_squash(df_factory): # return multiple errors for each command failed. Since the nature of the error # is the same, that a rule has changed we should squash those error messages into # one. + logging.debug(f"Result is: {res}") assert res[0].args[0] == "kk ACL rules changed between the MULTI and EXEC", res await admin_client.close()