We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
On a build of 72ad31b with --ps-protocol there are test failures:
--ps-protocol
Test Summary Report ------------------- t/30insertfetch.t (Wstat: 1024 Tests: 13 Failed: 4) Failed tests: 4-7 Non-zero exit status: 4 t/80procs.t (Wstat: 65280 Tests: 17 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 31 tests but ran 17. t/81procs.t (Wstat: 65280 Tests: 17 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 32 tests but ran 17. t/rt61849-bind-param-buffer-overflow.t (Wstat: 65280 Tests: 0 Failed: 0) Non-zero exit status: 255 Parse errors: Bad plan. You planned 2 tests but ran 0. Files=70, Tests=2120, 41 wallclock secs ( 0.42 usr 0.08 sys + 4.70 cusr 0.69 csys = 5.89 CPU) Result: FAIL Failed 4/70 test programs. 4/2120 subtests failed.
Note that this won't be catched by Travis-CI as the .travis.yml file only builds with defaults and with --force-embedded
.travis.yml
--force-embedded
The text was updated successfully, but these errors were encountered:
I have confirmed this and am trying to find a fix for it.
Sorry, something went wrong.
this also fails on MySQL 8.0.3
No branches or pull requests
On a build of 72ad31b with
--ps-protocol
there are test failures:Note that this won't be catched by Travis-CI as the
.travis.yml
file only builds with defaults and with--force-embedded
The text was updated successfully, but these errors were encountered: