[MDEV-13408] main.log_tables-big failed in buildbot with wrong result Created: 2017-07-30 Updated: 2022-08-29 Resolved: 2022-08-28 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.0 |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Unassigned |
| Resolution: | Cannot Reproduce | Votes: | 0 |
| Labels: | None | ||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1070/steps/test_1/logs/stdio
|
| Comments |
| Comment by Alice Sherepa [ 2017-08-14 ] | ||||||||||||||||||||||||||||||
|
test failed also on 10.1 http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2-big/builds/1076/steps/test_1/logs/stdio, http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest-big/builds/1142/steps/test_2/logs/stdio – mysqltest: Result length mismatch
| ||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2017-08-15 ] | ||||||||||||||||||||||||||||||
|
The internal check problem is easy, it's just a bad cleanup, i've pushed a fix for it to 5.5: However, it has nothing to do with the failure in the description. Looking at the test, I can't see how it can possibly happen, unless there is an actual code problem. Also it doesn't help that the failure so far has happened once in the life time, thus no realistic chance to repeat it. Looking at the server log associated with the failure, we can see that it took twice as long as it should – the test itself takes ~3 minutes, and there were 6 minutes between the test and the retry. However, even that doesn't explain the wrong result In the same commit above I've added the actual query_time in case it doesn't meet expectations. We cannot always put it into output because it will be always a bit different, but when we hit the wrong result, it's a mismatch anyway, so we can just as well print it. If the failure happens again in our life time, we'll at least see what the value was. | ||||||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2022-08-28 ] | ||||||||||||||||||||||||||||||
|
The failure hasn't been seen since the reported occurrence in 2017. |