From: Arnaud Legrand Date: Wed, 8 Apr 2015 16:06:58 +0000 (+0200) Subject: document this test as broken X-Git-Tag: v3_12~732^2~61^2^2~3 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/7c5842cfd736435cc1526ae06ac1f15cb650f3a5 document this test as broken --- diff --git a/teshsuite/msg/host_on_off_processes/host_on_off_processes.c b/teshsuite/msg/host_on_off_processes/host_on_off_processes.c index f058c12e67..959bf5ec6a 100644 --- a/teshsuite/msg/host_on_off_processes/host_on_off_processes.c +++ b/teshsuite/msg/host_on_off_processes/host_on_off_processes.c @@ -104,6 +104,8 @@ int test_launcher(int argc, char *argv[]) test = 5; if (xbt_dynar_search_or_negative(tests, &test)!=-1){ XBT_INFO("Test 5 (turn off dest during a communication : Create a Process/task to make a communication between Tremblay and Jupiter and turn off Jupiter during the communication"); + XBT_INFO("Warning! I think this test is completely broken and it was revealed by exception/exception test."); + XBT_INFO("At time 20, Jupiter should wake up with a HOST_FAILURE and it gets a TRANSFERT_FAILURE. This is because when turning off Jupiter, its processes are killed, which cancels/destroys the corresponding surf communication instead of canceling a src_ or dst_timeout."); MSG_host_on(jupiter); MSG_process_sleep(10); argvF = xbt_new(char*, 2);