-
Notifications
You must be signed in to change notification settings - Fork 159
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
AsyncMysql tests have been skipped since hhvm 4.9 (removal of mysqli) #910
Comments
Even worse, I recently found out we don't actually typecheck or run any examples from This one should have been caught by the typechecker because it calls |
So, these tests at least used to be runnable if you set the correct environment variables While this is a pain, we should consider making it 'just work' in dockerized dev/test environments (including CI), with a memory-backed mysql instance |
This is top level code in a |
We should consistently kill all .php files from the examples, except for a 'legacy features' example :) |
This statement dies with the message
Fail
since hhvm 4.9.0, when mysqli was removed.api-examples/__includes/async_mysql_require_env.inc.php
The text was updated successfully, but these errors were encountered: