This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author lgerosa
Recipients lgerosa
Date 2020-05-27.01:50:46
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1590544246.45.0.611703260783.issue40787@roundup.psfhosted.org>
In-reply-to
Content
environment: win10 cmd, python 3.8 32-bit, mysql, unittest

description: When restoring a database through mysql in a unittest function, the command prompt freezes before giving the result of the test, and I am forced to close it to quit.

steps to replicate: Have mysql installed, create a database with some content, dump the latter in a file, create a unit test using python's unittest with at least two test functions, and restore the file in one of them.
History
Date User Action Args
2020-05-27 01:50:46lgerosasetrecipients: + lgerosa
2020-05-27 01:50:46lgerosasetmessageid: <1590544246.45.0.611703260783.issue40787@roundup.psfhosted.org>
2020-05-27 01:50:46lgerosalinkissue40787 messages
2020-05-27 01:50:46lgerosacreate