[teiid-dev] Integration Testing

Larry O'Leary loleary at redhat.com
Tue Jul 14 14:08:36 EDT 2009


On Mon, 2009-07-13 at 16:11 -0500, Van Halbert wrote:
> You are correct, no data source connection information will be in the  
> open.    The product side will maintain its own data source  
> information.   Part of the challenge to this new framework will be to  
> enable a contributor to run their tests against only the data  
> source(s) they have.    The contributor most likely will not have all  
> the flavors.

Which is why it is important for us to figure out the best way to
organize the tests within the test framework.  The idea would be that I
can specify that I want the Salesforcce connector tests to be executed
and by doing so, I must provide Salesforce credentials that can be used
with the connector.  Furthermore, it would be very nice if the schemas
used with the Salesforce connector could be the same as the ones used
with the other connectors so that a basic/common test case suite would
apply.  For example, creating a script that could be responsible for
populating Salesforce with equivalent schema and data such as BQT so
that type testing can be executed in the same manner that it is against
PostgreSQL.  This of course shouldn't be a requirement but a goal so
that new schemas don't have to be created and maintained across each
connector.

-- 
Larry O'Leary <loleary at redhat.com>
Red Hat, Inc.




More information about the teiid-dev mailing list