-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
The library/mysql container doesn't support arm64/v8, which caused the tests to not be runnable on M1 Macs. This commit adds two ways to solve this: 1. TestDB now has a SkippedArchs property, which allows certain Docker containers to be tagged to not support certain runtime.GOARCH strings. These cause a skipped test when used. 2. The MySQL test container was switched from libary/mysql to mysql/mysql-server (the one produced directly by the MySQL team), which *does* support arm64/v8, but only on the latest MySQL 8 version.
- Loading branch information
Showing
3 changed files
with
27 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters