-
Notifications
You must be signed in to change notification settings - Fork 6
Add missing CI for extensions #29
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
Comments
FWIW, ext/odbc and ext/pdo_odbc are built and tested on AppVeyor against MS SQLServer. Testing against other databases would certainly be highly desireable, but likely many tests would fail (I ran the tests against MySQL, and roughly half of them failed). |
@cmb69 Thanks for the information, I was not aware that there are tested on AppVeyor. Having these tested on Linux and other DBs would be good, but it's reassuring that at least we have them somewhere... |
I've added builds for PDO ODBC and PDO Firebird. PDO DBlib is also easy to build, but each test waits for a ~10s timeout, so we'd have to actually set up the server side for that to be feasible. |
PDO DBLib build & test has been added in php/php-src#6569. |
OCI and PDO OCI build has been added in php/php-src#6604. |
ext/odbc and ext/pdo_odbc tests are enabled on LInux, test coverage is significantly improved: php/php-src#11938 |
pdo_oci has been decided to be unbundled, and tests for pdo_firebird have been added through the following pull request. Therefore, this task may be considered complete. |
Uh oh!
There was an error while loading. Please reload this page.
The following extensions currently do not have CI testing or only incomplete testing. These should be tested on Azure Pipelines Linux x64 configuration if possible.
pdo-firebird
Testing in Linux CI Environments php-src#12677)These extensions are fully tested on Windows (AppVeyor). Having additional testing on Linux would be valuable, but is not critical:
The text was updated successfully, but these errors were encountered: