[tclwebtest] do_link -nocomplain doesn't behave as documented
Status: Abandoned
Brought to you by:
tils
From: Grzegorz A. H. <gr...@ef...> - 2003-01-24 11:27:45
|
Hi. Trying the following script: foreach url {http://www.efaber.net/fallo http://www.efaber.net/} { do_request -nocomplain $url } I get such a log: ----- START: in_memory string at [24/Jan/2003:12:20:39] ----- --- do_request for http://www.efaber.net/fallo http status: >>500<< do_request did not return a page. HTTP status is 500 in script body line 3 ----- FAILED: in_memory string (took 1s) ----- Looks like do_request notices the use of -nocomplain, but the test unit is interrupted. Is this expected? The log is exactly the same without -nocomplain. I didn't know what to change in do_request to make the test unit go forward ignoring the error. It also fails if the domain name doesn't exist, but with a socket traceback. -- Grzegorz Adam Hankiewicz, gr...@ef.... Tel: +34-94-472 35 89. eFaber SL, Maria Diaz de Haro, 68, 2 http://www.efaber.net/ 48920 Portugalete, Bizkaia (SPAIN) |