From: Vsevolod Stakhov Date: Mon, 16 Mar 2020 14:10:37 +0000 (+0000) Subject: [Test] Fix race condition X-Git-Tag: 2.5~55 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e443a6e42f5dab694f0e70a2053c41354cc5417a;p=thirdparty%2Frspamd.git [Test] Fix race condition --- diff --git a/test/functional/cases/330_neural.robot b/test/functional/cases/330_neural.robot index 19170e80d9..c64e9cc0a4 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}