-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Check if duplicate trends error crops up in 5.7 mysql version #4277
Conversation
@jywarren @milaaraujo Ready! waiting now |
OK, the error is not about the test. It says that can found |
I think you should use |
Let's check now |
@jywarren, do you know what is happening here? :/ |
Hmm...
|
Just digging into this a little bit -- comparing: and looking at the blame view: https://github.com/publiclab/plots2/blame/be761117a1991fb01875bf5fc40c0f23a91d4937/containers/docker-compose-testing.yml Not sure what's going on! |
Hmm, maybe we need Obscure, but the last comment about that was Jan 2018, and more docs here: https://docs.travis-ci.com/user/database-setup/#mysql-57 It says we may need these in
|
One thing to consider, although it may add considerable complexity, might be to have Travis run all tests in 3 different builds, one for |
Let's think about that after resolving this issue. |
Ok, I'll to add that lines in |
Hmm, this still shows @icarito no rush here but do you have any idea why it won't find mysql or connect to it? We're looking to see if our latest code still runs on mysql 5.7, and considering expanding Travis tests to account for this too. Thanks! |
Not sure if it is a good idea to merge a change like this, because right now a lot of tests fail running mysql. |
That's fine -we don't have to merge this anytime soon, but I think it's something we might pursue longer-term to keep our code flexible and compatible. We could think of it as a long-term maintenance goal; I'll open an issue accordingly to track this. Thanks for your help, everyone! I do think it'd get us one step closer if anyone could figure out what's going on with the connection to MySQL, and we could then build on that to re-achieve MySQL compatibility and run our tests on both db platforms, sometime in the future. Let's leave this open in the meantime. |
As the person is inactive for more than a month, I am closing the PR. In case you want to push changes please feel free to open a new PR OR reopen this PR and add additional changes to it. |
Fixes #4266
Make sure these boxes are checked before your pull request (PR) is ready to be reviewed and merged. Thanks!
rake test
@publiclab/reviewers
for help, in a comment belowIf tests do fail, click on the red
X
to learn why by reading the logs.Please be sure you've reviewed our contribution guidelines at https://publiclab.org/contributing-to-public-lab-software
Thanks!