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

Investigate CI failure for test_errors_for_bigint_fks_on_integer_pk_table on MariaDB #35294

Closed
wants to merge 1 commit into from

Conversation

kamipo
Copy link
Member

@kamipo kamipo commented Feb 16, 2019

kamipo added a commit to kamipo/rails that referenced this pull request Feb 16, 2019
The CI failure for `test_errors_for_bigint_fks_on_integer_pk_table` is
due to the poor regex that extract all ``` `(\w+)` ``` like parts from
the message (`:foreign_key` should be `"old_car_id"`, but `"engines"`):

https://travis-ci.org/rails/rails/jobs/494123455#L1703

I've improved the regex more strictly and have more exercised mismatched
foreign key tests.

Fixes rails#35294
@kamipo kamipo deleted the investigate_ci_failure branch February 16, 2019 16:58
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant