Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/layer/LayerCommandHandlerTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ import es.redmic.testutils.kafka.KafkaBaseIntegrationTest; @DirtiesContext @KafkaListener(topics = "${broker.topic.layer}", groupId = "LayerCommandHandlerTest") @TestPropertySource(properties = { "spring.kafka.consumer.group-id=LayerCommandHandler", "schema.registry.port=19999", "rest.eventsource.timeout.ms=20000" }) "rest.eventsource.timeout.ms=400000" }) public class LayerCommandHandlerTest extends KafkaBaseIntegrationTest { protected static Logger logger = LogManager.getLogger(); Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/themeinspire/ThemeInspireCommandHandlerTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ import es.redmic.testutils.kafka.KafkaBaseIntegrationTest; @DirtiesContext @KafkaListener(topics = "${broker.topic.theme-inspire}", groupId = "ThemeInspireCommandHandlerTest") @TestPropertySource(properties = { "spring.kafka.consumer.group-id=ThemeInspireCommandHandler", "schema.registry.port=18096", "rest.eventsource.timeout.ms=20000" }) "schema.registry.port=18096", "rest.eventsource.timeout.ms=400000" }) public class ThemeInspireCommandHandlerTest extends KafkaBaseIntegrationTest { protected static Logger logger = LogManager.getLogger(); Loading atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/usersettings/SettingsCommandHandlerTests.java +3 −3 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import es.redmic.test.atlascommands.integration.KafkaEmbeddedConfig; @DirtiesContext @KafkaListener(topics = "${broker.topic.settings}", groupId = "SettingsCommandHandlerTests") @TestPropertySource(properties = { "spring.kafka.consumer.group-id=SettingsCommandHandler", "schema.registry.port=19199", "rest.eventsource.timeout.ms=20000" }) "schema.registry.port=19199", "rest.eventsource.timeout.ms=400000" }) public class SettingsCommandHandlerTests extends SettingsCommandHandlerBase { @ClassRule Loading Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/layer/LayerCommandHandlerTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -116,7 +116,7 @@ import es.redmic.testutils.kafka.KafkaBaseIntegrationTest; @DirtiesContext @KafkaListener(topics = "${broker.topic.layer}", groupId = "LayerCommandHandlerTest") @TestPropertySource(properties = { "spring.kafka.consumer.group-id=LayerCommandHandler", "schema.registry.port=19999", "rest.eventsource.timeout.ms=20000" }) "rest.eventsource.timeout.ms=400000" }) public class LayerCommandHandlerTest extends KafkaBaseIntegrationTest { protected static Logger logger = LogManager.getLogger(); Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/themeinspire/ThemeInspireCommandHandlerTest.java +3 −3 Original line number Diff line number Diff line Loading @@ -106,7 +106,7 @@ import es.redmic.testutils.kafka.KafkaBaseIntegrationTest; @DirtiesContext @KafkaListener(topics = "${broker.topic.theme-inspire}", groupId = "ThemeInspireCommandHandlerTest") @TestPropertySource(properties = { "spring.kafka.consumer.group-id=ThemeInspireCommandHandler", "schema.registry.port=18096", "rest.eventsource.timeout.ms=20000" }) "schema.registry.port=18096", "rest.eventsource.timeout.ms=400000" }) public class ThemeInspireCommandHandlerTest extends KafkaBaseIntegrationTest { protected static Logger logger = LogManager.getLogger(); Loading
atlas-commands/src/test/java/es/redmic/test/atlascommands/integration/usersettings/SettingsCommandHandlerTests.java +3 −3 Original line number Diff line number Diff line Loading @@ -42,7 +42,7 @@ import es.redmic.test.atlascommands.integration.KafkaEmbeddedConfig; @DirtiesContext @KafkaListener(topics = "${broker.topic.settings}", groupId = "SettingsCommandHandlerTests") @TestPropertySource(properties = { "spring.kafka.consumer.group-id=SettingsCommandHandler", "schema.registry.port=19199", "rest.eventsource.timeout.ms=20000" }) "schema.registry.port=19199", "rest.eventsource.timeout.ms=400000" }) public class SettingsCommandHandlerTests extends SettingsCommandHandlerBase { @ClassRule Loading