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

fix test

parent 6720657e
Branches
Tags
No related merge requests found
......@@ -58,6 +58,7 @@ nomad run discovery.nmd
mkdir -p ${receiver_folder}
nfiles=1000
nrecords=1001 # nfiles + stream finished flag
$1 localhost:8400 ${beamtime_id} 100 $nfiles 1 0 200 &
......@@ -75,6 +76,6 @@ echo processed files:
echo "db.data_default.count()" | mongo --port 27016 ${beamtime_id}_detector
echo "db.data_default.count()" | mongo --port 27016 ${beamtime_id}_detector | grep $nfiles
echo "db.data_default.count()" | mongo --port 27016 ${beamtime_id}_detector | grep $nrecords
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment