]> granicus.if.org Git - php/commit
Fixes for session and fpm tests to make them more reliable in Travis CI
authorMitch Hagstrand <mhagstrand@gmail.com>
Fri, 6 Jan 2017 07:22:36 +0000 (23:22 -0800)
committerJoe Watkins <krakjoe@php.net>
Sat, 7 Jan 2017 07:13:44 +0000 (07:13 +0000)
commit06c8538f87cf4c037f5a68df9e8ac0fb395b74ca
treea6dce43f6b7fc38a060dd2174c9b341e5ad91b27
parent3aece4629b7050f9a2284de3f32c1ab57c918aaa
Fixes for session and fpm tests to make them more reliable in Travis CI

1. Increased the timeout on sapi/fpm tests to match the cli server
2. Fixed user session GC function to return number of sessions removed
3. Disabled session GC in session_set_save_handler_basic.phpt
ext/session/tests/save_handler.inc
ext/session/tests/session_set_save_handler_basic.phpt
ext/session/tests/session_set_save_handler_variation4.phpt
sapi/fpm/tests/002.phpt
sapi/fpm/tests/003.phpt
sapi/fpm/tests/004.phpt
sapi/fpm/tests/013.phpt
sapi/fpm/tests/014.phpt
sapi/fpm/tests/015.phpt