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
Currently we have are using two tests suites: AbtractTestDistributedQueries and AbstractTestIntegrationSmokeTest. Where each connector implements them both of and also add more connector specifics tests to either one of these or to separate. This has following issues:
If one adds a test is not clear where to put the test.
It is difficult to add a new generic tests dedicated only for connectors.
Solution for this is to merge two test classes above into one and create one common base test class for connector testing.
Currently we have are using two tests suites:
AbtractTestDistributedQueries
andAbstractTestIntegrationSmokeTest
. Where each connector implements them both of and also add more connector specifics tests to either one of these or to separate. This has following issues:Solution for this is to merge two test classes above into one and create one common base test class for connector testing.
CC: @trinodb/maintainers
The text was updated successfully, but these errors were encountered: