markddrake / YADAMU---Yet-Another-DAta-Migration-Utility

A utility for Migrating Data between Oracle, Postgres, MySQL MariaDB, Snowflake. Stage Data from supported database to Amazon S3 and Azure Blob Storage in JSON and CSV Formats
MIT License
17 stars 10 forks source link

Disable LostConncetion Tests for MySQL #248

Closed markddrake closed 3 weeks ago

markddrake commented 1 month ago

node/mysql2 appears to hang when a connection while processing a query stream. The LostConnections test for the MySQL driver need to be disabled until this issue is addressed

https://github.com/sidorares/node-mysql2/issues/3082