-
Notifications
You must be signed in to change notification settings - Fork 249
Added MySQL 5.7.8-rc-1 and tuned test.sh #83
base: master
Are you sure you want to change the base?
Conversation
libcrack
commented
Oct 15, 2015
- Added MySQL 5.7.8-rc-1 from repo.mysql.com
- Refactorized test.sh by implementing mysql_docker_test_release
local minor="7" | ||
|
||
[[ -z "$major" ]] || major="$1" | ||
[[ -z "$minor" ]] || major="$2" |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
should be [[ -z "$minor" ]] || minor="$2"
Also, test fails:
=> Testing if mysql is running on 5.7
4c30d70929a39887807650e51bd759b5a69807fea87d8e32bb6738b6e8921837
mysqladmin: connect to server at '127.0.0.1' failed
error: 'Host '172.17.42.1' is not allowed to connect to this MySQL server'
0
…ng mysql replication
It looks that's a v5.7 known issue as can be seen here: Do you want me to implement that stuff or maybe the v5.7 release it's already on your roadmap? |
…tadir=/var/lib/mysql" to mysqld initialization
…ating the replication user
No, we don't have a schedule to make images for mysql 5.7 yet. So, please feel free to implement it :) Also, I tried to run the test locally, on 5.7. It fails at replication:
The Slave_IO_Running is NO. |
Could be related, I'll take a look as soon as possible :-) |
Is this still being worked on? |