DBD-mysql icon indicating copy to clipboard operation
DBD-mysql copied to clipboard

Testsuite failure on build with --ps-protocol

Open dveeden opened this issue 7 years ago • 2 comments
trafficstars

On a build of 72ad31be4a08030dddee00072de155a30320f9d9 with --ps-protocol there are test failures:

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

dveeden avatar Jan 21 '18 14:01 dveeden

I have confirmed this and am trying to find a fix for it.

CaptTofu avatar Feb 11 '18 14:02 CaptTofu

this also fails on MySQL 8.0.3

CaptTofu avatar Feb 11 '18 14:02 CaptTofu