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

Integration tests clean up #342

Merged

Conversation

AnatolyPopov
Copy link
Contributor

Some clean up of integration tests + fixes for comments that were not addressed in previous PRs

@AnatolyPopov AnatolyPopov requested review from a team as code owners November 12, 2024 16:13
connectorConfig.put(INPUT_FORMAT_KEY, parquet.getValue());
connectorConfig.put(SCHEMA_REGISTRY_URL, schemaRegistry.getSchemaRegistryUrl());
connectorConfig.put("value.converter", "io.confluent.connect.avro.AvroConverter");
connectorConfig.put(valueConverterSchemaRegistryUrl, schemaRegistry.getSchemaRegistryUrl());
Copy link
Contributor

Choose a reason for hiding this comment

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

Suggested change
connectorConfig.put(valueConverterSchemaRegistryUrl, schemaRegistry.getSchemaRegistryUrl());
connectorConfig.put("value.converter.schema.registry.url", schemaRegistry.getSchemaRegistryUrl());

Copy link
Contributor

Choose a reason for hiding this comment

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

or VALUE_CONVERTER_SCHEMA_REGISTRY_URL

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Huh, thanks, missed that. Good catch!

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed.

Copy link
Contributor

@muralibasani muralibasani left a comment

Choose a reason for hiding this comment

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

Looks good, just one minor comment

@AnatolyPopov AnatolyPopov force-pushed the anatolii/integration-tests-improvements branch from 7152f73 to 5a13efb Compare November 13, 2024 09:34
Copy link
Contributor

@muralibasani muralibasani left a comment

Choose a reason for hiding this comment

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

LGTM, thanks.

Copy link
Contributor

@aindriu-aiven aindriu-aiven left a comment

Choose a reason for hiding this comment

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

LGTM

@muralibasani muralibasani merged commit f613bb7 into s3-source-release Nov 13, 2024
8 checks passed
@muralibasani muralibasani deleted the anatolii/integration-tests-improvements branch November 13, 2024 15:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants