Hi Remi,

On Wed, Jan 27, 2016 at 3:32 PM, Remi Collet <r...@fedoraproject.org> wrote:
>
> There were 2 failures:
>
> 1) Horde_SessionHandler_Storage_BuiltinTest::testGc
> Failed asserting that two arrays are equal.
> - --- Expected
> +++ Actual
> @@ @@
>  Array (
> +    0 => 'db620868d98d974c1193d14c3ad7bb35'
>  )

This sounds like php_session_gc() location correction patch is the cause.

https://gist.github.com/yohgaki/c3783b22bae9dcb78d69

This patch allows expired session being active again, but this may work.

>
> /usr/share/tests/pear/Horde_SessionHandler/Horde/SessionHandler/Storage/
> BuiltinTest.php:98
>
> 2) Horde_SessionHandler_Storage_Sql_Pdo_SqliteTest::testList
> Failed asserting that two arrays are equal.
> - --- Expected
> +++ Actual
> @@ @@
>  Array (
> - -    0 => 'sessionid'
> - -    1 => 'sessionid2'
>  )

I have no idea for this now.

>
> /usr/share/tests/pear/Horde_SessionHandler/Horde/SessionHandler/Storage/
> Base.php:43
> /usr/share/tests/pear/Horde_SessionHandler/Horde/SessionHandler/Storage/
> Sql/Base.php:50

Will fedora23's "dnf install php-horde*" install horde tests also?

Regards,

--
Yasuo Ohgaki
yohg...@ohgaki.net

-- 
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to