aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVsevolod Stakhov <vsevolod@highsecure.ru>2020-03-16 14:10:37 +0000
committerVsevolod Stakhov <vsevolod@highsecure.ru>2020-03-16 14:10:37 +0000
commite443a6e42f5dab694f0e70a2053c41354cc5417a (patch)
tree9a53ef2f5b1864db5a81833c95b623a1e8983c38
parent20c3b7eac45b6d946eb5082b47368b54d7571079 (diff)
downloadrspamd-e443a6e42f5dab694f0e70a2053c41354cc5417a.tar.gz
rspamd-e443a6e42f5dab694f0e70a2053c41354cc5417a.zip
[Test] Fix race condition
-rw-r--r--test/functional/cases/330_neural.robot4
1 files changed, 3 insertions, 1 deletions
diff --git a/test/functional/cases/330_neural.robot b/test/functional/cases/330_neural.robot
index 19170e80d..c64e9cc0a 100644
--- a/test/functional/cases/330_neural.robot
+++ b/test/functional/cases/330_neural.robot
@@ -54,10 +54,12 @@ Check Neural SPAM INVERSE
*** Keywords ***
Neural Setup
+ ${TMPDIR} = Make Temporary Directory
+ Set Suite Variable ${TMPDIR}
+ Run Redis
${PLUGIN_CONFIG} = Get File ${TESTDIR}/configs/neural.conf
Set Suite Variable ${PLUGIN_CONFIG}
Generic Setup PLUGIN_CONFIG
- Run Redis
Neural Teardown
Shutdown Process With Children ${REDIS_PID}