@Test
public void testPhysicalSourceConfigConstructor() {
Integer pPartitionId = 10;
String name = "dbName";
PhysicalPartition pPartition = new PhysicalPartition(pPartitionId, name);
PhysicalSource pSource = new PhysicalSource("uri");
PhysicalSourceConfig pConfig = new PhysicalSourceConfig(pPartition.getName(), pSource.getUri(), pPartition.getId());
int lSourceId = 10;
String lSourceName = "lName";
for(int i=0; i< 10; i++) {
LogicalSourceConfig lSC = new LogicalSourceConfig();