[MDEV-22573] galera.galera_last_committed_id MTR failed: Result content mismatch Created: 2020-05-15 Updated: 2022-05-03 |
|
| Status: | Stalled |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.5.3 |
| Fix Version/s: | 10.5 |
| Type: | Bug | Priority: | Major |
| Reporter: | Stepan Patryshev (Inactive) | Assignee: | Julius Goryavsky |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Environment: |
kvm-deb-xenial-amd64 |
||
| Issue Links: |
|
||||||||
| Description |
|
galera.galera_last_committed_id MTR failed on BB, 10.5: Result content mismatch.
|
| Comments |
| Comment by Stepan Patryshev (Inactive) [ 2020-05-28 ] |
|
It is still failed on bb, 10.5. |
| Comment by Stepan Patryshev (Inactive) [ 2020-06-03 ] |
|
mkaruza if they are not related to the tests themselves, what do you think causes these failures? |
| Comment by Mario Karuza (Inactive) [ 2020-06-04 ] |
|
This specific run was influenced by MW-328B. Tests MW-328A & 328B were enabled on 10.5 - i assume not long time ago (https://github.com/MariaDB/server/commit/fde94b4cd6c916f118ccb2785c09dafef391298c). Issue with this specific test and all test on same run is that they can't bind to port which is used with MW-328B test and failed, as explained before in this ticket- galera.galera_last_committed_id issue was fixed by Marko's patch. |
| Comment by Stepan Patryshev (Inactive) [ 2020-06-04 ] |
|
mkaruza Thank you for your explanation, but I still don't understand how this failure can be fixed by the commits by Marko from |
| Comment by Mario Karuza (Inactive) [ 2020-06-04 ] |
|
Please look closely what is difference between original failure and ones that are problematic lately. 1. Original failure had difference between test run and recorded result file, exactly that was fixed with already mentioned patch. 2. Now the failure is different and this time (http://buildbot.askmonty.org/buildbot/builders/kvm-deb-xenial-aarch64/builds/4229) is triggered by MW-328A. Looking into result file you can notice that failure is on ALL test after MW-328A: Errors/warnings were found in logfiles during server shutdown after running the Failure can be seen here: ***Warnings generated in error logs during shutdown after running tests: galera.galera_last_committed_id 2020-05-29 23:03:55 0 [Warning] WSREP: error while trying to listen 'tcp://0.0.0.0:16002?socket.non_blocking=1', asio error 'bind: Address already in use' From traces you can read that test CAN'T bind to specific port which is associated with worker 2. All other test that are run after MW-328A fail with same error. I believe that one of our team members is working on this issue. As mentioned in last comment, these 2 tests (MW-328A, MW-328B) are enabled 17 days ago. |
| Comment by Stepan Patryshev (Inactive) [ 2020-06-05 ] |
|
mkaruza Thank you for the detailed clarifications. Now it is clear. |
| Comment by Stepan Patryshev (Inactive) [ 2020-06-05 ] |
|
Linked to |