mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-10 01:25:21 +00:00
Add python into integration tests image
This commit is contained in:
parent
e22a6cd6ec
commit
22a54bbd77
@ -121,7 +121,7 @@ def setup_module(module):
|
||||
main_configs.append(os.path.join(dict_configs_path, fname))
|
||||
cluster = ClickHouseCluster(__file__, base_configs_dir=os.path.join(SCRIPT_DIR, 'configs'))
|
||||
node = cluster.add_instance('node', main_configs=main_configs, with_mysql=True)
|
||||
cluster.add_instance('clickhouse1', image="python")
|
||||
cluster.add_instance('clickhouse1')
|
||||
|
||||
@pytest.fixture(scope="module")
|
||||
def started_cluster():
|
||||
|
@ -1,6 +1,6 @@
|
||||
FROM ubuntu:18.04
|
||||
|
||||
RUN apt-get update && apt-get -y install tzdata
|
||||
RUN apt-get update && apt-get -y install tzdata python
|
||||
|
||||
ENV TZ=Europe/Moscow
|
||||
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
|
||||
|
Loading…
Reference in New Issue
Block a user