Skip to content

Migrate Thrift connector tests to use BaseConnectorTest #7117#7975

Closed
xuboqing wants to merge 1 commit intotrinodb:masterfrom
xuboqing:last-pr
Closed

Migrate Thrift connector tests to use BaseConnectorTest #7117#7975
xuboqing wants to merge 1 commit intotrinodb:masterfrom
xuboqing:last-pr

Conversation

@xuboqing
Copy link
Copy Markdown

creating a pull request for issue #7117 to fix #7117

@cla-bot
Copy link
Copy Markdown

cla-bot bot commented May 19, 2021

Thank you for your pull request and welcome to our community. We require contributors to sign our Contributor License Agreement, and we don't seem to have you on file. In order for us to review and merge your code, please submit the signed CLA to cla@trino.io. For more information, see https://github.com/trinodb/cla.

Copy link
Copy Markdown
Member

@hashhar hashhar left a comment

Choose a reason for hiding this comment

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

Overall looks good % some comments.

@@ -0,0 +1,100 @@
/*
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.

Why was this class required?


public class TestThriftIntegrationSmokeTest
public class TestThriftConnectorTest
// TODO extend BaseConnectorTest
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.

Remove the TODO since it seems adressed now.

}

@Test
public void testCreateArrayTable()
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.

Add these in a new commit since they are new tests not part of either the existing smoke test or the distributed queries test.

@ebyhr
Copy link
Copy Markdown
Member

ebyhr commented Mar 2, 2022

Closing as #10233

@ebyhr ebyhr closed this Mar 2, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

Migrate Thrift connector tests to use BaseConnectorTest

3 participants