TST: Make test_sql.py parallelizable #60378
Labels
good first issue
IO SQL
to_sql, read_sql, read_sql_query
Testing
pandas testing functions or related to the test suite
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
The text was updated successfully, but these errors were encountered: