]> granicus.if.org Git - curl/commit
tests: stabilize test 2032 and 2033
authorDaniel Stenberg <daniel@haxx.se>
Thu, 15 Jun 2017 21:47:42 +0000 (23:47 +0200)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 16 Jun 2017 09:43:26 +0000 (11:43 +0200)
commitf94fcdba6eae7c2f14cb207fc6008bdc79a86d62
tree99e8836eb7d5d0ec2b16d16103a33358844a874b
parentde4c747544ebcaa0d5358418eb4a47879a15ccd4
tests: stabilize test 2032 and 2033

Both these tests run the same underlying test code: libntlmconnect.c -
this test code made some assumptions about socket ordering when it used
curl_easy_fdset() and when we changed timing or got accidental changes
in libcurl the tests would fail.

The tests verify that the different transfers keep using the same
connections, which I now instead made sure by adding the number of bytes
each transfer gets and then verifies that they always get the same
amount as when these tests worked.

Closes #1576
tests/data/test2032
tests/data/test2033
tests/libtest/libntlmconnect.c