[MDEV-11700] funcs_2.innodb_charset fails in buldbot on valgrind builder with timeout Created: 2017-01-01 Updated: 2017-01-09 Resolved: 2017-01-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.0, 10.1, 10.2 |
| Fix Version/s: | 5.5.55, 10.0.29, 10.1.21, 10.2.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://askmonty.org/buildbot/builders/xenial-amd64-valgrind/builds/247
The test reaches different places before the timeout, it doesn't look like it gets stuck, it's just really slow with valgrind. Even without parallel execution, it takes ~45 min for each combination (as opposed to ~25 seconds without valgrind). And with high levels of parallel execution it exceeds 9000 seconds timeout as shown above |
| Comments |
| Comment by Elena Stepanova [ 2017-01-01 ] |
|
https://github.com/MariaDB/server/commit/761ba0e525be754b01c15a542bd78f84d8a4a19e |
| Comment by Elena Stepanova [ 2017-01-01 ] |
|
bar, I'm going to disable the test for valgrind runs in buildbot. Would you want to have a similar but much shorter test (for a tiny subset of character sets) which would run with valgrind, or do you think it's other tests are sufficient? |
| Comment by Elena Stepanova [ 2017-01-05 ] |
|
https://github.com/MariaDB/server/commit/5302ef2c955d98bf3b1fb1f94c036d904c8af922 |
| Comment by Alexander Barkov [ 2017-01-09 ] |
|
It's a good idea to split this test into parts, one test per charset. |