-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
finagle/finagle-mysql: Update the expected mysql version for integrat…
…ion tests to 8.0.21 Problem MySql version 5.7 is EOL, but we were using it for integration tests. Solution Update expected version to more modern 8.0.21, and add README to the integration tests noting the expected location for this installation in order for the tests to run. Differential Revision: https://phabricator.twitter.biz/D1152235
- Loading branch information
Showing
4 changed files
with
27 additions
and
5 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
8 changes: 8 additions & 0 deletions
8
finagle-mysql/src/test/scala/com/twitter/finagle/mysql/integration/README
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,8 @@ | ||
In order for the integration tests to run, a mysql installation must exist at: | ||
|
||
/tmp/.embedded_mysql/8.0.21 | ||
|
||
(The version defined by `defaultInstanceConfig` in | ||
finagle/finagle-mysql/src/test/scala/com/twitter/finagle/mysql/integration/package.scala) | ||
|
||
You can download this from: https://dev.mysql.com/downloads/mysql/ |
9 changes: 6 additions & 3 deletions
9
finagle-mysql/src/test/scala/com/twitter/finagle/mysql/integration/TypeTest.scala
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