1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-23 19:25:25 +03:00
aports/community/galera/fix_gcomm-test-check_evs2.patch
Jake Buchholz Göktürk 8407fe8b03 community/galera: moved from testing
galera version is up-to-date, and is building on all supported archs.
2022-11-25 19:36:23 +00:00

9 lines
434 B
Diff

--- a/gcomm/test/check_evs2.cpp
+++ b/gcomm/test/check_evs2.cpp
@@ -2583,6 +2583,7 @@
gu::datetime::SimClock::inc_time(300 * gu::datetime::MSec);
evs_from_dummy(dn[1])->handle_timers();
evs_from_dummy(dn[2])->handle_timers();
+ prop.propagate_until_empty();
ck_assert(evs_from_dummy(dn[1])->state() == gcomm::evs::Proto::S_GATHER);
ck_assert(evs_from_dummy(dn[2])->state() == gcomm::evs::Proto::S_GATHER);