aboutsummaryrefslogtreecommitdiffstats
path: root/test/functional/lib
diff options
context:
space:
mode:
authorMikhail Galanin <mgalanin@mimecast.com>2018-08-21 15:55:50 +0100
committerMikhail Galanin <mgalanin@mimecast.com>2018-08-21 17:00:23 +0100
commit5d8ce4565dad08e122e5b66cac305171bb836c7d (patch)
treea3eabf15d2c0123c0976f60e16782c254b6e69ed /test/functional/lib
parent816987a0b25fd8e9915a0dc1f2f20c968c2177d4 (diff)
downloadrspamd-5d8ce4565dad08e122e5b66cac305171bb836c7d.tar.gz
rspamd-5d8ce4565dad08e122e5b66cac305171bb836c7d.zip
[Test] Added test for clickhouse migration vNONE -> v2
Diffstat (limited to 'test/functional/lib')
-rw-r--r--test/functional/lib/rspamd.robot6
1 files changed, 3 insertions, 3 deletions
diff --git a/test/functional/lib/rspamd.robot b/test/functional/lib/rspamd.robot
index ec2fc5e84..45c7c1057 100644
--- a/test/functional/lib/rspamd.robot
+++ b/test/functional/lib/rspamd.robot
@@ -10,8 +10,8 @@ Check Controller Errors
Log @{result}[1]
Check Pidfile
- [Arguments] ${pidfile}
- Wait Until Created ${pidfile}
+ [Arguments] ${pidfile} ${timeout}=1 min
+ Wait Until Created ${pidfile} timeout=${timeout}
${size} = Get File Size ${pidfile}
Should Not Be Equal As Integers ${size} 0
@@ -70,7 +70,7 @@ Generic Teardown
[Arguments] @{ports}
Run Keyword If '${CONTROLLER_ERRORS}' == 'True' Check Controller Errors
Shutdown Process With Children ${RSPAMD_PID}
- Save Run Results ${TMPDIR} rspamd.log redis.log rspamd.conf
+ Save Run Results ${TMPDIR} rspamd.log redis.log rspamd.conf clickhouse-server.log clickhouse-server.err.log clickhouse-config.xml
Cleanup Temporary Directory ${TMPDIR}
Log Logs