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

Fixes test that was not compatible with MySQL8 #12615

Merged
merged 1 commit into from
Nov 25, 2020

Conversation

potiuk
Copy link
Member

@potiuk potiuk commented Nov 25, 2020

In MySQL8 you cannot create table LIKE an INFORMATION_SCHEMA
table because they are not "real" tables and generic_transfer
tests failed on MySQL8 because of that.

This PR changes the test to use connection table instead as
a base for that test


^ Add meaningful description above

Read the Pull Request Guidelines for more information.
In case of fundamental code change, Airflow Improvement Proposal (AIP) is needed.
In case of a new dependency, check compliance with the ASF 3rd Party License Policy.
In case of backwards incompatible changes please leave a note in UPDATING.md.

In MySQL8 you cannot create table LIKE an INFORMATION_SCHEMA
table because they are not "real" tables and generic_transfer
tests failed on MySQL8 because of that.

This PR changes the test to use connection table instead as
a base for that test
@potiuk potiuk requested review from kaxil and ashb November 25, 2020 12:58
@potiuk
Copy link
Member Author

potiuk commented Nov 25, 2020

Hey @ashb this will have to be merged before #12591 gets merged.

@github-actions
Copy link

The PR needs to run all tests because it modifies core of Airflow! Please rebase it to latest master or ask committer to re-run it!

@github-actions github-actions bot added the full tests needed We need to run full set of tests for this PR to merge label Nov 25, 2020
@potiuk potiuk changed the title Fixes tests that was not compatible with MySQL8 Fixes test that was not compatible with MySQL8 Nov 25, 2020
@potiuk
Copy link
Member Author

potiuk commented Nov 25, 2020

Alll mysql tests passed. Merging

@potiuk potiuk merged commit 333c871 into apache:master Nov 25, 2020
@potiuk potiuk deleted the fix-mysql8-incompatible-test branch November 25, 2020 14:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
full tests needed We need to run full set of tests for this PR to merge
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants