Skip to content
Snippets Groups Projects
Commit ce3782eb authored by Michael Davis's avatar Michael Davis
Browse files

[ci] Disables gRPC exception handling

parent 711d6c9b
No related branches found
Tags v0.0-169
No related merge requests found
......@@ -40,8 +40,6 @@ echoc()
CASTOR_PREFIX=$(awk '/^castor.prefix[ ]/ { print $2 }' ${CONFIG_FILE})
EOS_PREFIX=$(awk '/^eos.prefix[ ]/ { print $2 }' ${CONFIG_FILE})
ldd ${EOS_TEST_DIR_INJECT}
# Ping the gRPC interface
${EOS_TEST_DIR_INJECT} ping || error "gRPC ping failed"
......@@ -54,7 +52,7 @@ ${EOS_CMD} mkdir -p ${EOS_PREFIX}
# Create directory with system-assigned file id -- should succeed
echoc $LT_BLUE "Creating directory with auto-assigned file id"
${EOS_TEST_DIR_INJECT} --fileid 192837 --path ${CASTOR_PREFIX}/test_dir1 >${TMPFILE}
${EOS_TEST_DIR_INJECT} --path ${CASTOR_PREFIX}/test_dir1 >${TMPFILE}
[ $? -eq 0 ] || error "Creating directory with auto-assigned file id failed"
json-pretty-print.sh ${TMPFILE}
rm ${TMPFILE}
......
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