-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Conversation
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. |
f5113c0
to
3be2693
Compare
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. |
3be2693
to
4de569b
Compare
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. |
4de569b
to
6ce7365
Compare
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. |
6ce7365
to
7b4b6df
Compare
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. |
7b4b6df
to
f6b19ad
Compare
There was a problem hiding this 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.
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/BaseCassandraConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/BaseCassandraConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/BaseCassandraConnectorTest.java
Outdated
Show resolved
Hide resolved
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/BaseCassandraConnectorTest.java
Outdated
Show resolved
Hide resolved
...rino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraLatestConnectorTest.java
Outdated
Show resolved
Hide resolved
...rino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraLatestConnectorTest.java
Outdated
Show resolved
Hide resolved
f8a832c
to
b8d021e
Compare
There was a problem hiding this 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.
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraConnectorTest.java
Show resolved
Hide resolved
...cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraLatestConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
89c7098
to
402ccf6
Compare
There was a problem hiding this 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.
plugin/trino-cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraConnectorTest.java
Outdated
Show resolved
Hide resolved
...cassandra/src/test/java/io/trino/plugin/cassandra/TestCassandraLatestConnectorSmokeTest.java
Outdated
Show resolved
Hide resolved
402ccf6
to
ac148aa
Compare
Rename TestCassandraIntegrationSmokeTest.java to TestCassandraConnectorTest.java . Merge BaseCassandraDistributedQueries.java tests to TestCassandraConnectorTest.java.
ac148aa
to
36fd449
Compare
This PR adresses #7111
Migrate Cassandra tests to use BaseConnectorTest:
Fixes #7111