[MDEV-14936] Test MariaDB Backup 10.1 against newest versions of 5.5 and 10.0 Created: 2017-05-04 Updated: 2018-01-12 Resolved: 2017-10-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Ralf Gebhardt | Assignee: | Andrii Nikitin (Inactive) |
| Resolution: | Done | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||||||
| Description |
|
The first version of MariaDB Backup was added to 10.1.23. As we now support also Windows we can expect to get questions from users/customers about supporting 10.0 and 5.5. It would be good to test MariaDB Backup against the newest versions of MariaDB Server 5.5 and 10.0. and to add the information to the table https://mariadb.com/kb/en/mariadb/mariadb-backup/ in a "Compatibility" column |
| Comments |
| Comment by Andrii Nikitin (Inactive) [ 2017-05-04 ] | |||||||||||||||||||||||||||
|
With environs framework I did following actions to deploy tar packages and run xtrabackup tests with then:
Failures in 10.0 are in tests xb_incremental_compressed_bitmap* and rather internal problems of the framework, which needs to be adjusted to 10.0 Almost all failures in 5.5 are related to crashes of mariabackup during incremental backup. Conclusion: | |||||||||||||||||||||||||||
| Comment by Andrii Nikitin (Inactive) [ 2017-05-04 ] | |||||||||||||||||||||||||||
|
Percona-XtraBackup 2.3.8 handles these tests better for 5.5.55 , maybe work for another todo:
| |||||||||||||||||||||||||||
| Comment by Andrii Nikitin (Inactive) [ 2017-05-04 ] | |||||||||||||||||||||||||||
|
The same tests with InnoDB plugin:
With InnoDB plugin, 10.0.30 and 5.5.55 have less failures because some tests don't run . Crashes for incremental backup for mariabackup in 5.5.55 are still observed even with innodb plugin. | |||||||||||||||||||||||||||
| Comment by Elena Stepanova [ 2017-05-04 ] | |||||||||||||||||||||||||||
|
Please make sure all real failures (those that aren't caused by the tool/environment) are filed as separate bugs in JIRA/MDEV. It was desirable before the release, but after it's gone public it's mandatory. | |||||||||||||||||||||||||||
| Comment by Andrii Nikitin (Inactive) [ 2017-10-27 ] | |||||||||||||||||||||||||||
|
Testing current 10.1 tree: bug1112224.sh - happened once, couldn't reproduce | |||||||||||||||||||||||||||
| Comment by Andrii Nikitin (Inactive) [ 2017-10-27 ] | |||||||||||||||||||||||||||
|
10.0 tests all passed except xb_incremental_compressed_bitmap* , which is probably cannot run in 10.0 | |||||||||||||||||||||||||||
| Comment by Andrii Nikitin (Inactive) [ 2017-10-27 ] | |||||||||||||||||||||||||||
|
For reference: steps to perform tests:
2. Build 5.5, 10.0 and 10.1 environs. Code below will build 10.1 from source (m1) and download and configure 5.5 (m2) and 10.0 (m3) tar packages:
3. Optionally test 10.1 and see if any failure
4. Test 5.5 and 10.0 with commands below:
|