From 8b7a5616a23d6d7a27961a891483557b754fab22 Mon Sep 17 00:00:00 2001 From: Mikhail Artemenko Date: Tue, 10 Sep 2024 15:51:31 +0000 Subject: [PATCH] update test --- src/Coordination/tests/gtest_coordination.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Coordination/tests/gtest_coordination.cpp b/src/Coordination/tests/gtest_coordination.cpp index deb6aaed8c9..b908140f1d7 100644 --- a/src/Coordination/tests/gtest_coordination.cpp +++ b/src/Coordination/tests/gtest_coordination.cpp @@ -3640,7 +3640,7 @@ TYPED_TEST(CoordinationTest, TestRemoveRecursiveInMultiRequest) auto ops = prepare_create_tree(); ops.push_back(zkutil::makeRemoveRequest("/A/C", -1)); - ops.push_back(zkutil::makeRemoveRecursiveRequest("/A", 4)); + ops.push_back(zkutil::makeRemoveRecursiveRequest("/A", 3)); const auto request = std::make_shared(ops, ACLs{}); storage.preprocessRequest(request, 1, 0, new_zxid);