[MDEV-19545] MTR should check for stale files created in tests Created: 2019-05-22 Updated: 2023-04-27 |
|
| Status: | Open |
| Project: | MariaDB Server |
| Component/s: | None |
| Affects Version/s: | 5.5, 10.1, 10.2, 10.3, 10.4 |
| Fix Version/s: | 10.4 |
| Type: | Bug | Priority: | Minor |
| Reporter: | Robert Bindar | Assignee: | Unassigned |
| Resolution: | Unresolved | Votes: | 0 |
| Labels: | None | ||
| Description |
|
MTR doesn't currently complain about files created with --write_file which are not deleted with --remove_file by the end of the test ( example ). Unfortunate reordering of tests sharing the same Env leads to intermittent failures sometimes. |