1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 20:25:28 +03:00
aports/testing/galera/fix_gcomm-test-check_evs2.patch
2021-01-22 11:42:46 +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);