Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

bug 1116335 - utf8_distinct_ci collation for Travis CI MySQL #3232

Conversation

groovecoder
Copy link
Contributor

Just sending a PR to trigger a Travis build ...

@groovecoder groovecoder mentioned this pull request Jun 3, 2015
35 tasks
@groovecoder groovecoder force-pushed the django-upgrade-1116335 branch 9 times, most recently from 2e26244 to ed7e207 Compare June 3, 2015 20:54
@@ -52,7 +52,7 @@
'ATOMIC_REQUESTS': True,
'TEST': {
'CHARSET': 'utf8',
'COLLATION': 'utf8_general_ci',
'COLLATION': 'utf8_distinct_ci',
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why is this needed? The test runner will run the migrations and therefore apply the collation to the tables needing it.

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The test runner fails to apply the collation migration to Travis CI MySQL with an OperationalError so I'm trying some other approaches.

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It didn't for me, is this in your VM? What's the traceback?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

In the Travis CI environment. I'm still poking at it trying things today

@groovecoder
Copy link
Contributor Author

For all of these comments: I'm just trying things out to see what the best way to make Travis work is.

@groovecoder groovecoder force-pushed the django-upgrade-1116335 branch 9 times, most recently from 8c0a384 to bb133f8 Compare June 5, 2015 17:07
@groovecoder
Copy link
Contributor Author

Closing. ed67af1 and 5c89cc2 are the better code to do this.

@groovecoder groovecoder closed this Jun 9, 2015
@groovecoder groovecoder deleted the django-upgrade-1116335 branch September 1, 2015 13:40
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants