History log of /lighttpd1.4/tests/LightyTest.pm (Results 1 – 25 of 55)
Revision (<<< Hide revision tags) (Show revision tags >>>) Date Author Comments
Revision tags: lighttpd-1.4.69, lighttpd-1.4.68
# 208b04c2 02-Jan-2023 Glenn Strauss <[email protected]>

[tests] disable Nagle on client, remove sleeps

disable Nagle on client, remove sleeps for tests marked for slow CRLF


Revision tags: lighttpd-1.4.67, lighttpd-1.4.66, lighttpd-1.4.65, lighttpd-1.4.64
# d1b5f52e 14-Jan-2022 Glenn Strauss <[email protected]>

[tests] revert _WIN32 adjustments in LightyTest.pm

This reverts commit c1bc5efe9a2fb424ba432cbe03ea5d1c525519e6.


# c1bc5efe 11-Jan-2022 Glenn Strauss <[email protected]>

[tests] _WIN32 adjustments in LightyTest.pm

separate cygwin paths from Windows native paths

remove unnecessary variables
remove unnecessary file copies


# 93bc7f26 09-Jan-2022 Glenn Strauss <[email protected]>

[core] allow tests/tmp/bind.conf override (#3137)

optional bind spec override for tests/*.conf,
e.g. for use on platforms w/o socket activation

x-ref:
"TRACEME environment option in tests broken

[core] allow tests/tmp/bind.conf override (#3137)

optional bind spec override for tests/*.conf,
e.g. for use on platforms w/o socket activation

x-ref:
"TRACEME environment option in tests broken with LISTEN_PID"
https://redmine.lighttpd.net/issues/3137

show more ...


# 1e335b37 09-Jan-2022 Glenn Strauss <[email protected]>

[core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)

allow LISTEN_PID to be ppid (parent pid) if TRACEME set in environment
(e.g. for strace, gdb on Linux; valgrind starts lighttpd as LISTEN_

[core] allow LISTEN_PID to be ppid if TRACEME (fixes #3137)

allow LISTEN_PID to be ppid (parent pid) if TRACEME set in environment
(e.g. for strace, gdb on Linux; valgrind starts lighttpd as LISTEN_PID)

x-ref:
"TRACEME environment option in tests broken with LISTEN_PID"
https://redmine.lighttpd.net/issues/3137

show more ...


Revision tags: lighttpd-1.4.63, lighttpd-1.4.62, lighttpd-1.4.61
# a2bfccd1 10-Oct-2021 Glenn Strauss <[email protected]>

[tests] force Fcntl::F_SETFD() autovivification (#3110)

x-ref:
"RPM build fails at Lighttest.pm"
https://redmine.lighttpd.net/issues/3110


# 78eb0e39 10-Oct-2021 Glenn Strauss <[email protected]>

[tests] force POSIX::WNOHANG() autovivification (fixes #3110)

x-ref:
"RPM build fails at Lighttest.pm"
https://redmine.lighttpd.net/issues/3110


Revision tags: lighttpd-1.4.60
# 83338cb7 26-Aug-2021 Glenn Strauss <[email protected]>

[tests] IO::Socket::INET->new( Timeout => 1 )

(to be used when supported by the underlying Perl lib)


# e2bd776f 07-May-2021 Glenn Strauss <[email protected]>

[tests] disable secdownload HMAC tests for NSS

NSS crypto lib does not expose interfaces to HMAC funcs


Revision tags: lighttpd-1.4.59
# 5b1b9f78 01-Jan-2021 Glenn Strauss <[email protected]>

[tests] use ephemeral ports in tests

avoid spurious test failures due to conflicts with ports in use by
other processes, which might occur when tests use hard-coded ports


Revision tags: lighttpd-1.4.58
# d228b066 25-Dec-2020 Glenn Strauss <[email protected]>

[tests] slight speed up checking for server ready

make connection attempt every 10ms instead of every 20ms


# b598bb53 23-Dec-2020 Glenn Strauss <[email protected]>

[tests] remove FastCGI test dependency on PHP


Revision tags: lighttpd-1.4.57, lighttpd-1.4.56
# 21337394 09-Nov-2020 Glenn Strauss <[email protected]>

[tests] allow LIGHTTPD_EXE_PATH override

allow LIGHTTPD_EXE_PATH override to be able to run source tree tests/*.t
against installed executable, e.g. LIGHTTPD_EXE_PATH=/usr/sbin/lighttpd

Beware that

[tests] allow LIGHTTPD_EXE_PATH override

allow LIGHTTPD_EXE_PATH override to be able to run source tree tests/*.t
against installed executable, e.g. LIGHTTPD_EXE_PATH=/usr/sbin/lighttpd

Beware that tests might not pass or might not be supported if the target
executable is not the same version as that of the source tree

(Possible use for this override is by Debian autopkgtests)

show more ...


Revision tags: lighttpd-1.4.56-rc7, lighttpd-1.4.56-rc6, lighttpd-1.4.56-rc5, lighttpd-1.4.56-rc4, lighttpd-1.4.56-rc3, lighttpd-1.4.56-rc2, lighttpd-1.4.56-rc1
# a363383a 12-Oct-2020 Glenn Strauss <[email protected]>

[tests] detect multiple SSL/TLS/crypto providers


# dc51e9d6 11-Oct-2020 Glenn Strauss <[email protected]>

[tests] simulate slow, small packets more quickly

simulate slow, small packets more quickly
1ms between chars is plenty slow; 100ms is excessive

fixup


Revision tags: lighttpd-1.4.55, lighttpd-1.4.54
# da6a94ef 13-May-2019 Glenn Strauss <[email protected]>

[tests] has_feature() helper func

has_feature() helper func so that tests
can be skipped if support is not present


Revision tags: lighttpd-1.4.53, lighttpd-1.4.52, lighttpd-1.4.51, lighttpd-1.4.50, lighttpd-1.4.49, lighttpd-1.4.48, lighttpd-1.4.47, lighttpd-1.4.46
# aa14493e 19-Mar-2017 Glenn Strauss <[email protected]>

[tests] reduce time waiting for backends to start

reduce time spent waiting for backends to start

tests check for active listening port before proceeding

test runs now complete in about 2/3 the ti

[tests] reduce time waiting for backends to start

reduce time spent waiting for backends to start

tests check for active listening port before proceeding

test runs now complete in about 2/3 the time

show more ...


Revision tags: lighttpd-1.4.45, lighttpd-1.4.44, lighttpd-1.4.43, lighttpd-1.4.42
# 6ec66c4d 20-Aug-2016 Glenn Strauss <[email protected]>

[core] better DragonFlyBSD support (fixes #2746)

(thx xenu)

x-ref:
"[PATCH] better DragonFlyBSD support; fix crash"
https://redmine.lighttpd.net/issues/2746


# 4bc06bfc 06-Aug-2016 Glenn Strauss <[email protected]>

[core] check if client half-closed TCP if POLLHUP (#2743)

Check if client half-closed TCP connection if POLLHUP is received.
This more robustly handles if client called shutdown(fd, SHUT_WR).

This

[core] check if client half-closed TCP if POLLHUP (#2743)

Check if client half-closed TCP connection if POLLHUP is received.
This more robustly handles if client called shutdown(fd, SHUT_WR).

This patch reverts commit:ab05eb7c which should now be handled properly.
(Time will tell.)

x-ref:
"1.4.40/41 mod_proxy, mod_scgi may trigger POLLHUP on *BSD,Darwin"
https://redmine.lighttpd.net/issues/2743

show more ...


Revision tags: lighttpd-1.4.41, lighttpd-1.4.40, lighttpd-1.4.39, lighttpd-1.4.38
# ab05eb7c 04-Dec-2015 Stefan Bühler <[email protected]>

[tests] do not half-close socket before having received the response (fixes #2688)

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3058 15

[tests] do not half-close socket before having received the response (fixes #2688)

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3058 152afb58-edef-0310-8abb-c4023f1b3aa9

show more ...


Revision tags: lighttpd-1.4.37
# 9290e923 22-Aug-2015 Stefan Bühler <[email protected]>

[tests] fix warning about newline in filename

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3021 152afb58-edef-0310-8abb-c4023f1b3aa9


# 87c5ec96 22-Aug-2015 Stefan Bühler <[email protected]>

[tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@301

[tests] search for perl in PATH instead of /usr/bin; whitespace + test config cleanups

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@3019 152afb58-edef-0310-8abb-c4023f1b3aa9

show more ...


Revision tags: lighttpd-1.4.36, lighttpd-1.4.36--rc1
# adfa06de 08-Feb-2015 Stefan Bühler <[email protected]>

[tests] improve valgrind and strace TRACEME, disable condition logging in normal configs

- condition logging is way too noisy and rarely useful
- increate timeout to wait for port bind; if the proce

[tests] improve valgrind and strace TRACEME, disable condition logging in normal configs

- condition logging is way too noisy and rarely useful
- increate timeout to wait for port bind; if the process dies we fail
early anyway

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2978 152afb58-edef-0310-8abb-c4023f1b3aa9

show more ...


Revision tags: lighttpd-1.4.35, lighttpd-1.4.34, lighttpd-1.4.33
# a4640b45 06-Sep-2013 Stefan Bühler <[email protected]>

[tests] use list for perl exec to skip the sh wrapper

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2903 152afb58-edef-0310-8abb-c4023f1

[tests] use list for perl exec to skip the sh wrapper

From: Stefan Bühler <[email protected]>

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2903 152afb58-edef-0310-8abb-c4023f1b3aa9

show more ...


Revision tags: lighttpd-1.4.32, lighttpd-1.4.31, lighttpd-1.4.30, lighttpd-1.4.29, lighttpd-1.4.28, lighttpd-1.4.27, lighttpd-1.4.26
# 48fea286 29-Nov-2009 Stefan Bühler <[email protected]>

Fix request parser to handle packets with splitted \r\n\r\n (fixes #2105)

git-svn-id: svn://svn.lighttpd.net/lighttpd/branches/lighttpd-1.4.x@2696 152afb58-edef-0310-8abb-c4023f1b3aa9


123