[MDEV-10330] main.show_explain_ps fails sporadically in buildbot Created: 2016-07-03 Updated: 2016-11-20 Resolved: 2016-11-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.2 |
| Fix Version/s: | 10.2.3 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Sergey Vojtovich [ 2016-11-16 ] |
|
Fails rather reliably on fulltest2. |
| Comment by Sergei Petrunia [ 2016-11-18 ] |
|
Ok, this seems to be a race condition in the test. Test setup:
Looking in the code: in Apc_target::make_apc_call we do 1. Put an APC request into the target's queue The "wait/synch/cond/sql/show_explain" wait happens on step#2. The test can fail when the following happens: show_explain_thread> Step#1: Put an APC request into the target's queue |