Skip to content
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

(NFC) Fix logging test for multilingual on MySQL5.7 #11626

Merged

Conversation

seamuslee001
Copy link
Contributor

Overview

At present CRM_Logging_LoggingTest is failing on Ubu1604 which runs MySQL 5.7. This is because the multilingual view is still referencing a column that has now been deleted from the base table and MySQL 5.7 is a bit more stricter on this. This fixes the test and improves the test a little.

Before

Test fails on ubu1604-1

After

Test passes on MySQL 5.7

ping @mlutfy @totten @eileenmcnaughton

@eileenmcnaughton
Copy link
Contributor

There does not seem to be any loss of test coverage here & it is test-only - merging

@eileenmcnaughton eileenmcnaughton merged commit 07101de into civicrm:master Feb 4, 2018
@eileenmcnaughton eileenmcnaughton deleted the multilingual_log_test_fix branch February 4, 2018 21:21
@mlutfy mlutfy added this to the 4.7.31 milestone Feb 9, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants