Closed afck closed 5 years ago
SyncKeyGen should tolerate duplicate Part messages as long as they are identical.
SyncKeyGen
Part
The drop_and_re_add test had an arithmetic overflow, because it tried to remove more faulty nodes than nodes in total.
drop_and_re_add
I also renamed shutdown_epoch to re_add_epoch in the test, because that's what it seems to actually do.
shutdown_epoch
re_add_epoch
SyncKeyGen
should tolerate duplicatePart
messages as long as they are identical.The
drop_and_re_add
test had an arithmetic overflow, because it tried to remove more faulty nodes than nodes in total.I also renamed
shutdown_epoch
tore_add_epoch
in the test, because that's what it seems to actually do.