[MDEV-8849] rpl.rpl_innodb_bug30888 sporadically fails in buildbot with testcase timeout Created: 2015-09-26 Updated: 2015-09-26 Resolved: 2015-09-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 5.5 |
| Fix Version/s: | 5.5.46 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/p8-rhel71-bintar/builds/509/steps/test/logs/stdio
The test is very fast when it's run with --mem, but very slow when it's run without, as some of buildbot builders do. On my machine it takes 13 seconds with --mem and ~5-6 min otherwise. |
| Comments |
| Comment by Elena Stepanova [ 2015-09-26 ] | ||||||||
|
An easy way to solve it is using innodb_flush_log_at_trx_commit 0 or 2. It does not seem to interfere with the test logic, while makes the test runs many times faster.
| ||||||||
| Comment by Elena Stepanova [ 2015-09-26 ] | ||||||||
|
https://github.com/MariaDB/server/commit/86ed494aef0e7fb1f75af32d0665e9b42f36ee17 |