|
|
|
@ -88,6 +88,7 @@ public class RelatedEntitiesAggregationCalculatedFieldTest extends AbstractContr |
|
|
|
|
|
|
|
updateDefaultTenantProfileConfig(tenantProfileConfig -> { |
|
|
|
tenantProfileConfig.setMinAllowedDeduplicationIntervalInSecForCF(1); |
|
|
|
tenantProfileConfig.setMinAllowedScheduledUpdateIntervalInSecForCF(1); |
|
|
|
}); |
|
|
|
|
|
|
|
Tenant tenant = new Tenant(); |
|
|
|
@ -801,6 +802,7 @@ public class RelatedEntitiesAggregationCalculatedFieldTest extends AbstractContr |
|
|
|
configuration.setRelation(relation); |
|
|
|
configuration.setArguments(inputs); |
|
|
|
configuration.setDeduplicationIntervalInSec(deduplicationInterval); |
|
|
|
configuration.setScheduledUpdateInterval(10); |
|
|
|
configuration.setMetrics(metrics); |
|
|
|
configuration.setOutput(output); |
|
|
|
|
|
|
|
|