Failed Tests - ZEROFILL Syntax Errors

Bug #268263 reported by Jay Pipes
2
Affects Status Importance Assigned to Milestone
Drizzle
Fix Released
High
Jay Pipes

Bug Description

Going through all tests in order to bring the test suite up.

main.alias test failed:

 failed: 1064: You have an error in your SQL syntax; check the manual that corresponds to your MySQL server version for the right syntax to use near '(11) NOT NULL

Fix should be simple. We no longer support the ZEROFILL argument, so many tests need to be updated to remove the INT(XX) syntax.

This should be an easy bug for a contributor to work on.

To repeat:

Build Drizzle:

cd myrepos/ # Change to whatever directory your repos are in...
bzr branch lp:drizzle trunk
cd trunk
./config/autorun.sh && ./configure && make
cd tests
./dtr --force

Find all tests which fail with syntax errors...

Fix the syntax in the test file, re-run:

./dtr --force $testname

For instance, fix the main.alias test, then:

./dtr --force main.alias

Revision history for this message
Jay Pipes (jaypipes) wrote :

tests are critical for us right now. Setting priority to high.

Changed in drizzle:
importance: Undecided → High
milestone: none → cirrus
status: New → Confirmed
Revision history for this message
Jay Pipes (jaypipes) wrote :

Test cases have now all been corrected for these syntax errors.

Changed in drizzle:
status: Confirmed → Fix Released
Changed in drizzle:
assignee: nobody → Jay Pipes (jaypipes)
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.