[MDEV-12627] innodb.innodb_bug14147491 does not do proper cleanup Created: 2017-04-28 Updated: 2017-05-08 Resolved: 2017-05-08 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Tests |
| Affects Version/s: | 10.1 |
| Fix Version/s: | 10.1.24, 10.2.6 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Elena Stepanova | Assignee: | Jan Lindström (Inactive) |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Issue Links: |
|
||||||||||||||||
| Description |
|
Test innodb.innodb_bug14147491 creates $MYSQLD_DATADIR/test/t1.ibd.backup file, but does not remove it later. it makes it impossible to run the test with --repeat (without force-restart. The obvious solution would be to delete the file at the end of the test, but I'm not sure if it's even needed – it does not seem to be used anywhere. |
| Comments |
| Comment by Marko Mäkelä [ 2017-05-05 ] |
|
This should be a regression from |
| Comment by Jan Lindström (Inactive) [ 2017-05-08 ] |
|
10.1: commit 57e667357a4a953d67b60b5ec157933a1b2b1946 Removed creation of unused backup file and unused variables. |
| Comment by Jan Lindström (Inactive) [ 2017-05-08 ] |
|
10.2: commit 1e227d8880371e38bd8451351dcbbdcb5226be72 Removed creation of unused backup file and unused variables. |