[MDEV-508] Wrong MTR result files in MariaDB-Galera Created: 2012-09-05 Updated: 2013-02-04 Resolved: 2013-02-04 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5.25-galera |
| Fix Version/s: | 5.5.29-galera |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Attachments: |
|
||||
| Issue Links: |
|
||||
| Description |
|
When MariaDB-Galera is built with WSREP support (as it should be), MTR produces failures due to additional wsrep* variables and apparently a change in the variable length: Since the build has now been changed to enable WSREP by default, we should modify result files accordingly. |
| Comments |
| Comment by Elena Stepanova [ 2013-01-29 ] |
|
— /home/elenst/maria-5.5-galera-clean/mysql-test/r/mysqld--help.result 2013-01-29 15:13:53.807815000 +0400 Added wsrep-node-name to the list of skipped variables (@skipvars) in the test file, and removed from the result file. |
| Comment by Elena Stepanova [ 2013-01-29 ] |
|
— /home/elenst/maria-5.5-galera-clean/mysql-test/suite/percona/innodb_sys_index.result 2013-01-29 15:13:53.807815000 +0400 Added --replace_regex /wsrep_[0-9]\.[a-zA-Z0-9]\.r[0-9]+/wsrep_X.Y.rZ/ to the test file, and ", wsrep_X.Y.rZ" to the result file. |
| Comment by Elena Stepanova [ 2013-01-30 ] |
|
It turned out to be a primitive job, almost all of the original failures have already been fixed, there are only a couple of tests left. The patch is attached, I'll ask Seppo to confirm he doesn't mind me pushing it into maria-5.5-galera. My concern about memory issues which wouldn't allow to run MTR tests was also (partially) ungrounded: there would have been memory issues if the tests were run with a full node setup, but since we run MTR tests in buildbot without setting wsrep_provider, the memory problems stay hidden and don't affect the outcome. |
| Comment by Elena Stepanova [ 2013-02-03 ] |
|
I haven't got a confirmation from Seppo, but the change is so trivial, I just pushed it into maria-5.5-galera, he can revert it later if needed. |
| Comment by Elena Stepanova [ 2013-02-03 ] |
|
Got green results for standard tests on bintars, e.g. http://buildbot.askmonty.org/buildbot/builders/kvm-bintar-hardy-amd64/builds/2170 |
| Comment by Elena Stepanova [ 2013-02-04 ] |
|
Standard tests on bintars pass. fulltest still fails, but it's unrelated to wrong results, caused by memory loss warnings. RPM- and deb tests have issues related to packaging. |