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

Enable test of receiver with kafka. Add sleep of 3 sec after start of kafka...

Enable test of receiver with kafka. Add sleep of 3 sec after start of kafka listener to ensure that is it ready
parent 118614d5
No related branches found
No related tags found
No related merge requests found
......@@ -119,7 +119,7 @@ test-services-linux-debug:
- cd $CI_PROJECT_DIR
- bash $CI_PROJECT_DIR/deploy/build_env/services-linux/run_asapo.sh
- cd $CI_PROJECT_DIR/build
- ctest --no-compress-output -T Test -L all -E "kafka|full_chain_monitoring|noaccess|restart|logger_fluentd" --output-on-failure --output-junit testResult.xml
- ctest --no-compress-output -T Test -L all -E "full_chain_monitoring|noaccess|restart|logger_fluentd" --output-on-failure --output-junit testResult.xml
tags:
- kubernetes-executor
rules:
......
......@@ -61,6 +61,8 @@ done
mkdir -p ${receiver_folder}
mkdir -p ${receiver_folder_online}
sleep 3
$1 localhost:8400 ${beamtime_id} 100 1 1 100 30
ls -ln ${receiver_folder_online}/raw/1
......
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