Skip to content

Convert Kudu connector test variants to smoke tests#13057

Merged
ebyhr merged 1 commit intotrinodb:masterfrom
chen-ni:issue-12576-part-2
Jul 1, 2022
Merged

Convert Kudu connector test variants to smoke tests#13057
ebyhr merged 1 commit intotrinodb:masterfrom
chen-ni:issue-12576-part-2

Conversation

@chen-ni
Copy link
Copy Markdown
Contributor

@chen-ni chen-ni commented Jul 1, 2022

Description

Is this change a fix, improvement, new feature, refactoring, or other?

An improvement in testing.

Is this a change to the core query engine, a connector, client library, or the SPI interfaces? (be specific)

Connector tests.

How would you describe this change to a non-technical end-user or system administrator?

Improved some tests that shouldn't change any behavior.

Related issues, pull requests, and links

This is the second and last PR to fix #12576.

Following #13002, this PR converts the remaining 2 explicitly-configured Kudu connector tests to smoke tests.

The updated connector test will use the default configuration for building the connector.

Documentation

(x) No documentation is needed.

Release notes

(x) No release notes entries required.

@cla-bot cla-bot bot added the cla-signed label Jul 1, 2022
Additional non-default configurations should be tested with BaseConnectorSmokeTest to avoid longer
CI without loss of test coverage. This is already followed in other connectors.
@chen-ni chen-ni marked this pull request as ready for review July 1, 2022 12:42
@ebyhr ebyhr merged commit 89a9247 into trinodb:master Jul 1, 2022
@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Jul 1, 2022

Merged, thanks!

@chen-ni chen-ni deleted the issue-12576-part-2 branch July 1, 2022 13:40
@github-actions github-actions bot added this to the 389 milestone Jul 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Development

Successfully merging this pull request may close these issues.

Convert some Kudu connector tests to connector smoke tests

2 participants