IMetaStoreClient Tests

One option for Java clients to access the MetaStore is to connect through the IMetaStoreClient interface implementations.

To ensure that the IMetaStoreClient implementations provide the same API we created a set of tests to validate their workings.

Currently the following implementations are tested:

MetaStoreFactoryForTests provides the list of these implementations which can be used in parametrized tests in @Parameterized.Parameters. Currently the returning list contains the following implementations:

The following test files will check the API functionalities:

 

 

 

首页