mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-12-04 05:22:17 +00:00
Update src/Coordination/tests/gtest_coordination.cpp
Co-authored-by: Antonio Andelic <antonio2368@users.noreply.github.com>
This commit is contained in:
parent
e8bf96d126
commit
dd2364361c
@ -1672,7 +1672,7 @@ TEST_P(CoordinationTest, TestSetACLWithAuthSchemeForAclWhenAuthIsPrecommitted)
|
|||||||
// commit all entries
|
// commit all entries
|
||||||
state_machine->commit(1, auth_entry->get_buf());
|
state_machine->commit(1, auth_entry->get_buf());
|
||||||
state_machine->commit(2, create_entry->get_buf());
|
state_machine->commit(2, create_entry->get_buf());
|
||||||
state_machine->commit(2, set_acl_entry->get_buf());
|
state_machine->commit(3, set_acl_entry->get_buf());
|
||||||
|
|
||||||
const auto & uncommitted_state = state_machine->getStorage().uncommitted_state;
|
const auto & uncommitted_state = state_machine->getStorage().uncommitted_state;
|
||||||
auto node = uncommitted_state.getNode(node_path);
|
auto node = uncommitted_state.getNode(node_path);
|
||||||
|
Loading…
Reference in New Issue
Block a user