Moving to using TestFlows version 1.6.65

Fixing unstable test in tests/testflows/ldap/external_user_directory/tests/authentications.py
This commit is contained in:
Vitaliy Zakaznikov 2020-11-17 20:22:43 -05:00
parent ffb83155d7
commit dbb5f6722e
2 changed files with 2 additions and 1 deletions

View File

@ -35,7 +35,7 @@ RUN apt-get update \
ENV TZ=Europe/Moscow
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
RUN pip3 install urllib3 testflows==1.6.62 docker-compose docker dicttoxml kazoo tzlocal
RUN pip3 install urllib3 testflows==1.6.65 docker-compose docker dicttoxml kazoo tzlocal
ENV DOCKER_CHANNEL stable
ENV DOCKER_VERSION 17.09.1-ce

View File

@ -144,6 +144,7 @@ def parallel_login_with_the_same_user(self, server, timeout=200):
join(tasks, timeout)
@TestScenario
@Tags("custom config")
def login_after_ldap_external_user_directory_is_removed(self, server):
"""Check that ClickHouse stops authenticating LDAP users
after LDAP external user directory is removed.