-
Notifications
You must be signed in to change notification settings - Fork 7.9k
[Test libmysqlclient] remove REPORT_EXIT_STATUS=no
#13416
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
[Test libmysqlclient] remove REPORT_EXIT_STATUS=no
#13416
Conversation
@iluuu1994 |
Yes, we should remove this. However, note that we have failing tests: |
Yeah, I noticed this because the test was failing but the CI was passing. It's been failing since I cleaned up my tests 3 months ago. Fortunately, there's no bug in pdo itself, just a test that's wrong. With this PR, should I fix the tests together? It'll probably be done soon. |
Yes, please fix them together or fix them before removing this flag. |
I look closely, it's a little different. Both are failing even before my cleanup. One has been failing, probably since the time the test was added (7 months ago). I'll fix it anyway. |
I made a separate PR for the tests that only fail on master. The other one is included in this PR. |
It might be useful to be able to run tests selectively, with commit messages like |
Can you rebase now, please? |
If you approve, I can do it myself! (I have commit rights since last month) |
681827c
to
957ab4a
Compare
It would be helpful if someone could look at this. |
I forgot to write "closes" |
No description provided.