[MDEV-7560] wsrep* tests depend on the version of galera library, the dependency should be checked Created: 2015-02-07 Updated: 2017-04-18 Resolved: 2017-04-18 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.23, 10.0.31-galera, 10.2.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Sachin Setiya (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | galera, tests | ||
| Description |
|
I am getting the following failure on my local machine while running wsrep.variables:
I assume it's because the installed version of galera doesn't have this variable (is it right?) |
| Comments |
| Comment by Nirbhay Choubey (Inactive) [ 2015-02-28 ] |
|
10.1: https://github.com/MariaDB/server/commit/4c191de323be14993947197d84057c4d32fda0e6 |
| Comment by Daniel Black [ 2017-04-05 ] |
|
Matching against a fixed galera version isn't appropriate as we keep bumping it (https://mariadb.com/kb/en/meta/galera-versions/). Attached pull request (https://github.com/MariaDB/server/pull/351) does a proper version comparison. |