[MDEV-14295] plugins.server_audit, plugins.thread_pool_server_audit failed in buildbot, results mismatch Created: 2017-11-06 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 5.5, 10.0, 10.1, 10.3 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Alice Sherepa | Assignee: | Alexey Botchkov |
| Resolution: | Unresolved | Votes: | 1 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
http://buildbot.askmonty.org/buildbot/builders/kvm-fulltest2/builds/10263/steps/test_3/logs/stdio
|
| Comments |
| Comment by Elena Stepanova [ 2017-11-23 ] | |||||||||||||||||
|
10.1
| |||||||||||||||||
| Comment by Elena Stepanova [ 2018-06-30 ] | |||||||||||||||||
|
10.3
| |||||||||||||||||
| Comment by Alice Sherepa [ 2020-01-16 ] | |||||||||||||||||
|
on 10.2 bb8226deabd177d70151d5 http://buildbot.askmonty.org/buildbot/builders/kvm-rpm-centos73-amd64/builds/13695/steps/mtr_centos_mix/logs/stdio
| |||||||||||||||||
| Comment by Sergey Vojtovich [ 2020-04-10 ] | |||||||||||||||||
|
Problems described back in 2017 didn't expose themselves since long ago. Relevant problems only affect 10.2+. There were quite a few "DISCONNECT" issues, one of them was fixed by 2b3f6ab in 10.5. The former were fixed, the latter was backported. The "WRITE" issue is due to multiple rows in single delated insert. Rows are enqueued separately to delayed thread. And can be processed at once or sequentially. Thus we may see one or two "WRITE" events. To reproduce it reliably add this sleep:
All of the forementioned issues are hopefully fixed by 06219c2 in 10.2. Feel free to refactor if you disagree with those fixes or just close this task. | |||||||||||||||||
| Comment by Sergey Vojtovich [ 2020-04-10 ] | |||||||||||||||||
|
Ah, and of course the most important thing is that this test is now literally 100x faster. |