From 8915a7e3bd44b5a4ee77c7160104d67ed4848afb Mon Sep 17 00:00:00 2001 From: Felix Bartels <1257835+fbartels@users.noreply.github.com> Date: Sun, 17 Nov 2019 21:04:55 +0100 Subject: [PATCH] speed up tests by using tmpfs for data directories during startup test (#289) Signed-off-by: Felix Bartels --- tests/test-container.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/tests/test-container.yml b/tests/test-container.yml index a1db920..c32dd19 100644 --- a/tests/test-container.yml +++ b/tests/test-container.yml @@ -17,3 +17,16 @@ services: - /var/run/docker.sock:/var/run/docker.sock:ro environment: - KCCONF_SERVER_MYSQL_HOST=${MYSQL_HOST} + ldap: + tmpfs: + - /var/lib/ldap + - /etc/ldap/slapd.d + db: + tmpfs: + - /var/lib/mysql + kopano_server: + tmpfs: + - /kopano/data + kopano_search: + tmpfs: + - /kopano/data