[MDEV-7178] wsrep* tests fail in buildbot Created: 2014-11-23 Updated: 2015-02-05 Resolved: 2015-02-05 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.3 |
| Type: | Bug | Priority: | Critical |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | buildbot, tests | ||
| Attachments: |
|
||||||||||||
| Issue Links: |
|
||||||||||||
| Description |
|
|
| Comments |
| Comment by Elena Stepanova [ 2014-12-06 ] | |||||||||||||||||||||||||||||
|
| |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2015-01-21 ] | |||||||||||||||||||||||||||||
|
and problem dissapears. | |||||||||||||||||||||||||||||
| Comment by Nirbhay Choubey (Inactive) [ 2015-01-21 ] | |||||||||||||||||||||||||||||
|
jplindst it can possibly be because the control somehow skips wsrep_prepend_PATH() :
| |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2015-01-27 ] | |||||||||||||||||||||||||||||
|
Problem is that mysql_home is e.g. my case /home/jan/10.1/ but there is no bin directory, we should also add /scripts directory to path. | |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2015-01-27 ] | |||||||||||||||||||||||||||||
|
Suggested (tested) patch:
| |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2015-01-28 ] | |||||||||||||||||||||||||||||
|
wsrep_prepend_PATH() is only used in mysqld.cc, in this specific place.
| |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2015-01-28 ] | |||||||||||||||||||||||||||||
|
On the other hand… | |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2015-01-29 ] | |||||||||||||||||||||||||||||
|
There is some kind of timing problem, it does add those to the path, second run of mtr succeeds but not the first one ! | |||||||||||||||||||||||||||||
| Comment by Sergei Golubchik [ 2015-01-29 ] | |||||||||||||||||||||||||||||
|
I don't see how that can be timing, the code in suite.pm is very deterministic:
| |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2015-01-29 ] | |||||||||||||||||||||||||||||
|
Path has nothing to do with this. We are hitting https://github.com/codership/galera/issues/204 | |||||||||||||||||||||||||||||
| Comment by Jan Lindström (Inactive) [ 2015-02-05 ] | |||||||||||||||||||||||||||||
|
commit b08126aad1a33ec0ad3491b061e888908d1edfe5 This is temporal test fixt to avoid concurrent IST for now until |