From 272c673eb945186defcf97a67e601f544a4cd2ec Mon Sep 17 00:00:00 2001 From: Sergey Yakubov <sergey.yakubov@desy.de> Date: Thu, 27 May 2021 18:54:39 +0200 Subject: [PATCH] get rid of dummy record --- .../error-sending-data-using-callback-method/check_linux.sh | 2 -- .../check_windows.bat | 2 -- .../bug_fixes/producer_send_after_restart/check_windows.bat | 2 -- tests/automatic/full_chain/simple_chain/check_linux.sh | 4 ---- tests/automatic/full_chain/simple_chain/check_windows.bat | 2 -- .../full_chain/simple_chain_dataset/check_linux.sh | 2 -- .../full_chain/simple_chain_dataset/check_windows.bat | 1 - .../full_chain/simple_chain_filegen/check_linux.sh | 2 -- .../full_chain/simple_chain_filegen/check_windows.bat | 2 -- .../full_chain/simple_chain_filegen_batches/check_linux.sh | 2 -- .../simple_chain_filegen_batches/check_windows.bat | 2 -- .../simple_chain_filegen_multisource/check_linux.sh | 2 -- .../simple_chain_filegen_multisource/check_windows.bat | 2 -- .../simple_chain_filegen_readdata_cache/check_linux.sh | 3 --- .../simple_chain_filegen_readdata_cache/check_windows.bat | 2 -- .../simple_chain_filegen_readdata_file/check_linux.sh | 2 -- .../simple_chain_filegen_readdata_file/check_windows.bat | 2 -- .../full_chain/simple_chain_metadata/check_linux.sh | 2 -- .../full_chain/simple_chain_metadata/check_windows.bat | 2 -- .../full_chain/simple_chain_usermeta_python/check_linux.sh | 2 -- .../simple_chain_usermeta_python/check_windows.bat | 2 -- tests/automatic/full_chain/two_beamlines/check_linux.sh | 3 --- tests/automatic/full_chain/two_beamlines/check_windows.bat | 3 --- tests/automatic/full_chain/two_streams/check_linux.sh | 3 --- tests/automatic/full_chain/two_streams/check_windows.bat | 3 --- .../high_avail/broker_mongo_restart/check_linux.sh | 3 --- .../high_avail/receiver_mongo_restart/check_linux.sh | 3 --- tests/automatic/high_avail/services_restart/check_linux.sh | 2 -- tests/automatic/producer/aai/check_windows.bat | 4 ---- tests/automatic/producer/python_api/check_linux.sh | 2 -- tests/automatic/producer/python_api/check_windows.bat | 2 -- .../producer_receiver/transfer_datasets/check_linux.sh | 6 ------ .../producer_receiver/transfer_datasets/check_windows.bat | 2 -- .../producer_receiver/transfer_single_file/check_linux.sh | 3 --- .../transfer_single_file/check_windows.bat | 2 -- .../transfer_single_file_bypass_buffer/check_linux.sh | 3 --- .../transfer_single_file_bypass_buffer/check_windows.bat | 3 --- 37 files changed, 91 deletions(-) diff --git a/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_linux.sh b/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_linux.sh index c52598140..675a58d3f 100644 --- a/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_linux.sh +++ b/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_linux.sh @@ -21,8 +21,6 @@ Cleanup() { export PYTHONPATH=$2:${PYTHONPATH} -echo "db.${beamtime_id}_${data_source}.insert({dummy:1})" | mongo ${beamtime_id}_${data_source} >/dev/null - mkdir -p ${receiver_folder} echo test > file1 diff --git a/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_windows.bat b/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_windows.bat index c0fd0a128..2f605ae7c 100644 --- a/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_windows.bat +++ b/tests/automatic/bug_fixes/error-sending-data-using-callback-method/check_windows.bat @@ -6,8 +6,6 @@ SET receiver_root_folder=c:\tmp\asapo\receiver\files SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%" SET dbname = %beamtime_id%_%data_source% -echo db.%dbname%.insert({dummy:1})" | %mongo_exe% %dbname% - mkdir %receiver_folder% echo test > file1 diff --git a/tests/automatic/bug_fixes/producer_send_after_restart/check_windows.bat b/tests/automatic/bug_fixes/producer_send_after_restart/check_windows.bat index 986a5506e..055e6efbb 100644 --- a/tests/automatic/bug_fixes/producer_send_after_restart/check_windows.bat +++ b/tests/automatic/bug_fixes/producer_send_after_restart/check_windows.bat @@ -8,8 +8,6 @@ set producer_short_name="%~nx1" set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain/check_linux.sh b/tests/automatic/full_chain/simple_chain/check_linux.sh index 0ef800e40..a442e63f4 100755 --- a/tests/automatic/full_chain/simple_chain/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain/check_linux.sh @@ -28,12 +28,8 @@ Cleanup() { influx -execute "drop database ${monitor_database_name}" } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector -echo "db.dropDatabase()" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` - echo "Start producer" mkdir -p ${receiver_folder} $producer_bin localhost:8400 ${beamtime_id} 100 1000 4 0 100 diff --git a/tests/automatic/full_chain/simple_chain/check_windows.bat b/tests/automatic/full_chain/simple_chain/check_windows.bat index 8ce75eb68..9fc0808fa 100644 --- a/tests/automatic/full_chain/simple_chain/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain/check_windows.bat @@ -7,8 +7,6 @@ SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\d set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_dataset/check_linux.sh b/tests/automatic/full_chain/simple_chain_dataset/check_linux.sh index b6c57df20..165f48f54 100644 --- a/tests/automatic/full_chain/simple_chain_dataset/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_dataset/check_linux.sh @@ -29,8 +29,6 @@ Cleanup() { influx -execute "drop database ${monitor_database_name}" } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` echo "Start producer" diff --git a/tests/automatic/full_chain/simple_chain_dataset/check_windows.bat b/tests/automatic/full_chain/simple_chain_dataset/check_windows.bat index 9e29ddb7d..d666562e8 100644 --- a/tests/automatic/full_chain/simple_chain_dataset/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_dataset/check_windows.bat @@ -6,7 +6,6 @@ SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\d set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_filegen/check_linux.sh b/tests/automatic/full_chain/simple_chain_filegen/check_linux.sh index 25bbf6f20..574ecb648 100644 --- a/tests/automatic/full_chain/simple_chain_filegen/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_filegen/check_linux.sh @@ -29,8 +29,6 @@ Cleanup() { echo "db.dropDatabase()" | mongo ${beamtime_id}_detector } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` echo "Start producer" diff --git a/tests/automatic/full_chain/simple_chain_filegen/check_windows.bat b/tests/automatic/full_chain/simple_chain_filegen/check_windows.bat index 105fb4e92..383366fa1 100644 --- a/tests/automatic/full_chain/simple_chain_filegen/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_filegen/check_windows.bat @@ -8,8 +8,6 @@ set producer_short_name="%~nx1" set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_filegen_batches/check_linux.sh b/tests/automatic/full_chain/simple_chain_filegen_batches/check_linux.sh index 070a4bf75..fa9bb6831 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_batches/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_filegen_batches/check_linux.sh @@ -31,8 +31,6 @@ Cleanup() { rm -rf out } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` #producer diff --git a/tests/automatic/full_chain/simple_chain_filegen_batches/check_windows.bat b/tests/automatic/full_chain/simple_chain_filegen_batches/check_windows.bat index 9b9244d62..2a0538172 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_batches/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_filegen_batches/check_windows.bat @@ -8,8 +8,6 @@ set producer_short_name="%~nx1" set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_filegen_multisource/check_linux.sh b/tests/automatic/full_chain/simple_chain_filegen_multisource/check_linux.sh index ad6c963d3..3667ba2ed 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_multisource/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_filegen_multisource/check_linux.sh @@ -31,8 +31,6 @@ Cleanup() { rm -rf out } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` mkdir -p /tmp/asapo/test_in1/processed diff --git a/tests/automatic/full_chain/simple_chain_filegen_multisource/check_windows.bat b/tests/automatic/full_chain/simple_chain_filegen_multisource/check_windows.bat index 732a90fa6..5f7a5f9af 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_multisource/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_filegen_multisource/check_windows.bat @@ -8,8 +8,6 @@ set producer_short_name="%~nx1" set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_linux.sh b/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_linux.sh index 9cd94ca9d..75f55f13a 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_linux.sh @@ -38,9 +38,6 @@ Cleanup() { rm out.txt } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - - if [[ $network_type == "fabric" ]]; then nomad stop receiver nomad run receiver_fabric.nmd diff --git a/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_windows.bat b/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_windows.bat index 0a54f44ba..ae61bf27d 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_filegen_readdata_cache/check_windows.bat @@ -8,8 +8,6 @@ set producer_short_name="%~nx1" set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh index abcf4feac..5cfa9a4e7 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_linux.sh @@ -32,8 +32,6 @@ Cleanup() { rm out.txt } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` diff --git a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat index bfe190129..186404bc6 100644 --- a/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_filegen_readdata_file/check_windows.bat @@ -10,8 +10,6 @@ set producer_short_name="%~nx1" set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_metadata/check_linux.sh b/tests/automatic/full_chain/simple_chain_metadata/check_linux.sh index abb9995db..3d9103f83 100644 --- a/tests/automatic/full_chain/simple_chain_metadata/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_metadata/check_linux.sh @@ -28,8 +28,6 @@ Cleanup() { influx -execute "drop database ${monitor_database_name}" } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` diff --git a/tests/automatic/full_chain/simple_chain_metadata/check_windows.bat b/tests/automatic/full_chain/simple_chain_metadata/check_windows.bat index 3551790bb..fc5283fe0 100644 --- a/tests/automatic/full_chain/simple_chain_metadata/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_metadata/check_windows.bat @@ -6,8 +6,6 @@ SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\d set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/simple_chain_usermeta_python/check_linux.sh b/tests/automatic/full_chain/simple_chain_usermeta_python/check_linux.sh index 0a5e90992..53a8e3485 100644 --- a/tests/automatic/full_chain/simple_chain_usermeta_python/check_linux.sh +++ b/tests/automatic/full_chain/simple_chain_usermeta_python/check_linux.sh @@ -27,8 +27,6 @@ Cleanup() { influx -execute "drop database ${monitor_database_name}" } -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` diff --git a/tests/automatic/full_chain/simple_chain_usermeta_python/check_windows.bat b/tests/automatic/full_chain/simple_chain_usermeta_python/check_windows.bat index 338aa65ee..d965adb88 100644 --- a/tests/automatic/full_chain/simple_chain_usermeta_python/check_windows.bat +++ b/tests/automatic/full_chain/simple_chain_usermeta_python/check_windows.bat @@ -6,8 +6,6 @@ SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\d set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_detector.insert({dummy:1}) | %mongo_exe% %beamtime_id%_detector - "%2" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/full_chain/two_beamlines/check_linux.sh b/tests/automatic/full_chain/two_beamlines/check_linux.sh index ee0fc635e..eaa344330 100644 --- a/tests/automatic/full_chain/two_beamlines/check_linux.sh +++ b/tests/automatic/full_chain/two_beamlines/check_linux.sh @@ -39,9 +39,6 @@ Cleanup() { influx -execute "drop database ${monitor_database_name}" } -echo "db.${beamtime_id1}_${data_source}.insert({dummy:1})" | mongo ${beamtime_id1}_${data_source} -echo "db.${beamtime_id2}_${data_source}.insert({dummy:1})" | mongo ${beamtime_id2}_${data_source} - if [[ $network_type == "fabric" ]]; then nomad stop receiver nomad run receiver_fabric.nmd diff --git a/tests/automatic/full_chain/two_beamlines/check_windows.bat b/tests/automatic/full_chain/two_beamlines/check_windows.bat index 968f7e4fe..c1e4cb978 100644 --- a/tests/automatic/full_chain/two_beamlines/check_windows.bat +++ b/tests/automatic/full_chain/two_beamlines/check_windows.bat @@ -15,9 +15,6 @@ SET receiver_folder2="%receiver_root_folder%\%facility%\gpfs\%beamline2%\%year%\ set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id1%_%data_source%.insert({dummy:1}) | %mongo_exe% %beamtime_id1%_%data_source% -echo db.%beamtime_id2%_%data_source%.insert({dummy:1}) | %mongo_exe% %beamtime_id2%_%data_source% - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id1% > token set /P token1=< token "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id2% > token diff --git a/tests/automatic/full_chain/two_streams/check_linux.sh b/tests/automatic/full_chain/two_streams/check_linux.sh index 0021c1798..59fc18735 100644 --- a/tests/automatic/full_chain/two_streams/check_linux.sh +++ b/tests/automatic/full_chain/two_streams/check_linux.sh @@ -31,9 +31,6 @@ Cleanup() { echo "db.dropDatabase()" | mongo ${beamtime_id}_${stream2} } -echo "db.${beamtime_id}_${stream1}.insert({dummy:1})" | mongo ${beamtime_id}_${stream1} -echo "db.${beamtime_id}_${stream2}.insert({dummy:1})" | mongo ${beamtime_id}_${stream2} - token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` echo "Start producers" diff --git a/tests/automatic/full_chain/two_streams/check_windows.bat b/tests/automatic/full_chain/two_streams/check_windows.bat index ee45bc72f..01d64a1de 100644 --- a/tests/automatic/full_chain/two_streams/check_windows.bat +++ b/tests/automatic/full_chain/two_streams/check_windows.bat @@ -10,9 +10,6 @@ SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\d set proxy_address="127.0.0.1:8400" -echo db.%beamtime_id%_%stream1%.insert({dummy:1}) | %mongo_exe% %beamtime_id%_%stream1% -echo db.%beamtime_id%_%stream2%.insert({dummy:1}) | %mongo_exe% %beamtime_id%_%stream2% - "%3" token -endpoint http://127.0.0.1:8400/asapo-authorizer -secret admin_token.key -types read %beamtime_id% > token set /P token=< token diff --git a/tests/automatic/high_avail/broker_mongo_restart/check_linux.sh b/tests/automatic/high_avail/broker_mongo_restart/check_linux.sh index 3c5a218c2..2e40ee88e 100755 --- a/tests/automatic/high_avail/broker_mongo_restart/check_linux.sh +++ b/tests/automatic/high_avail/broker_mongo_restart/check_linux.sh @@ -74,9 +74,6 @@ sleep 2 token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo --port 27016 ${beamtime_id}_detector - - echo "Start producer" mkdir -p ${receiver_folder} $producer_bin localhost:8400 ${beamtime_id} 100 1000 4 0 100 & diff --git a/tests/automatic/high_avail/receiver_mongo_restart/check_linux.sh b/tests/automatic/high_avail/receiver_mongo_restart/check_linux.sh index b01c925ef..6ce5943ad 100644 --- a/tests/automatic/high_avail/receiver_mongo_restart/check_linux.sh +++ b/tests/automatic/high_avail/receiver_mongo_restart/check_linux.sh @@ -51,9 +51,6 @@ start_mongo wait_mongo -# create db before consumer starts reading it. todo: git rid of it -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo --port 27016 ${beamtime_id}_detector - sed -i 's/27017/27016/g' discovery.json.tpl nomad stop discovery nomad run discovery.nmd diff --git a/tests/automatic/high_avail/services_restart/check_linux.sh b/tests/automatic/high_avail/services_restart/check_linux.sh index d8324f4da..7043c1ac9 100644 --- a/tests/automatic/high_avail/services_restart/check_linux.sh +++ b/tests/automatic/high_avail/services_restart/check_linux.sh @@ -31,8 +31,6 @@ Cleanup() { token=`$asapo_tool_bin token -endpoint http://localhost:8400/asapo-authorizer -secret admin_token.key -types read $beamtime_id` -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - echo "Start producer" $producer_bin localhost:8400 ${beamtime_id} 100 $5 4 0 100 & #producerid=`echo $!` diff --git a/tests/automatic/producer/aai/check_windows.bat b/tests/automatic/producer/aai/check_windows.bat index ee7e2b230..b576b7e95 100644 --- a/tests/automatic/producer/aai/check_windows.bat +++ b/tests/automatic/producer/aai/check_windows.bat @@ -11,10 +11,6 @@ SET dbname2=%beamtime_id2%_%data_source% SET token=%BLP07_W_TOKEN% SET beamline_dir=c:\tmp\asapo\beamline\p07\current\ - - -echo db.%dbname%.insert({dummy:1})" | %mongo_exe% %dbname% - mkdir %receiver_folder% mkdir %receiver_folder2% diff --git a/tests/automatic/producer/python_api/check_linux.sh b/tests/automatic/producer/python_api/check_linux.sh index 4d677c18a..c86f6bd6a 100644 --- a/tests/automatic/producer/python_api/check_linux.sh +++ b/tests/automatic/producer/python_api/check_linux.sh @@ -21,8 +21,6 @@ Cleanup() { export PYTHONPATH=$2:${PYTHONPATH} -echo "db.${beamtime_id}_${data_source}.insert({dummy:1})" | mongo ${beamtime_id}_${data_source} >/dev/null - mkdir -p ${receiver_folder} echo test > file1 diff --git a/tests/automatic/producer/python_api/check_windows.bat b/tests/automatic/producer/python_api/check_windows.bat index 8ae2e3382..6dbbf441a 100644 --- a/tests/automatic/producer/python_api/check_windows.bat +++ b/tests/automatic/producer/python_api/check_windows.bat @@ -6,8 +6,6 @@ SET receiver_root_folder=c:\tmp\asapo\receiver\files SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%" SET dbname=%beamtime_id%_%data_source% -echo db.%dbname%.insert({dummy:1})" | %mongo_exe% %dbname% - mkdir %receiver_folder% echo test > file1 diff --git a/tests/automatic/producer_receiver/transfer_datasets/check_linux.sh b/tests/automatic/producer_receiver/transfer_datasets/check_linux.sh index f1e6b662d..2207d5a30 100644 --- a/tests/automatic/producer_receiver/transfer_datasets/check_linux.sh +++ b/tests/automatic/producer_receiver/transfer_datasets/check_linux.sh @@ -20,12 +20,6 @@ Cleanup() { influx -execute "drop database ${database_name}" } -echo "db.dropDatabase()" | mongo ${beamtime_id}_detector - - -# create db before consumer starts reading it. todo: git rid of it -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - mkdir -p ${receiver_folder} $1 localhost:8400 ${beamtime_id} 100 1 1 0 30 3 diff --git a/tests/automatic/producer_receiver/transfer_datasets/check_windows.bat b/tests/automatic/producer_receiver/transfer_datasets/check_windows.bat index 0caa38f21..f38001094 100644 --- a/tests/automatic/producer_receiver/transfer_datasets/check_windows.bat +++ b/tests/automatic/producer_receiver/transfer_datasets/check_windows.bat @@ -5,8 +5,6 @@ SET receiver_root_folder=c:\tmp\asapo\receiver\files SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%" -echo db.%beamtime_id%_detector.insert({dummy:1})" | %mongo_exe% %beamtime_id%_detector - mkdir %receiver_folder% "%1" 127.0.0.1:8400 %beamtime_id% 100 1 1 0 30 3 diff --git a/tests/automatic/producer_receiver/transfer_single_file/check_linux.sh b/tests/automatic/producer_receiver/transfer_single_file/check_linux.sh index a07e7355d..90d116c91 100644 --- a/tests/automatic/producer_receiver/transfer_single_file/check_linux.sh +++ b/tests/automatic/producer_receiver/transfer_single_file/check_linux.sh @@ -20,9 +20,6 @@ Cleanup() { influx -execute "drop database ${database_name}" } -# create db before consumer starts reading it. todo: git rid of it -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - mkdir -p ${receiver_folder} $1 localhost:8400 ${beamtime_id} 100 1 1 0 30 diff --git a/tests/automatic/producer_receiver/transfer_single_file/check_windows.bat b/tests/automatic/producer_receiver/transfer_single_file/check_windows.bat index 3eb1cc0b0..afcbb8dd8 100644 --- a/tests/automatic/producer_receiver/transfer_single_file/check_windows.bat +++ b/tests/automatic/producer_receiver/transfer_single_file/check_windows.bat @@ -4,8 +4,6 @@ SET beamline=test SET receiver_root_folder=c:\tmp\asapo\receiver\files SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%" -echo db.%beamtime_id%_detector.insert({dummy:1})" | %mongo_exe% %beamtime_id%_detector - mkdir %receiver_folder% "%1" 127.0.0.1:8400 %beamtime_id% 100 1 1 0 30 diff --git a/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_linux.sh b/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_linux.sh index 1635d54f1..1da3b56b6 100644 --- a/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_linux.sh +++ b/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_linux.sh @@ -21,9 +21,6 @@ Cleanup() { influx -execute "drop database ${database_name}" } -# create db before consumer starts reading it. todo: git rid of it -echo "db.${beamtime_id}_detector.insert({dummy:1})" | mongo ${beamtime_id}_detector - mkdir -p ${receiver_folder} $1 localhost:8400 ${beamtime_id} 60000 1 1 0 30 diff --git a/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_windows.bat b/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_windows.bat index edef2db16..bfe4dc459 100644 --- a/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_windows.bat +++ b/tests/automatic/producer_receiver/transfer_single_file_bypass_buffer/check_windows.bat @@ -4,9 +4,6 @@ SET beamline=test SET receiver_root_folder=c:\tmp\asapo\receiver\files SET receiver_folder="%receiver_root_folder%\test_facility\gpfs\%beamline%\2019\data\%beamtime_id%" - -echo db.%beamtime_id%_detector.insert({dummy:1})" | %mongo_exe% %beamtime_id%_detector - mkdir %receiver_folder% "%1" 127.0.0.1:8400 %beamtime_id% 60000 1 1 0 30 -- GitLab