refactor(MySQL) (#22619)

### What does this PR do?

### How did you verify your code works?

---------

Co-authored-by: Jarred Sumner <jarred@jarredsumner.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
This commit is contained in:
Ciro Spaciari
2025-09-13 14:52:19 -07:00
committed by GitHub
parent 8e786c1cfc
commit beea7180f3
30 changed files with 2238 additions and 1901 deletions

View File

@@ -2685,7 +2685,7 @@ if (isDockerEnabled()) {
expect(e).toBeInstanceOf(SQL.SQLError);
expect(e).toBeInstanceOf(SQL.PostgresError);
expect(e.code).toBe("ERR_POSTGRES_CONNECTION_TIMEOUT");
expect(e.message).toMatch(/Connection timed out after 200ms/);
expect(e.message).toMatch(/Connection timeout after 200ms/);
} finally {
sql.close();
server.close();