Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix parallel tests for chord.
authorArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 13 Feb 2014 13:33:48 +0000 (14:33 +0100)
committerArnaud Giersch <arnaud.giersch@iut-bm.univ-fcomte.fr>
Thu, 13 Feb 2014 15:30:52 +0000 (16:30 +0100)
commitdccd4ef2c80ce2257f823d20d31c6bdfa75bf2ea
treec4c92de290cc2482548a98b499b68e3dc36ee8af
parent32ac22172e63ef2bfeb0f82fbf11b5ccd920f2cb
Fix parallel tests for chord.

Verify that we got the expected answer, by checking ans_data->type.

The expected task may have been destroyed at line 413, and then
recycled at line 594, giving the same pointer.

The problem sometimes happened with parallel tests.
examples/msg/chord/chord.c