Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
model-checker : abort if popen failed
[simgrid.git] / teshsuite / gras / README
1 This directory contains several tests to the GRAS mecanism. The
2 difference with the examples/gras directory is that what's in here
3 tests some corner case that nobody would try in the first place. Here
4 is a list of the directory content:
5
6 empty_main/ Once upon a time, GRAS was broken when processes did
7             nothing. This test is here to ensure that this never
8             happen again.
9             
10 msg_handle/ Ensures the wanted semantic for gras_msg_handle(i) when
11             i<0, i==0 and i>0.
12
13 numerous_rpc/ Ensures that it is ok to have a very large amount of
14               very small RPC in real life (it used to be a race
15               condition in the socket mechanism stuff)