Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
dCache
cta
Commits
659f886a
Commit
659f886a
authored
Feb 18, 2021
by
Cedric Caffy
Browse files
[CI] Added the "-s" flag to xrdfs prepare for repack tape repair test
parent
db6f6d2f
Changes
2
Hide whitespace changes
Inline
Side-by-side
continuousintegration/orchestration/tests/client_prepare_file.sh
View file @
659f886a
...
...
@@ -40,7 +40,7 @@ nbFilesToRetrieve=${#FILES_LOCATION[@]}
KRB5CCNAME
=
/tmp/
${
EOSPOWER_USER
}
/krb5cc_0
echo
${
FILES_LOCATION
[@]
}
|
XrdSecPROTOCOL
=
krb5
KRB5CCNAME
=
/tmp/
${
EOSPOWER_USER
}
/krb5cc_0 xargs
--max-procs
=
10
-n
40 xrdfs
${
EOSINSTANCE
}
prepare
echo
${
FILES_LOCATION
[@]
}
|
XrdSecPROTOCOL
=
krb5
KRB5CCNAME
=
/tmp/
${
EOSPOWER_USER
}
/krb5cc_0 xargs
--max-procs
=
10
-n
40 xrdfs
${
EOSINSTANCE
}
prepare
-s
nbFilesRetrieved
=
0
SECONDS_PASSED
=
0
...
...
continuousintegration/orchestration/tests/repack_systemtest_wrapper.sh
View file @
659f886a
...
...
@@ -549,7 +549,7 @@ repackTapeRepairNoRecall() {
echo
"retrievedFiles (
$retrievedFiles
) == totalFilesToRetrieve (
$totalFilesToRetrieve
), OK"
fi
if
[[
$archivedFiles
!=
$totalFilesToArchive
]]
if
[[
$archivedFiles
!=
$totalFilesToArchive
||
$userProvidedFiles
!=
$archivedFiles
]]
then
echo
"archivedFiles (
$archivedFiles
) != totalFilesToArchive (
$totalFilesToArchive
), test FAILED"
exit
1
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment