From e13ff2c6faf63caab2d47fa63777e965e32ec642 Mon Sep 17 00:00:00 2001 From: liamfallon Date: Fri, 14 Sep 2018 23:05:56 +0100 Subject: Re-implement Kafka tests that periodically fail The Kafla integration tests fail, this change re-implements the tests using a test framework from salesforce.com i Issue-ID: POLICY-1034 Change-Id: Iffcc9e0a9f419c8ec439771be7a7a58faa2f9860 Signed-off-by: liamfallon --- .../integration/integration-uservice-test/pom.xml | 34 +++------------------- 1 file changed, 4 insertions(+), 30 deletions(-) (limited to 'testsuites/integration/integration-uservice-test/pom.xml') diff --git a/testsuites/integration/integration-uservice-test/pom.xml b/testsuites/integration/integration-uservice-test/pom.xml index 52a54c2dd..6466895c8 100644 --- a/testsuites/integration/integration-uservice-test/pom.xml +++ b/testsuites/integration/integration-uservice-test/pom.xml @@ -142,41 +142,15 @@ org.apache.kafka - kafka_2.11 + kafka_2.12 ${version.kafka} test - - - org.slf4j - slf4j-log4j12 - - - org.apache.kafka - kafka_2.11 - ${version.kafka} - test + com.salesforce.kafka.test + kafka-junit4 + 3.0.1 test - - - org.slf4j - slf4j-log4j12 - - - - - org.apache.kafka - kafka-clients - ${version.kafka} - test - test - - - org.slf4j - slf4j-log4j12 - - org.apache.activemq.tooling -- cgit 1.2.3-korg