[MDEV-10255] Test timeouts on p8-trusty-bintar and p8-trusty-bintar-debug Created: 2016-06-19 Updated: 2016-07-16 Resolved: 2016-07-16 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 5.5, 10.0, 10.1 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Daniel Bartholomew |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Various tests fail with timeouts on p8 buliders.
etc. Another flavor:
|
| Comments |
| Comment by Elena Stepanova [ 2016-06-26 ] | |
|
Many varieties, e.g. http://buildbot.askmonty.org/buildbot/builders/p8-trusty-bintar/builds/9/steps/test/logs/stdio
They can fail directly with "test timeout" or indirectly because some part of the test failed due to a timeout. | |
| Comment by Sergey Vojtovich [ 2016-07-07 ] | |
|
P8 builders (not only trusty) seem to have rather slow disks, according to hdparm: Timing buffered disk reads: 44 MB in 3.34 seconds = 13.17 MB/sec Since we run tests with --parallel=4 it may happen so that 2 (or more) IO hungry tests may load disks heavily. Some options:
| |
| Comment by Elena Stepanova [ 2016-07-07 ] | |
|
It seems that the situation might have been resolved already. Around July 3-4 both builders were switched from p8-trusty-bb slave to power8-vlp04. Since then there have been 11 builds on both builders together, and not a single timeout. Before that, p8-trusty-bintar-debug was failing pretty much all the time, and p8-trusty-bintar all the time, so 11 successful builds in a row is a statistically significant number. So, I won't change the buildbot config just yet, lets observe it for some more time and see how it goes. p8-trusty-bb is still on the list, but as of the time of this comment, it's offline, hopefully it stays this way. | |
| Comment by Elena Stepanova [ 2016-07-16 ] | |
|
There have been no timeouts for 2 weeks, since the tests were switched to the new slave power8-vlp04, so I think it's safe to assume the problem was fixed by the upgrade. |