Skip to content
Snippets Groups Projects
Commit 05076ac7 authored by Mikhail Karnevskiy's avatar Mikhail Karnevskiy
Browse files

Switch to message_id in find to fix the test.

parent aa34dff1
No related branches found
No related tags found
No related merge requests found
......@@ -52,7 +52,7 @@ cat out
cat out | grep "Processed 3 file(s)"
cat out | grep "Sent 3 file(s)"
echo "db.data_default.find({"_id":1})" | mongo ${outdatabase_name} | tee /dev/stderr | grep file1_${data_source_out}
echo "db.data_default.find({"message_id":1})" | mongo ${outdatabase_name} | tee /dev/stderr | grep file1_${data_source_out}
cat ${receiver_folder}/processed/file1_${data_source_out} | grep hello1
cat ${receiver_folder}/processed/file2_${data_source_out} | grep hello2
......
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