Open
Description
Feature Type
-
Adding new functionality to pandas
-
Changing existing functionality in pandas
-
Removing existing functionality in pandas
Problem Description
test_sql.py must be run on a single thread now, because tests re-use the same table names. This can cause a race condition when different parametrizations of a test run on different threads
Feature Description
Add a uuid or something else to the table names in the test_sql.py module to disambiguate
Alternative Solutions
status quo
Additional Context
No response