mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-03 05:26:58 +00:00
raft: extend single_node_is_quiet test
This commit is contained in:
@@ -107,6 +107,10 @@ BOOST_AUTO_TEST_CASE(test_single_node_is_quiet) {
|
||||
fsm.add_entry(raft::command{});
|
||||
|
||||
BOOST_CHECK(fsm.get_output().messages.empty());
|
||||
|
||||
fsm.tick();
|
||||
|
||||
BOOST_CHECK(fsm.get_output().messages.empty());
|
||||
}
|
||||
|
||||
BOOST_AUTO_TEST_CASE(test_election_two_nodes) {
|
||||
|
||||
Reference in New Issue
Block a user