kc3-lang/libevent/test

Branch :


Log

Author Commit Date CI Message
ea1d30ca 2017-01-20 16:29:19 test: register different tests in automake Before this patch we have one test.sh (well test-script.sh), and tooks very long to run it sequentially, but they are pretty lightweight, so we should run then in parallel.
54d7473f 2017-01-20 16:29:02 test: run different tests under different options (in a wrapper)
d6bafbbe 2017-01-20 02:11:35 test/dns: replace servname since solaris does not have "http" Yes, by default solaris (solaris10.dev 5.10 Generic_147148-26 i86pc i386 i86pc) does not have "http" in /etc/services
d77fcea1 2016-12-07 03:07:59 test/https: separate cases for https client with filtered openssl bufferevent - http/https_filter_chunk_out # now hang - http/https_filter_basic # works, since writes only before connect()
d047c241 2016-12-02 18:32:03 test/ssl: cover case when we writing to be_openssl after connecting Right now it fails because of regression for filtered openssl bufferevent, and by it I mean ssl/bufferevent_filter_write_after_connect test, and by fails - hang. Regression-for: da52933550fd4736aa1c213b6de497e2ffc31e34 ("be_openssl: don't call do_write() directly from outbuf_cb")
09b62013 2016-12-08 02:11:22 test/ssl: fix bufferevent_getfd() for bufferevent_openssl_filter_new()
3c7422fc 2017-01-19 20:51:38 test/thread: netbsd is too slow, increase timeout for conditions_simple
07862531 2017-01-19 20:34:41 test/dns: run async resolving after sync one (to avoid timeouts) If system resolver (sync one) will respond too slow, then we can fail async request and evdns will retransmit tham again, but evdns server will accept that failed requets, so we will have not 2 requests but 4. Reproduced on centos box sometimes.
26f416c1 2017-01-07 11:48:28 test/http: turn off some tests that based on backlog filling (falky) Since this technique does not work well everywhere, anyway it fails from time to time. See: https://travis-ci.org/libevent/libevent/jobs/186426446
4798de6c 2016-12-22 14:55:33 test: fix util/date_rfc1123 under win32 Refs: #417 v2: check when gmtime() returns NULL v3: fix overflow cases