-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Migrate Hive tests to use BaseConnectorTest #7113
Labels
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
#6989 introduced new
BaseConnectorTest
test class which replacesAbstractTestDistributedQueries
andAbstractTestIntegrationSmokeTest
.Scope of this ticket is to restructure Hive test code to follow new pattern.
TestHiveIntegrationSmokeTest
should be merged withTestHiveDistributedQueries
to formTestHiveConnectorTest
Please ensure that
TestHiveConnectorTest
is created as a rename ofTestHiveIntegrationSmokeTest
so we keep as much Git history as possible.A PR which restructures MySQL tests is a good reference: #7011
The text was updated successfully, but these errors were encountered: