[MDEV-3811] main.ps_ddl flaky (12 failures over 100 runs) Created: 2012-10-17 Updated: 2012-12-10 Resolved: 2012-12-10 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.27 |
| Fix Version/s: | 5.5.28 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Andrew Ford | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Environment: |
x86_64 GNU/Linux (kernel based on 2.6.38) |
||
| Description |
|
main.ps_ddl does not pass consistently. Prepared statement view->temporary table transition in particular. It is more flaky with -DCMAKE_BUILD_TYPE=Debug (fails roughly twice as often). MariaDB Version 5.5.27-MariaDB-debug
============================================================================== TEST RESULT TIME (ms) or COMMENT worker[1] Using MTR_BUILD_THREAD 300, with reserved ports 16000..16019 CURRENT_TEST: main.ps_ddl mysqltest: Result length mismatch Warnings from just before the error: |
| Comments |
| Comment by Elena Stepanova [ 2012-11-09 ] |
|
Hi Andrew, Could you please specify
So far I couldn't reproduce the problem. |
| Comment by Andrew Ford [ 2012-11-21 ] |
|
I download the source tarball from https://downloads.mariadb.org/mariadb/5.5.27/ It is based on Ubuntu, but has a custom kernel and some custom packages. <in root of clean tarball>: ; do ./mysql-test-run.pl main.ps_ddl && SUCCESS=$(($SUCCESS+1)); done <prints something around 84 (varies)> |
| Comment by Elena Stepanova [ 2012-11-24 ] |
|
Thanks. Could you please try 5.5.28 release to see if you observe the problem there? |
| Comment by Elena Stepanova [ 2012-12-10 ] |
|
Please feel free to re-open if you find out it's still reproducible in your environment. |