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
0a523dbd
"README.md" did not exist on "d46ccf235d35d7c7ec5e09e890a077eb1a6a6406"
Commit
0a523dbd
authored
14 years ago
by
tpylak
Browse files
Options
Downloads
Patches
Plain Diff
fix integration tests
SVN: 17264
parent
289d8010
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
integration-tests/test-screening.sh
+2
-2
2 additions, 2 deletions
integration-tests/test-screening.sh
with
2 additions
and
2 deletions
integration-tests/test-screening.sh
+
2
−
2
View file @
0a523dbd
...
@@ -129,7 +129,7 @@ function integration_tests_screening {
...
@@ -129,7 +129,7 @@ function integration_tests_screening {
prepare_data_first_phase
prepare_data_first_phase
switch_dss
"on"
datastore_server_screening
switch_dss
"on"
datastore_server_screening
sleep
30
sleep
30
assertSpotSizes
"
0x0
,24x16"
assertSpotSizes
"
24x16
,24x16"
prepare_data_second_phase
prepare_data_second_phase
sleep
15
sleep
15
...
@@ -142,8 +142,8 @@ function integration_tests_screening {
...
@@ -142,8 +142,8 @@ function integration_tests_screening {
local
datasets
=
`
find
$DSS_INCOMING_PARENT_DIR
/store
-name
"original"
|
wc
-l
|
tr
-d
" "
`
;
local
datasets
=
`
find
$DSS_INCOMING_PARENT_DIR
/store
-name
"original"
|
wc
-l
|
tr
-d
" "
`
;
assert_equals
"Wrong number of registered datasets"
5
$datasets
assert_equals
"Wrong number of registered datasets"
5
$datasets
# TODO: uncomment and add a check if the results are correct
assertSpotSizes
"24x16,24x16,24x16"
assertSpotSizes
"24x16,24x16,24x16"
# TODO: add a check if the results are correct
test_screening_api
test_screening_api
switch_dss
"off"
datastore_server_screening
switch_dss
"off"
datastore_server_screening
...
...
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