-
Notifications
You must be signed in to change notification settings - Fork 3k
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 Kafka tests to use BaseConnectorTest #7114
Comments
I'm tracking this issue for a while and it is still assigned to no one. May I take this issue? Fixes regarding this issue made on my own fork repo's branch (not |
Sure, thanks ! |
@Alicewillbe sure, go for it, thanks! See #7182 as it changes something around Kafka tests, but hopefully shouldn't conflict |
Dropped good-first-issue as the problem here is not that easy to solve due to the fact that Kafka is currently not covered with tests based on |
#6989 introduced new
BaseConnectorTest
test class which replacesAbstractTestDistributedQueries
andAbstractTestIntegrationSmokeTest
.Scope of this ticket is to restructure Kafka test code to follow new pattern.
TestKafkaIntegrationSmokeTest
should be renamed toTestKafkaConnectorTest
and extendBaseConnectorTest
instead ofAbstractTestIntegrationSmokeTest
A PR which restructures MySQL tests is a good reference: #7011
The text was updated successfully, but these errors were encountered: