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)
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.


No differences found