[MDEV-17771] Add Galera ist and sst tests using mariabackup Created: 2018-11-19 Updated: 2018-12-17 Resolved: 2018-11-27 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Galera, Galera SST, Tests |
| Fix Version/s: | 10.4.1, 10.1.38, 10.2.20, 10.3.12 |
| Type: | Task | Priority: | Major |
| Reporter: | Jan Lindström (Inactive) | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||||||||||
| Comments |
| Comment by Marko Mäkelä [ 2018-11-26 ] | |||||||||
|
I had to disable a test when merging this to 10.3.
Please fix. | |||||||||
| Comment by Marko Mäkelä [ 2018-11-30 ] | |||||||||
|
The reason why the test fails for me in 10.3 or 10.4 is that when I compile with
then, for some reason, aes_ctr will not be enabled:
In 10.2 with identical build options, it is available. Do we really have to test with aes_ctr, or would it suffice to test with aes_cbc which is always available? If aes_ctr is truly needed, then the test should be skipped when it is not available. | |||||||||
| Comment by Marko Mäkelä [ 2018-12-12 ] | |||||||||
|
Actually, the test fails already in 10.1 when aes_ctr is not available. | |||||||||
| Comment by Marko Mäkelä [ 2018-12-17 ] | |||||||||
|
The problem with aes_ctr was filed as |