Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add a new stressing test to GRAS. Yeah, it actually breaks things quite often...
[simgrid.git] / teshsuite / gras / README
index df4bd1e..7cdf135 100644 (file)
@@ -3,14 +3,13 @@ difference with the examples/gras directory is that what's in here
 tests some corner case that nobody would try in the first place. Here
 is a list of the directory content:
 
-datadesc/ Tests the marshalling facilities, trying to read messages
-         comming from all the known architectures. This is done by
-         storing these messages in files and loading them as if they
-         were comming from a socket.
-                 
 empty_main/ Once upon a time, GRAS was broken when processes did
            nothing. This test is here to ensure that this never
            happen again.
            
 msg_handle/ Ensures the wanted semantic for gras_msg_handle(i) when
-            i<0, i==0 and i>0.
\ No newline at end of file
+            i<0, i==0 and i>0.
+
+numerous_rpc/ Ensures that it is ok to have a very large amount of
+              very small RPC in real life (it used to be a race
+              condition in the socket mechanism stuff)