Skip to content
Snippets Groups Projects
Commit 8140991b authored by Sergey Yakubov's avatar Sergey Yakubov
Browse files

fix tests

parent 6ca2b23b
No related branches found
No related tags found
2 merge requests!61Feature transfer large files data,!93Release 20.03.01
......@@ -65,6 +65,7 @@ std::vector<std::thread> StartThreads(const Args& params,
group_id = broker->GenerateNewGroupId(&err);
if (err) {
(*errors)[i] += ProcessError(err);
lock.unlock();
return;
}
}
......
......@@ -36,7 +36,7 @@ nomad run receiver.nmd
nomad run discovery.nmd
nomad run broker.nmd
sleep 1
sleep 2
#producer
mkdir -p ${receiver_folder}
......
......@@ -18,7 +18,7 @@ c:\opt\consul\nomad run discovery.nmd
c:\opt\consul\nomad run broker.nmd
c:\opt\consul\nomad run nginx.nmd
ping 1.0.0.0 -n 10 -w 100 > nul
ping 1.0.0.0 -n 20 -w 100 > nul
REM producer
mkdir %receiver_folder%
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment