Revert "Set up dns server for kafka integration tests."

This reverts commit 1c75c19106.
This commit is contained in:
Alexey Zatelepin 2018-07-26 18:52:50 +03:00
parent 65a6a1225c
commit 02946d2bc1
2 changed files with 1 additions and 11 deletions

View File

@ -22,13 +22,3 @@ services:
KAFKA_OFFSETS_TOPIC_REPLICATION_FACTOR: 1
depends_on:
- kafka_zookeeper
dns-proxy-server:
image: defreitas/dns-proxy-server
hostname: dns.mageddo
volumes:
- /var/run/docker.sock:/var/run/docker.sock
- /etc/resolv.conf:/etc/resolv.conf
ports:
- 5380:5380
network_mode: bridge

View File

@ -23,7 +23,7 @@ def started_cluster():
yield cluster
finally:
cluster.shutdown(False)
cluster.shutdown()
def test_kafka_json(started_cluster):
instance.query('''