#29827 closed Bug (fixed)
cloned DBs are not reused during tests on MySQL
Description ¶
When I'm using tests/runtests.py --parallel=8 -k
, I expect following runs to be faster than the prior one, because test DBs are created once and are reused in the following runs. On MySQL they take the same time. I see mysqldump
in processes every time I run tests.
It seems that this regression was introduced in e1253bc26facfa1d0fca161f43925e99c2591ced.
Change History (4)
comment:1 by , 7 years ago
Has patch: | set |
---|---|
Owner: | changed from | to
Status: | new → assigned |
comment:2 by , 6 years ago
Triage Stage: | Unreviewed → Accepted |
---|
Note:
See TracTickets
for help on using tickets.
PR