vapor / mysql-nio

🐬 Non-blocking, event-driven Swift client for MySQL.
MIT License
87 stars 28 forks source link

Updates default DB config for tests to use test_ prefix #67

Closed gwynne closed 2 years ago

gwynne commented 2 years ago

Updates the tests, CI workflow, and supporting files to use test_database, test_username, and test_password as the defaults, rather than using a vapor_ prefix. Matches the same change in postgres-nio (vapor/postgres-nio#192).

Also pulls in some unrelated CI improvements.

gwynne commented 2 years ago

Both remaining test failures are spurious issues caused by the database server, overriding to merge.