[MDEV-12424] binlog_encryption.encrypted_* tests fail with Can't locate autodie.pm error Created: 2017-04-02 Updated: 2017-04-02 Resolved: 2017-04-02 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - RocksDB |
| Affects Version/s: | None |
| Fix Version/s: | N/A |
| Type: | Bug | Priority: | Major |
| Reporter: | Sergei Petrunia | Assignee: | Sergei Petrunia |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||
| Description |
|
Look at bb-10.2-mariarocks tree.
fail with the same error:
|
| Comments |
| Comment by Sergei Petrunia [ 2017-04-02 ] | ||||||||
|
The use of autodie in search_pattern_in_file.inc was introduced by https://github.com/MariaDB/server/commit/b2865a437f45922c2f31f2bffe0f7d6134a8720e . However that's not the only occurrence.
| ||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | ||||||||
|
Full list of autodie use:
| ||||||||
| Comment by Elena Stepanova [ 2017-04-02 ] | ||||||||
|
MTR tests shouldn't use anything that's not in default perl installation. | ||||||||
| Comment by Sergei Petrunia [ 2017-04-02 ] | ||||||||
|
Pushed a fix to bb-10.2-mariarocks tree. |