[MDEV-10261] Tokudb test failures with --big-test Created: 2016-06-21 Updated: 2016-07-20 Resolved: 2016-07-13 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - TokuDB, Tests |
| Affects Version/s: | 10.0.25 |
| Fix Version/s: | 10.1.16, 10.0.27 |
| Type: | Bug | Priority: | Major |
| Reporter: | Daniel Black | Assignee: | Sergei Golubchik |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | contribution, foundation, patch | ||
| Attachments: |
|
| Description |
|
Appears to be as a result of adding begin/commit in mysql-test/suite/parts/inc/partition_supported_sql_funcs.inc (https://github.com/MariaDB/server/commit/5ab92b1f#diff-d29bc9df92f5e23ce69ec497dd7da9e0R19).
Not sure of when this changed Segfault on shutdown - might be |
| Comments |
| Comment by Daniel Black [ 2016-06-22 ] | |||||||||||||||||||||||||||||||||||||||||||||||||
|
In the 10.2 branch these two test branches fail. Looks like the test output just needs re-recording.
| |||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2016-07-01 ] | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Apparently it doesn't run in buildbot at all. The only builders where we have default suites to run with --big are fulltests, and they don't build TokuDB because cmake version is too low. | |||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Rich Prohaska [ 2016-07-02 ] | |||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Sergey Vojtovich [ 2016-07-05 ] | |||||||||||||||||||||||||||||||||||||||||||||||||
|
Removed 10.0 from fix version since PR is against 10.1, so that this task fits into current 10.1 sprint. Still it should be fixed in 10.0 I believe. | |||||||||||||||||||||||||||||||||||||||||||||||||
| Comment by Daniel Black [ 2016-07-10 ] | |||||||||||||||||||||||||||||||||||||||||||||||||
|
so fixed in https://github.com/MariaDB/server/pull/199#issuecomment-231361145 hoping you can update cmake on a buildbot to make these tests run. |