You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#6989 introduced new BaseConnectorTest test class which replaces AbstractTestDistributedQueries and AbstractTestIntegrationSmokeTest.
Scope of this ticket is to restructure Cassandra test code to follow new pattern. TestCassandraIntegrationSmokeTest should be merged with BaseCassandraDistributedQueries to form BaseTestCassandraConnectorTest
Then on top of that we should create TestCassandraConnectorTest and TestCassandraLatestConnectorTest (removing TestCassandraDistributedQueries and TestCassandraDistributedQueriesLatest)
Please ensure that BaseTestCassandraConnectorTest is created as a rename of TestCassandraIntegrationSmokeTest so we keep as much Git history as possible.
A PR which restructures MySQL tests is a good reference: #7011
The text was updated successfully, but these errors were encountered:
I have already experience with refactoring to BaseConnectorTest and I'm also familiar with Cassandra. I think I could provide in a day or two a working PR for this issue. Can I be assigned on this one?
#6989 introduced new
BaseConnectorTest
test class which replacesAbstractTestDistributedQueries
andAbstractTestIntegrationSmokeTest
.Scope of this ticket is to restructure Cassandra test code to follow new pattern.
TestCassandraIntegrationSmokeTest
should be merged withBaseCassandraDistributedQueries
to formBaseTestCassandraConnectorTest
Then on top of that we should create
TestCassandraConnectorTest
andTestCassandraLatestConnectorTest
(removingTestCassandraDistributedQueries
andTestCassandraDistributedQueriesLatest
)Please ensure that
BaseTestCassandraConnectorTest
is created as a rename ofTestCassandraIntegrationSmokeTest
so we keep as much Git history as possible.A PR which restructures MySQL tests is a good reference: #7011
The text was updated successfully, but these errors were encountered: