Fixing tests

This commit is contained in:
Luca Frosini 2024-02-14 18:27:36 +01:00
parent feefa712c4
commit 3194c529d5
1 changed files with 9 additions and 8 deletions

View File

@ -182,8 +182,8 @@ public class PostgreSQLConnectorTest extends ContextTest {
}
// @Ignore
@Test
@Ignore
// @Test
public void moveStatusFromSrcToDst() throws Exception {
ContextTest.setContextByName(GCUBE);
AggregatorPersistenceStatusSrc apsSrc = AggregatorPersistenceFactory.getAggregatorPersistenceStatusSrc();
@ -193,12 +193,13 @@ public class PostgreSQLConnectorTest extends ContextTest {
}
}
@Ignore
// @Test
// public void testAggregatorPersistenceStatusSrcAndDst() throws Exception {
// AggregatorPersistenceStatusSrc apsSrc = AggregatorPersistenceFactory.getAggregatorPersistenceStatusSrc();
// logger.debug("{}", apsSrc);
// AggregatorPersistenceStatusDst apsDst = AggregatorPersistenceFactory.getAggregatorPersistenceStatusDst();
// logger.debug("{}", apsDst);
// }
public void testAggregatorPersistenceStatusSrcAndDst() throws Exception {
AggregatorPersistenceStatusSrc apsSrc = AggregatorPersistenceFactory.getAggregatorPersistenceStatusSrc();
logger.debug("{}", apsSrc);
AggregatorPersistenceStatusDst apsDst = AggregatorPersistenceFactory.getAggregatorPersistenceStatusDst();
logger.debug("{}", apsDst);
}
}