[MDEV-11504] binlog_encryption.encrypted_master_switch_to_unencrypted fails sporadically in buildbot Created: 2016-12-08 Updated: 2016-12-08 Resolved: 2016-12-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.20 |
| Type: | Bug | Priority: | Major |
| Reporter: | Elena Stepanova | Assignee: | Elena Stepanova |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
|
| Comments |
| Comment by Elena Stepanova [ 2016-12-08 ] |
|
The reason is a simple race condition. Initially the test tried to synchronize with master before showing tables, but it turned out that the slave should fail at this point, so synchronization was removed along with the bug fix for |
| Comment by Elena Stepanova [ 2016-12-08 ] |
|
https://github.com/MariaDB/server/commit/8e702bce66a2fb9ed911800f87e75509ae963e8c |