Skip to content

Commit

Permalink
Disable Dev Services for Kafka in tests that use QuarkusTestResourceL…
Browse files Browse the repository at this point in the history
…ifecycleManager
  • Loading branch information
Ladicek committed Jun 14, 2021
1 parent 54aecdd commit 1976c51
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,5 @@ quarkus.kafka.health.enabled=true

# using QuarkusTestResourceLifecycleManager in this test
# Dev Services are tested by the means of kafka-avro-schema-quickstart
quarkus.kafka.devservices.enabled=false
quarkus.apicurio-registry.devservices.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@ quarkus.log.category.\"org.apache.kafka\".level=WARN
quarkus.log.category.\"org.apache.zookeeper\".level=WARN

# enable health check
quarkus.kafka.health.enabled=true
quarkus.kafka.health.enabled=true

# using QuarkusTestResourceLifecycleManager in this test
quarkus.kafka.devservices.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ quarkus.log.category.\"org.apache.zookeeper\".level=WARN

# enable health check
quarkus.kafka.health.enabled=true

# using QuarkusTestResourceLifecycleManager in this test
quarkus.kafka.devservices.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -6,3 +6,6 @@ quarkus.kafka.health.enabled=true

# Enable snappy:
quarkus.kafka.snappy.enabled=true

# using QuarkusTestResourceLifecycleManager in this test
quarkus.kafka.devservices.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -5,5 +5,7 @@ quarkus.log.category.\"org.apache.zookeeper\".level=WARN
# enable health check
quarkus.kafka.health.enabled=true

quarkus.native.enable-all-security-services=true

quarkus.native.enable-all-security-services=true
# using QuarkusTestResourceLifecycleManager in this test
quarkus.kafka.devservices.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,6 @@ kafka.auto.offset.reset=earliest
# Set explicitly as for tests the quarkus.application.name does not default to the name of the project
%test.quarkus.application.name=streams-test-pipeline
kafka-streams.some-property=dummy

# using QuarkusTestResourceLifecycleManager in this test
quarkus.kafka.devservices.enabled=false
Original file line number Diff line number Diff line change
Expand Up @@ -4,3 +4,6 @@ quarkus.log.category.\"org.apache.zookeeper\".level=WARN

# enable health check
quarkus.kafka.health.enabled=true

# using QuarkusTestResourceLifecycleManager in this test
quarkus.kafka.devservices.enabled=false

0 comments on commit 1976c51

Please sign in to comment.