mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 09:32:06 +00:00
Revert "Set up dns server for kafka integration tests."
This reverts commit 1c75c19106
.
This commit is contained in:
parent
65a6a1225c
commit
02946d2bc1
@ -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
|
||||
|
@ -23,7 +23,7 @@ def started_cluster():
|
||||
yield cluster
|
||||
|
||||
finally:
|
||||
cluster.shutdown(False)
|
||||
cluster.shutdown()
|
||||
|
||||
def test_kafka_json(started_cluster):
|
||||
instance.query('''
|
||||
|
Loading…
Reference in New Issue
Block a user