Skip to content

Merge AbstractTestDistributedQueries into BaseConnectorTest#11213

Merged
ebyhr merged 2 commits intotrinodb:masterfrom
ebyhr:ebi/test-bct
Feb 28, 2022
Merged

Merge AbstractTestDistributedQueries into BaseConnectorTest#11213
ebyhr merged 2 commits intotrinodb:masterfrom
ebyhr:ebi/test-bct

Conversation

@ebyhr
Copy link
Copy Markdown
Member

@ebyhr ebyhr commented Feb 28, 2022

Description

Merge AbstractTestDistributedQueries into BaseConnectorTest

# master
grep "void test" testing/trino-testing/src/main/java/io/trino/testing/AbstractTestDistributedQueries.java  | wc -l
39

grep "void test" testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java  | wc -l
48

# after
grep "void test" testing/trino-testing/src/main/java/io/trino/testing/BaseConnectorTest.java  | wc -l
83

The diff (-4) comes from testView, testAddColumn, testDropColumn, testRenameColumn were overridden in BaseConnectorTest

Documentation

(x) No documentation is needed.

Release notes

(x) No release notes entries required.

@cla-bot cla-bot bot added the cla-signed label Feb 28, 2022
* @deprecated Use {@link #hasBehavior(TestingConnectorBehavior)} instead.
*/
@Deprecated
@Override
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

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

These deprecated methods should be removed (inlined) now.

@ebyhr
Copy link
Copy Markdown
Member Author

ebyhr commented Feb 28, 2022

CI #11220

@ebyhr ebyhr merged commit c53ee94 into trinodb:master Feb 28, 2022
@ebyhr ebyhr deleted the ebi/test-bct branch February 28, 2022 13:30
@github-actions github-actions bot added this to the 372 milestone Feb 28, 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.

2 participants