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

Migrate Cassandra tests to use BaseConnectorTest #7626

Merged
merged 2 commits into from
Apr 25, 2021

Conversation

findinpath
Copy link
Contributor

@findinpath findinpath commented Apr 17, 2021

This PR adresses #7111

Migrate Cassandra tests to use BaseConnectorTest:

  • TestCassandraIntegrationSmokeTest.java has been renamed to BaseCassandraConnectorTest.java . The tests from BaseCassandraDistributedQueries.java have been merged also to BaseCassandraConnectorTest.java.
  • TestCassandraDistributedQueries.java has been renamed to TestCassandraConnectorTest.java
  • TestCassandraLatestConnectorSmokeTest.java has been renamed to TestCassandraConnectorTest.java

Fixes #7111

@cla-bot
Copy link

cla-bot bot commented Apr 17, 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 [email protected]. For more information, see https://github.com/trinodb/cla.

@findinpath findinpath changed the title Migrate Cassandra tests to use BaseConnectorTest: Migrate Cassandra tests to use BaseConnectorTest Apr 17, 2021
@cla-bot
Copy link

cla-bot bot commented Apr 17, 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 [email protected]. For more information, see https://github.com/trinodb/cla.

@cla-bot
Copy link

cla-bot bot commented Apr 17, 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 [email protected]. For more information, see https://github.com/trinodb/cla.

@cla-bot
Copy link

cla-bot bot commented Apr 17, 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 [email protected]. For more information, see https://github.com/trinodb/cla.

@cla-bot
Copy link

cla-bot bot commented Apr 18, 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 [email protected]. For more information, see https://github.com/trinodb/cla.

Copy link
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.

Thanks for sending in the PR. ❤️

Some comments.

@findinpath findinpath force-pushed the refactoring/7111 branch 2 times, most recently from f8a832c to b8d021e Compare April 20, 2021 21:41
Copy link
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.

LGTM % comments.

Thanks a lot, looks good to be merged with SkipExceptions in place.

@hashhar hashhar requested a review from ebyhr April 21, 2021 05:41
@findinpath findinpath force-pushed the refactoring/7111 branch 3 times, most recently from 89c7098 to 402ccf6 Compare April 22, 2021 20:48
Copy link
Member

@ebyhr ebyhr left a comment

Choose a reason for hiding this comment

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

Thanks for your work! Could you fix the 1st commit's body since it's too long (205) as a line? e.g.,

Rename TestCassandraIntegrationSmokeTest to TestCassandraConnectorTest.
BaseCassandraDistributedQueries is merged into TestCassandraConnectorTest.

Rename TestCassandraIntegrationSmokeTest.java to TestCassandraConnectorTest.java .
Merge BaseCassandraDistributedQueries.java tests to TestCassandraConnectorTest.java.
@hashhar hashhar merged commit 205e79d into trinodb:master Apr 25, 2021
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.

Migrate Cassandra tests to use BaseConnectorTest
3 participants