[MDEV-22082] Test spider/bugfix.wait_timeout occasionally fails with result difference Created: 2020-03-30 Updated: 2021-07-26 Resolved: 2021-07-26 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider, Tests |
| Affects Version/s: | 10.4, 10.5, 10.6 |
| Fix Version/s: | 10.4.21, 10.5.12, 10.6.4 |
| Type: | Bug | Priority: | Major |
| Reporter: | Marko Mäkelä | Assignee: | Nayuta Yanagisawa (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | sporaric | ||
| Issue Links: |
|
||||||||
| Description |
|
Note: I do not normally compile or test Spider. This time I did, on 10.4. The test failed in a 32-bit RelWithDebInfo build. It turns out that the test is nondeterministic, because I also got it to fail on a 64-bit Debug build, with enough retries:
Here are two sample failures:
and from the 64-bit Debug build:
Please try to fix this in the earliest applicable version. I did not check any other source code revisions than 10.4e2f1f88fa60680cb87833a7cceb172f5d436a804 . |
| Comments |
| Comment by Alice Sherepa [ 2021-06-24 ] | ||||||
|
10.4 09b03ff31b8fd71aee26 http://buildbot.askmonty.org/buildbot/builders/kvm-deb-groovy-amd64/builds/1323/steps/mtr/logs/stdio | ||||||
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-07-20 ] | ||||||
|
On 10.4 HEAD (3e5a11e) , I cannot reproduce the bug in my development environment (Vagrant box bento/ubuntu-20.04). I will look at it into further. | ||||||
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-07-25 ] | ||||||
|
I reproduced the failure. As serg pointed out in MDEV-26045, spider/bugfix.wait_timeout looks irrelevant to Spider's functionalities. Thus, I think that we could just disable the test until MDEV-26045 is closed. | ||||||
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-07-25 ] | ||||||
|
serg As I commented above, I think we could just disable the test temporarily. Please review: https://github.com/MariaDB/server/commit/f0b0d16d7ba9d36b13e04c7b90506f6ae5a7d79a | ||||||
| Comment by Sergei Golubchik [ 2021-07-26 ] | ||||||
|
This is fine. You might prefer a shorter comment in disabled.def, so that it wouldn't break the formatting as in
Or you can cherry-pick commit 6fab256bc85 (that I, unfortunately, have completely forgotten of) into 10.3 | ||||||
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-07-26 ] | ||||||
|
serg Thank you for your review. I will cherry-pick 6fab256bc85. | ||||||
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-07-26 ] | ||||||
|
You say "to 10.3" which I understand to be a mistake for "to 10.4". | ||||||
| Comment by Nayuta Yanagisawa (Inactive) [ 2021-07-26 ] | ||||||
|
Closed by https://github.com/MariaDB/server/commit/389f5cf76fa2bd5e3dacd074395db4d0ef59c9f2. |