Skip to content
Snippets Groups Projects
Commit 6eb6e651 authored by felmer's avatar felmer
Browse files

LMS-855 create a simple file as data set for second DSS

SVN: 10845
parent aeaf8b58
No related branches found
No related tags found
No related merge requests found
...@@ -455,6 +455,9 @@ function generate_test_data { ...@@ -455,6 +455,9 @@ function generate_test_data {
echo Generate incoming data echo Generate incoming data
local DIR=$DATA/in-raw local DIR=$DATA/in-raw
# drop a file
echo hello world > $DATA/incoming-a/3VCP1.txt
# drop an identifyable valid data set # drop an identifyable valid data set
copy_test_data 3VCP1 $DIR copy_test_data 3VCP1 $DIR
sleep 30 sleep 30
...@@ -541,6 +544,7 @@ function switch_dmv { ...@@ -541,6 +544,7 @@ function switch_dmv {
function switch_processing_pipeline { function switch_processing_pipeline {
new_state=$1 new_state=$1
switch_dss $new_state datastore_server1 switch_dss $new_state datastore_server1
sleep 1
switch_dss $new_state datastore_server2 switch_dss $new_state datastore_server2
switch_dmv $new_state datamover-analysis switch_dmv $new_state datamover-analysis
switch_sth $new_state dummy-img-analyser start.sh stop.sh $TRUE switch_sth $new_state dummy-img-analyser start.sh stop.sh $TRUE
......
...@@ -76,6 +76,7 @@ a.incoming-data-completeness-condition = auto-detection ...@@ -76,6 +76,7 @@ a.incoming-data-completeness-condition = auto-detection
a.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor a.data-set-info-extractor = ch.systemsx.cisd.etlserver.DefaultDataSetInfoExtractor
# Separator used to extract the barcode in the data set file name # Separator used to extract the barcode in the data set file name
a.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator} a.data-set-info-extractor.entity-separator = ${data-set-file-name-entity-separator}
a.data-set-info-extractor.strip-file-extension = true
a.data-set-info-extractor.group-code = CISD a.data-set-info-extractor.group-code = CISD
a.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor a.type-extractor = ch.systemsx.cisd.etlserver.SimpleTypeExtractor
a.type-extractor.file-format-type = TIFF a.type-extractor.file-format-type = TIFF
......
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