[New-bugs-announce] [issue40787] Mysql + unittest crash

Lucas report at bugs.python.org
Tue May 26 21:50:46 EDT 2020


New submission from Lucas <lgerosa2002 at gmail.com>:

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.

----------
components: Library (Lib)
messages: 370039
nosy: lgerosa
priority: normal
severity: normal
status: open
title: Mysql + unittest crash
type: crash
versions: Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue40787>
_______________________________________


More information about the New-bugs-announce mailing list