History log of /curl/tests/libtest/lib533.c (Results 26 – 35 of 35)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
# b9ccecf8 20-Oct-2006 Yang Tse

Decrease the posibility of aborting a test which actually is not
stale by replacing loop counters with timeouts. In this way the
main loop of the test will be allowed to run up to 30 seconds

Decrease the posibility of aborting a test which actually is not
stale by replacing loop counters with timeouts. In this way the
main loop of the test will be allowed to run up to 30 seconds on
any platform before aborting it.

show more ...


# c818e706 19-Oct-2006 Yang Tse

When aborting, show loop counter values when more than one counter exists.


# ead6ab2e 19-Oct-2006 Yang Tse

Abort test if it seems that it would have run forever. This is just to prevent
test hanging and actually is an indication that there's a condition that is
not being properly handled at some p

Abort test if it seems that it would have run forever. This is just to prevent
test hanging and actually is an indication that there's a condition that is
not being properly handled at some point in the library.

Loop counter limits might need to be further increased on false positives.

show more ...


# 8274447d 10-Oct-2006 Yang Tse

Call curl_global_cleanup() in all code paths before exiting test


# c144adf7 09-Oct-2006 Daniel Stenberg

used for test 535 too


# 15e3dfe1 09-Oct-2006 Yang Tse

Compiler warning fix


# a1de9367 09-Oct-2006 Daniel Stenberg

Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
case 535 and it now runs fine. Again a problem with the pipelining code not
taking all possible (error) conditions

Bogdan Nicula's second test case (posted Sun, 08 Oct 2006) converted to test
case 535 and it now runs fine. Again a problem with the pipelining code not
taking all possible (error) conditions into account.

show more ...


# 2ad7fcbc 08-Oct-2006 Daniel Stenberg

test 534 added in an attempt to repeat Bogdan Nicula's bug...


# 2c62dfd1 08-Oct-2006 Daniel Stenberg

modified lib533 to accept both URLs on the command line


# befc30bc 06-Oct-2006 Daniel Stenberg

Bogdan Nicula's hanging test case was converted to test case 533 and the test
now runs fine.


12