Skip to content

Commit

Permalink
Merge pull request #2358 from cms-sw/das-ibeos
Browse files Browse the repository at this point in the history
add some debug statements for das client and ibeos-lnf-sort
  • Loading branch information
smuzaffar authored Oct 10, 2024
2 parents 0ec9321 + f90d8ca commit 069a71c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion das-utils/das_client
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ function get_parent_cmds ()
}

CMD_NAME=$(basename $0)
SCRIPT_DIR=$(dirname $0)
CMD_NAME="dasgoclient"
LIMIT_RESULTS="NO"
QUERY=
Expand Down Expand Up @@ -89,7 +90,7 @@ else
fi
fi
if [ "$LIMIT_RESULTS" = "YES" ] ; then
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out | ibeos-lfn-sort > ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.selected
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out | ${SCRIPT_DIR}/ibeos-lfn-sort > ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.selected
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.selected
else
cat ${DAS_QUERY_DIR}/${QUERY_SHA_HASH}.out
Expand Down
2 changes: 2 additions & 0 deletions pr_testing/setup-pr-test-env.sh
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,8 @@ else
popd
fi
export PATH=$CMS_BOT_DIR/das-utils:$PATH
which dasgoclient
which ibeos-lfn-sort
CMSSW_IB=${CMSSW_VERSION}
CMSSW_QUEUE=$(echo ${CMSSW_VERSION} | sed 's|_X.*|_X|')
if [ "${UPLOAD_UNIQ_ID}" != "" ] ; then
Expand Down

0 comments on commit 069a71c

Please sign in to comment.