-
Notifications
You must be signed in to change notification settings - Fork 20
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Failed tests in upcomming 4.0.0 #174
Comments
|
I think you should rebuild the database (I did not published sqlite db for a long time), and push only a new version with a release now
Only Imagick 3.1.2 (stable) is supported. See |
5-6 fixed by pr #175 |
On my windows laptop, with a fresh built DB and your PR #173 only, I got these results
|
I'm still analysing your PR #172 to see why we have 4590 tests while previously we have only 1368 |
Because 1 test per constant instead of 1 test per extension (but number of assertion should be nearly the same) |
Ok, with a fresh db (1 and 2 are Gmp + Http)
|
Probably a wrong windows version build. I have the latest version 2.2.7 got from pecl.php.net
|
Can't test, due to a wrong windows build. I've the latest version 1.3.2 get from pecl.php.net
I have no results with
|
Forget my previous comment about sphinx. I've redownloaded the win ver from pecl and now it's loadable |
Even if my windows version of sphinx is now loadable. There are differences between the reflection I got and your https://github.com/remicollet/remirepo/blob/master/php/pecl/php-pecl-sphinx/REFLECTION Missing in Windows version 1.3.2
And
|
Of course, there is a quick solution, to solve this situation. Not the best one, but the faster. What do you think of this one ? |
SERIALIZER_IGBINARY is an optional constant, only defined when build with --enable-redis-igbinary option |
About sphinx, those constants are optional (depend on libsphinx client) |
About varnish and your PR #176, the windows version 1.2.1 did not inclued them
And comparing with your REFLECTION file, I see also a diff on visibility method (public on my side) |
Nevermind, class constants are not yet checked with the |
About sphinx methods missing (previous comment #174 (comment)), I just see that there are optional (depend on libsphinxclient ) |
All are fixed now. |
Bug tracker for failed tests
The text was updated successfully, but these errors were encountered: