Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Added a teshsuite activity_life_cycle test that highlights the following
authorhenricasanova <henric@hawaii.edu>
Tue, 25 Jun 2019 16:26:38 +0000 (18:26 +0200)
committerhenricasanova <henric@hawaii.edu>
Tue, 25 Jun 2019 16:26:38 +0000 (18:26 +0200)
commit6a6bd31b56315befa46c6c3b96e3197210752da9
tree4adcc2702bbbcf5b4fa6b1e6869f3891919bc3f8
parent265db5af7be70be60c7ffb3ea3c2f2ee3bbd766d
Added a teshsuite activity_life_cycle test that highlights the following
problem: a receiver does a get(), then the link is turned off, and then
a sender does a put_init()->detach(). In this case the receiver does not
get a NetworkFailureException even though it should. (Otherwise
there is no way for anybody to tell the communication has failed.)
teshsuite/s4u/activity-lifecycle/activity-lifecycle.cpp