Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
O
openbis
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
sispub
openbis
Commits
6eb6e651
Commit
6eb6e651
authored
16 years ago
by
felmer
Browse files
Options
Downloads
Patches
Plain Diff
LMS-855 create a simple file as data set for second DSS
SVN: 10845
parent
aeaf8b58
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
integration-tests/run.sh
+4
-0
4 additions, 0 deletions
integration-tests/run.sh
integration-tests/templates/datastore_server2/etc/service.properties
+1
-0
1 addition, 0 deletions
...-tests/templates/datastore_server2/etc/service.properties
with
5 additions
and
0 deletions
integration-tests/run.sh
+
4
−
0
View file @
6eb6e651
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
integration-tests/templates/datastore_server2/etc/service.properties
+
1
−
0
View file @
6eb6e651
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment