[MDEV-32515] The test spider/bugfix.mdev_30370 fails with "98: Address already in use" Created: 2023-10-19 Updated: 2023-12-07 Resolved: 2023-10-20 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Spider |
| Affects Version/s: | 10.10 |
| Fix Version/s: | 10.10.7, 10.11.6, 11.0.4, 11.1.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Yuchen Pei | Assignee: | Yuchen Pei |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
It only happens on builders at buildbot.mariadb.net, but it works fine for builders at buildbot.mariadb.org (see e.g. https://buildbot.mariadb.org/#grid?branch=bb-10.10-mdev-32507) For example https://buildbot.mariadb.net/buildbot/builders/kvm-deb-bullseye-amd64/builds/3143
|
| Comments |
| Comment by Yuchen Pei [ 2023-10-19 ] | ||||||||||||||||||||||
|
As some background, this is a peculiar test, because it tests the mtr does not like to see its own server dead, so we can't have the Prior to | ||||||||||||||||||||||
| Comment by Yuchen Pei [ 2023-10-19 ] | ||||||||||||||||||||||
|
Here's an initial attempt to fix this issue:
| ||||||||||||||||||||||
| Comment by Yuchen Pei [ 2023-10-19 ] | ||||||||||||||||||||||
|
It is strange that this test fails at --exec $MYSQLD_CMD with "Do you
but this test passes
The only difference I can see is the --bootstrap flag... It only [1] In any case, I created a commit to add --bootstrap. Let's see whether
| ||||||||||||||||||||||
| Comment by Yuchen Pei [ 2023-10-19 ] | ||||||||||||||||||||||
|
This simple fix seems to work, see [1] for the commit c9e5d725bb8c
[1] https://buildbot.mariadb.net/buildbot/grid?category=main&branch=bb-10.10-all-builders | ||||||||||||||||||||||
| Comment by Yuchen Pei [ 2023-10-20 ] | ||||||||||||||||||||||
|
danblack said "c9e5d725bb8c0d8eb28caf6bc766e946fc0cf8d7 is fine. Reviewed by me complete." Thanks for the review. So I am going to push 85262c138dbdd1e39046571cb87645621fa7baf2 which is the same as c9e5d725bb8c0d8eb28caf6bc766e946fc0cf8d7 except a more elaborate commit message. | ||||||||||||||||||||||
| Comment by Daniel Black [ 2023-10-20 ] | ||||||||||||||||||||||
|
Yep. Its good. | ||||||||||||||||||||||
| Comment by Daniel Black [ 2023-10-20 ] | ||||||||||||||||||||||
|
yep. good fix. | ||||||||||||||||||||||
| Comment by Yuchen Pei [ 2023-10-20 ] | ||||||||||||||||||||||
|
Pushed 057fd528766eba150b9d7a0de8f95a4094f0e460 to 10.10 |